frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Fleet – Python supervisor for running coding agents in parallel

2•sermakarevich•52m ago
AMD submitted a bug on the Claude Code repo where they complained about coding quality and described that they are running a fleet of 50+ Claude Code sessions using beads — https://github.com/anthropics/claude-code/issues/42796. This was pretty exciting; I was curious how it could be done. It turned out to be simpler than it looks.

First I created a simple multi-session implementation using beads and a bit of bash only — https://news.ycombinator.com/item?id=48204719. A bash loop monitors the beads queue, claims a task, and passes it into claude -p.

This worked fine, and I decided to make the implementation more capable, so I created fleet — a Python supervisor for running coding agents in parallel: https://github.com/sermakarevich/fleet.

A few core ideas:

- The beads DB is centralized — it lives in ~/.fleet. No need to init it in every project where you want to run agents. fleet bd create records the cwd where the task was created, and the agent is spawned in that same location. beads is a git-backed issue tracker that gives agents a shared queue of tasks with dependencies, statuses, and priorities — so multiple sessions can claim, work on, and hand off tasks without stepping on each other.

- fleet supports 3 coders: claude, agy (Antigravity), and codex, and adding a new one is a matter of minutes. I tested claude extensively, agy briefly, and I don't have a subscription for codex — so it's implemented but not tested yet.

- fleet can spawn as many coding agents as you like. fleet config set max_concurrent=10 and keep adding tasks with fleet bd create --title "..." --description "...", or with a specific coder/model per task: fleet bd create --coder agy --model opus --title "..." --description "...". When I started, 3 parallel coding sessions were enough for me; now I can manage 10+. The reason max_concurrent=3 is the default to not hit session limits.

- fleet has few useful cli command to help with navigation:

-- fleet tasks - display tasks in progress, what coder is used, what context consumption is

-- fleet task <task-id> log | plan | knowledge

-- fleet config show | set

This works nicely for me. fleet also pairs well with a spec-driven approach: https://news.ycombinator.com/item?id=48231575. Tokens are the bottleneck now — I have a few Claude subscriptions and rotate between them when one is exhausted. I also cleaned up all my plugins, skills, and CLAUDE.md files to stop polluting the context — I found that some plugins were installed multiple times and loading the same skills twice, doubling their token cost.

In India, You Can Get Milk Delivered Faster Than It Takes to Make Coffee

https://www.wsj.com/business/logistics/in-india-you-can-get-milk-delivered-faster-than-it-takes-t...
1•achow•1m ago•0 comments

Show HN: A calm place to think, talk to your team, and move ideas forward

https://www.f-rello.com
1•karstenb•3m ago•0 comments

Error in digital identity verification cost university employee her job

https://www.heise.de/en/news/Fatal-click-at-BfV-Online-research-destroys-existence-11201025.html
1•moritzruth•4m ago•0 comments

Show HN: Salary benchmarks, ATS keyword trends and skills demand for data jobs

https://www.datamatastudios.com/tools
1•datamatastudios•4m ago•0 comments

Childhood Computing

https://susam.net/childhood-computing.html
2•blenderob•6m ago•0 comments

Lance – native supports image and video understanding, generation, and editing

https://huggingface.co/bytedance-research/Lance
2•modinfo•7m ago•0 comments

A CA Built for the Threat Model We Have

https://unmitigatedrisk.com/?p=1245
2•GordonS•8m ago•0 comments

KernelScript: DSL for Kernel Customization and App Optimizations

https://www.phoronix.com/news/KernelScript
1•csmantle•11m ago•0 comments

Perceptual Image Codec: What Matters in Practical Learned Image Compression

https://apple.github.io/ml-pico/
1•ksec•12m ago•0 comments

Pi-Mojo – A Mojo Port of Pi AI Agent Toolkit

https://github.com/atveit/pi-mojo/tree/main
1•amund•14m ago•0 comments

Autotrader – paper trading AI agent for Indian equities

https://github.com/analyticalmonk/autotrader
1•akashtndn•18m ago•0 comments

Show HN: Kanban CLI (A local-first, agent-first task manager for the terminal)

https://codeberg.org/hydrafog/kanban
2•hydra-f•19m ago•1 comments

Binary Lambda Calculus

https://esolangs.org/wiki/Binary_lambda_calculus
2•optimalsolver•30m ago•0 comments

Cookie banners make vision models hallucinate webpage content

https://chrmod.net/archive/cookie-banners-vision-models/
2•chrmod•30m ago•0 comments

From Ivory Tower to Iron Curtain: The Academics Who Reshaped the CIA [video]

https://www.youtube.com/watch?v=mPhbq69K3tY
1•Anon84•30m ago•0 comments

Mastering Dyalog APL

https://mastering.dyalog.com/README.html
4•tosh•31m ago•0 comments

The Meaning of Doing Mathematics

https://arxiv.org/abs/2509.15998
1•fanf2•31m ago•0 comments

A Brief History of Lab Notebooks

https://www.asimov.press/p/lab-notebooks
2•Luc•38m ago•0 comments

Expanding the human proteome with microproteins and peptideins

https://research.ucc.ie/en/publications/expanding-the-human-proteome-with-microproteins-and-pepti...
1•janandonly•38m ago•0 comments

$100 to upgrade Fresh IDE for ePub TUI reading

1•jph•40m ago•0 comments

Bitcoin Depot files for bankruptcy, takes 9000 Bitcoin ATMs offline

https://www.msn.com/en-us/money/news/bitcoin-depot-files-for-bankruptcy-takes-9000-bitcoin-atms-o...
1•janandonly•40m ago•0 comments

Productivity Paradox

https://en.wikipedia.org/wiki/Productivity_paradox
1•gyomu•47m ago•0 comments

Supercharge Claude Code, Cursor, Codex with Semantic Code Intelligence

https://github.com/colbymchenry/codegraph
1•beyti•48m ago•1 comments

To A.I. Executives, We're All Just 'Meat Computers'

https://www.nytimes.com/2026/05/24/business/meat-computer-brain-artificial-intelligence.html
1•sbulaev•49m ago•0 comments

The invisible fabric of AI: chips aren't a US-China war, but a 30-country chain

https://zoopa.es/en/innovation-technology/invisible-fabric-ai-chips-geopolitics/
2•carlosortet•50m ago•1 comments

Show HN: Fleet – Python supervisor for running coding agents in parallel

2•sermakarevich•52m ago•0 comments

Responsible Work with AI

https://www.satisfice.com/responsible
1•satisfice•53m ago•0 comments

I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty

https://theguptalog.blogspot.com/2026/04/i-bypassed-aws-api-gateway-auth-with.html
3•GeorgeWoff25•55m ago•2 comments

The AI Existential Crisis: Western AI Agents Will Win Commerce

https://medium.com/@vektormemory/the-ai-existential-crisis-western-ai-agents-will-win-finance-chi...
1•vektormemory•55m ago•0 comments

Which age-gates should be skill-gates and vice-versa?

https://shkspr.mobi/blog/2026/05/which-age-gates-should-be-skill-gates-and-vice-versa/
2•blenderob•1h ago•0 comments