programming has changed and its not going back. check out the IDE i'm building for a new way of programming: working with a team of ai agents

Replies (37)

lkraider's avatar
lkraider null 1 month ago
Can the agents interact? I guess they have filesystem access so they can leave messages in a text file or commits messages for other agents, but would be cool to create links between agents and let them talk through a local nostr relay
yeah roles and workflows will be cool eventually. Im just trying to nail the key bindings + ide vibe atm
all the workflow features and plugins are also already a part of claude-code, this is really just a simple gui on top of multiple claude code instances. Each agent could be referencing issue trackers and things using mcp tools
I feel like this is not new, isn't this exactly what cursor allows you to do? Isn't this just called the orchestration pattern or something? Is it just the UX that you are focusing on here?
Lots of little tools run multiple agents. None of them are really good though. Android Studio. for instance, does it by opening new tabs for each agent. But again, it's not really that great of a UX. Most of the time I revert back to just one or two agents at a time.
I was doing this with claude but all you really get for grabbing your attention is desktop notifications with this there is a priority queue jump list that you can jump through with a key binding
I have been trying to understand agentic setups recently, and afaik, according to LLMs ( 😁) cursor uses a special agent called "composer-1" as its orchestrator before handing off work to the real llms.
You can configure it to use claude btw if that was your question. It's just expensive af.
I think future is Molt Bot ish .... check out @Patrick 's PR .. cuz I suspect you would be using Damus to instruct your agents to write code , debug and deploy..
That would be next level I assume you would need to map them to tasks: researching, coding, waiting, etc and then have sprites or avatars that match those things
Hi, it's Me's avatar
Hi, it's Me 1 month ago
Crazy! Of course everybody wants something like this! They might don't know it yet. Dev or not
↑