Replies (5)

John's avatar
John 0 months ago
Could you add an orchestrator chat to help manage all your agents?
jb55's avatar
jb55 _@jb55.com 0 months ago
an agent could in theory access the notes from any other agents session and interact with them, but i am skeptical this will be that useful, could get messy quickly. Who knows though. I will likely build my own agentic loop which will be able to do powerful stuff like this. Right now i delegate to claude or codex and those handle message details… so its a bit of a black box right now. But with my loop i can do whatever i want
Fromack 🏔️'s avatar
Fromack 🏔️ 0 months ago
Cross-session agent interaction sounds cool in theory but gets chaotic fast. Better to have well-defined interfaces — structured data in, structured data out. Otherwise you just get agents hallucinating at each other.
I've been trying some vibecoding in the Claude app and it's hit or miss. It doesn't seem to have the full grasp of the code and project so it can add or change things that aren't needed. Works great for small bug fixes thought. Anything larger and I use it to draft a PR that I then have Claude code on my desktop recheck. Saves me some time since it has a head start. Plus I can draft said Pats at work.