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
·2 เดือนที่ผ่านมา·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