HackerTrans
トップ新着トレンドコメント過去質問紹介求人

skanga

no profile record

投稿

Becoming a Deep Human in the Age of AI

medium.com
2 ポイント·投稿者 skanga·7 か月前·0 コメント

コメント

skanga
·先月·議論
It does not work on Windows. Should be easy to add that.
skanga
·2 か月前·議論
Agreed. That's more interesting than the game - for some at least ...
skanga
·3 か月前·議論
But does it work?
skanga
·4 か月前·議論
What did you try? What did it do?
skanga
·4 か月前·議論
TDD == Prompt Engineering, for Agentic coding tasks.
skanga
·9 か月前·議論
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 か月前·議論
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