new in Intent:
- math rendering in chat & notes
- retry on different AI if hit usage limits
- concurrent note edits
- browser tabs in agent header
- editing, layout, and reliability refinements
1/ It’s time to share more about what we’ve been working on: @common_fabric is a social computing lab building a medium for software that revolves around people, not apps. commonfabric.com
as AI agents tackle more work, we assign more work to them. OpenAI pointed 10,000 concurrent agents at a Millennium Prize. that's lots of agents. how do you keep them all on task? here's a breakdown of all the things we do in Intent... 1/6
agents beget more agents.
more agents beget even more agents.
the latest Intent update makes it manageable:
- coordinates multiple agents for each task
- isolates multiple tasks into workspaces
- runs workspaces of multiple devices
the tool i have been using for multi-agent orchestration to build products since january is now open source: intentapp.dev. being able to use any coding harness and model, even local models, but never constrained to one is a super power.