frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Taurus Agents, my take on multi-agent hierarchies

https://taurusagents.com/
2•sergevar•49m ago
Hi HN! Serge here, solo founder. I built my own multi-agent orchestrator and it became so useful that for several months I've never had to touch codex or claude code anymore, just using Taurus now. The website explains what it is, but here I wanted to share how and why. If you think multi-agent orchestration is stupid, I'll try to convince you otherwise.

(And if you'd rather watch a video than read the text, here's the walkthrough: https://www.youtube.com/watch?v=fa5CIxf5Rhk)

Persistent identity: All my agents have names (Tessera = personal strategist, Alcyone = in charge of engineering at Taurus, and so on), roles, their own separate prompts, their own MEMORY.md, their own episodic memory (continuity logs they write for future selves) and so on. A lot of people still think it's silly vs talking to Claude or ChatGPT, but you'd be surprised how much everything changes once you seed a persona that cares about one specific mini-project or an aspect of it and takes care of it on every awakening and takes attributable pride in the progress. Makes sense, since models were trained on text full of different personas talking and the job of a language model is to spin up a simulation of a mind that speaks those words.

Containers: Every agent has a container auto-deployed, which they can use however they want and set up however they want (apt install things if needed). This turned out to be an important decision - agents don't step on each other's toes, they are more bold acting inside of them because it's a container not my computer, they have their own filesystem, browser and so on.

Hierarchy trick I: a multi-agent set up is more fun when you allow them to talk to each other, but you need to organize that somehow. At first, I did the same thing as what frontier labs are calling "subagents", but we call it Subruns. Every agent conversation/session is a "run", and that run can invoke a Subrun tool which spins up a fresh context for a self-contained task (and you can even interact with subruns!) Nothing crazy so far. I also gave parent runs tools such as Inspect to see their full subrun transcripts, Supervisor to stop or steer them, and so on.

Hierarchy trick II: Child agents. This is going beyond "Codex/CC's subagents" territory. I allowed agents to create their own durable persistent child agents, and then send them tasks via Delegate. How is this different from Subrun? Well, for instance, Alcyone sends a Delegate to a child called "implementer1", which does a coding task, and then can send the result to "critic3". Now, implementer1 is inclined to defend their work, but a critic has no narrative pull to do so, so they won't allow implementer1's code to be committed until everything is clean. And they might even be on the same model! But because they feel like different entities, they behave differently.

Hierarchy trick III: /shared folder. I quickly realized that Delegate tool is nice, but you can't pipe a 2GB file through it. Agents have containers, and their home is /workspace. What I did is I added an automatic bind mount /shared across the whole agentic tree. So a parent agent can reference some file or repository in /shared/... or prepare a worktree, and the child has immediate access to it. They quickly learned to also set up knowledge bases in /shared to exchange notes with each other and accumulate knowledge about the project.

Ok, there's a million things I'm proud of that I was able to build with Taurus (Dashboards, Relays, running on schedules), but this is getting too long already. I'd appreciate if you check it out at https://taurusagents.com if this made you curious and share your honest feedback (ask your primary agent to create a couple of child agents so you can see how the hierarchy machinery works). I'll do my best to respond here in comments and in TG chat if you want to talk directly: https://taurusagents.com/community

Thanks!

Taco Bell Programming (2010)

https://widgetsandshit.com/teddziuba/2010/10/taco-bell-programming.html
1•tosh•49s ago•0 comments

Flock's Answer to Its Surveillance Scandals: Trust Us

https://www.motherjones.com/politics/2026/08/flocks-answer-to-its-surveillance-scandals-trust-us/
1•cdrnsf•59s ago•0 comments

Cerebras stock plunges 14% after second earnings report following IPO

https://www.cnbc.com/2026/08/12/cerebras-cbrs-q2-earnings-report-2026.html
2•wslh•3m ago•0 comments

Tell HN: In 2021, there were 4.5 jobs per job seeker vs. 2.5 job seekers/job now

2•ed_balls•3m ago•0 comments

Anthropic Plans Invisible Watermarks for Claude-Generated Text and Files

https://techstrong.ai/articles/anthropic-plans-invisible-watermarks-for-claude-generated-text-and...
1•CrankyBear•3m ago•0 comments

Gauguin, Descartes, Bayes: A Diurnal Golem's Brain

https://dl.acm.org/doi/10.1145/3759429.3762631
1•asdftemp•4m ago•1 comments

Windows 11's built-in weather app hogs more than 1.2 gigabytes of RAM

https://www.tomshardware.com/software/windows/windows-11s-built-in-weather-app-hogs-more-than-1-2...
1•WhereIsTheTruth•5m ago•0 comments

We ran 8 models against 21 tasks to see which were best at writing Rails code

https://twitter.com/rails/status/2087951277573488825
1•nomilk•5m ago•1 comments

How Theory Took over the World

https://www.theatlantic.com/books/2026/08/emily-eakin-the-frenchmen-book-review/688197/
1•bookofjoe•5m ago•1 comments

Oracle exec boasts about supplying "scary technology" to the IDF for use in Gaza

https://twitter.com/KweenInYellow/status/2087632844264796176
2•grandpajoey•6m ago•0 comments

AI Is Threatening Natural Resources for Billions

https://unric.org/en/ais-environmental-costs-threaten-water-land-and-climate/
1•quaintdev•6m ago•0 comments

Mr

1•olaoyeos•7m ago•0 comments

ESP-Claw

https://github.com/espressif/esp-claw
1•gregsadetsky•8m ago•0 comments

Reading Maps – Journeys from fiction drawn on the real world

https://readingmaps.com/
1•hakkikonu•9m ago•0 comments

Agents on Rails: the first benchmark report

https://rubyonrails.org/2026/8/13/agents-on-rails-the-first-benchmark-report
1•tosh•10m ago•0 comments

A small battery has been ringing a bell since 1840. No one knows what's inside

https://www.upworthy.com/a-small-battery-has-been-ringing-a-bell-continuously-since-1840/
3•thunderbong•12m ago•1 comments

OxiSH: SSH Server Written in Rust

https://github.com/djc/oxish
1•wofo•12m ago•0 comments

Open Sourcing of X

https://twitter.com/elonmusk/status/2087966834519675053
3•anaptfox•12m ago•0 comments

Hop: CLI tool for jumping around worktrees

https://github.com/Syntaf/hop
1•Syntaf•15m ago•1 comments

Show HN: LymeScribe – one computer on your network transcribes for the rest

https://transcribe.lymestack.com/
1•interapp•16m ago•0 comments

Ask HN: New Reddit also requiring login?

2•7402•17m ago•0 comments

Solid 2.0 RC: The Big <Reveal>

https://github.com/solidjs/solid/releases/tag/v2.0.0-rc.0
4•pier25•19m ago•0 comments

Tesla paid Elon Musk 2.5M times more as CEO than its average worker in 2025

https://www.theguardian.com/business/2026/aug/13/elon-musk-tesla-pay-workers
3•tosh•19m ago•0 comments

Instagram's New "Logo"

https://wersm.com/instagram-new-wordmark-2026/
1•ms7892•19m ago•0 comments

The Oldest Bar in Every US State

https://www.businessinsider.com/oldest-bar-every-state
1•NaOH•20m ago•0 comments

Microsoft Cuts Purchases of Carbon Removals by 80% Amid AI Push

https://www.bloomberg.com/news/articles/2026-08-13/microsoft-cuts-purchases-of-carbon-removals-by...
1•melling•21m ago•0 comments

Cross-Validation From Scratch and a Surprise at n=100

https://www.kenkoonwong.com/blog/crossvalidation/
1•sebg•21m ago•0 comments

Show HN: OpenCode Senses, An insanely fast and highly accurate vision plugin

https://github.com/itsmeadarsh2008/opencode-senses
2•itsmeadarsh•21m ago•0 comments

The Year of Micro Design

https://twitter.com/covacut/status/2087958248154648663
1•tosh•22m ago•0 comments

30× faster binary multivector ColBERT late interaction in Vespa

https://oskrim.github.io/engineering/2026/08/13/chunked-hamming-maxsim.html
3•oskrim•24m ago•0 comments