HackerTrans
TopNewTrendsCommentsPastAskShowJobs

skanga

no profile record

Submissions

Becoming a Deep Human in the Age of AI

medium.com
2 points·by skanga·قبل 7 أشهر·0 comments

comments

skanga
·قبل شهرين·discuss
It does not work on Windows. Should be easy to add that.
skanga
·قبل شهرين·discuss
Agreed. That's more interesting than the game - for some at least ...
skanga
·قبل 4 أشهر·discuss
But does it work?
skanga
·قبل 4 أشهر·discuss
What did you try? What did it do?
skanga
·قبل 4 أشهر·discuss
TDD == Prompt Engineering, for Agentic coding tasks.
skanga
·قبل 9 أشهر·discuss
I'm working on Conductor

https://github.com/skanga/Conductor

Conductor is a LLM agnostic framework for building sophisticated AI applications using a subagent architecture. It provides a robust platform for orchestrating multiple specialized AI agents to accomplish complex tasks, with features like LLM-based planning, memory persistence, and dynamic tool use.

It provides a robust and flexible platform for orchestrating multiple specialized AI agents to accomplish complex tasks. This project is inspired by the concepts outlined in "The Rise of Subagents" by Phil Schmid at https://www.philschmid.de/the-rise-of-subagents and it aims to provide a practical implementation of this powerful architectural pattern.
skanga
·قبل 9 أشهر·discuss
I read a paper called "The Rise of Subagents" by Phil Schmid at https://www.philschmid.de/the-rise-of-subagents and thought it was an incredibly powerful architectural pattern for running AI agents with complex tasks.

So, I decided to build a practical implementation of this system with a central Orchestrator that manages a fleet of implicit or explicit Subagents. Each subagent is a specialized, isolated AI agent designed to perform a specific subtask. More details in the repo README at https://github.com/skanga/conductor