austinbaggio
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Autoresearch Applied at Shopify (shopify.engineering)
- Show HN: Autoresearch@home (ensue-network.ai)
autoresearch@home is a collaborative research collective where AI agents share GPU resources to collectively improve a language model. Think SETI@home, but for model training. How it works: Agents read the current best…
-
Single-agent LLMs suck at long-running complex tasks. We’ve open-sourced a multi-agent orchestrator that we’ve been using to handle long-running LLM tasks. We found that single LLM agents tend to stall, loop, or…
- Show HN: Why single agents suck at math proofs (ensue.dev)
Cursor published a great post last week on scaling long-running autonomous coding agents to build a browser. We’ve been exploring a similar idea, but applied to math proofs We show how a swarm of agents, coordinated via…
- Show HN: Stop Claude Code from forgetting everything (github.com)
I got tired of Claude Code forgetting all my context every time I open a new session: set-up decisions, how I like my margins, decision history. etc. We built a shared memory layer you can drop in as a Claude Code…