frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Lessons learned from running Claude Code swarms at scale

4•sermakarevich•1h ago
Some time ago I built a simple app to run swarms of coding agents — I call it fleet (https://news.ycombinator.com/item?id=48256389). It's based on centralized beads with a Python orchestrator and can run any coder (Claude, agy, Codex). Recently I added a UI to manage the whole agent lifecycle: adding new tasks, monitoring running ones, and a chat interface built on MCP with a centralized SQLite DB. From the UI I can spawn agents to run in any directory, define dependencies on other tasks, and specify which coder/model should do the job. Today I can run 10–15 agents concurrently. At that scale you burn through limits very fast, so I spent some time investigating where those limits go and how to maximize efficiency. Here are the lessons learned after a few weeks of running the fleet:

- CLAUDE.md is a terrible abstraction. These files load unconditionally, they often contain descriptions irrelevant to the task at hand, and they stack from your working directory upward. The result is wasted tokens and confusion from injecting irrelevant instructions into the session.

- Skills are bad, but not as bad as CLAUDE.md. They use a progressive disclosure approach: only the skill description goes into the session, and Claude loads the full skill text with a tool when it's needed. That's one level better, but it still doesn't let you scale — you can't create 10K skills, as that would eat your entire usable context. Claude recently introduced a skills budget that silently drops less frequently used skills from the session entirely. You can still invoke them in an interactive session, but the model can't invoke them in a background session.

- Some plugins may be installed more than once. During cleanup I found that a few of mine were installed in multiple locations, consuming double the tokens on duplicated instructions.

- Attaching plugins to every session is a bad idea at scale. You want to be precise about which plugins are actually useful and attach them per task.

- Use a hierarchical knowledge base instead of CLAUDE.md / skills / plugins. It lets you benefit from real progressive disclosure: keep your instructions and tool descriptions in it and let Claude navigate through it quickly and cheaply.

- System tools consume ~15K tokens (7% of the session). You can't manage this — they're just attached, and disabling tools doesn't remove them from the context.

- AskUserQuestion isn't available in background sessions. You need to implement your own tool — MCP- or CLI-based — to give `claude -p` the ability to talk to you.

- You become selective about which model handles each task. Decompose work into harder and simpler subtasks so you can route the simpler ones to weaker, cheaper models and save tokens.

- Your context-switching skill improves over time.

Fleet repo: https://github.com/sermakarevich/fleet

Magit-difftastic: render diffs with difftastic inside magit's buffers

https://github.com/rschmukler/magit-difftastic
1•signa11•4m ago•0 comments

Hagezi DNS-blocklist is returning 404

https://github.com/hagezi/dns-blocklists
1•aayala•6m ago•1 comments

The Pipeline Game: Reading Buying Pressure Before Leads Exist

https://basinleon.github.io/pipeline-game/
1•lbasin23•7m ago•0 comments

Fine-tuning an LLM to write docs like it's 1995

https://passo.uno/fine-tuning-docs-llm/
1•taubek•9m ago•0 comments

Ask HN: What are the biggest problems you find in OpenClaw/Hermes?

1•muoco-01•10m ago•0 comments

No-Chat-Reports

https://github.com/Aizistral-Studios/No-Chat-Reports
1•Cider9986•11m ago•0 comments

The teenagers enlisted as agents of mayhem by Russia and Iran

https://www.ft.com/content/58dabb01-41f6-4440-8a5f-69947d8afe06
1•imichael•19m ago•0 comments

A new profile to help publishers and creators highlight their work on Search

https://blog.google/products-and-platforms/products/search/a-new-profile-to-help-publishers-and-c...
1•taubek•19m ago•0 comments

Show HN: CentProof – Local-first bank statement reconciliation for macOS

https://centproof.com
1•javamantraact•23m ago•0 comments

Why Stone-Faced Fascists Keep Getting Antiquity Wrong

https://www.thebulwark.com/p/why-stone-faced-fascists-keep-getting-antiquity-wrong-x-twitter-elon...
2•martey•32m ago•0 comments

Show HN: ProData AI–AutoML,Data Analysis&PowerBI-Style Dashboards in Streamlit

https://varu4-prodata-ai-app-d2bocc.streamlit.app
1•varunwalekar•34m ago•0 comments

Show HN: ClikDeo – Browser-based video editor (trimmer, merger, shorts creator)

1•Clikdeo•35m ago•1 comments

VoidZero Is Joining Cloudflare

https://voidzero.dev/posts/voidzero-cloudflare
1•carlual•36m ago•0 comments

Can One Disgruntled Employee Destroy Big Tech? A Chilling Truth

https://comuniq.xyz/post?t=1197
2•01-_-•37m ago•0 comments

SpaceX blocked from early benchmark index entry as S&P reaffirms existing rules

https://www.reuters.com/business/finance/sp-global-keeps-fast-entry-proposal-unchanged-spacex-lis...
2•healsdata•39m ago•0 comments

Show HN: One AI agent for all your support issues

2•Daniel-Pan•39m ago•1 comments

Agent Harness Engineering: A Survey

https://picrew.github.io/LLM-Harness/
1•rippeltippel•46m ago•0 comments

Google is quietly laying off staff in its cloud division

https://www.businessinsider.com/google-clouds-quiet-layoffs-hit-cybersecurity-teams-2026-6
3•neilfrndes•52m ago•0 comments

Fresh: Terminal based IDE and text editor

https://github.com/sinelaw/fresh
1•sudenmorsian•52m ago•0 comments

Dear Microsoft, enough is enough

https://www.politico.eu/sponsored-content/dear-microsoft-enough-is-enough/
9•giuliomagnifico•53m ago•2 comments

Tokyo's Tower of Babel: The 10-Kilometer-High Megastructure Japan Almost Built

https://www.tokyoweekender.com/art_and_culture/design/tokyo-tower-of-babel/
2•techdar42•53m ago•1 comments

Ask HN: Is Apple taking AI seriously?

2•circuitfable•57m ago•2 comments

1M node reactive graph, 2.687ms updates, stealth privacy, 303 tests passing

https://neurons-me.github.io/.me/
1•suiGn•59m ago•0 comments

Hong Kong Surpasses Switzerland as the Largest Cross-Border Wealth Hub

https://www.bcg.com/press/27may2026-hong-kong-surpasses-switzerland-largest-cross-border-wealth-hub
1•LopRabbit•1h ago•0 comments

A simple product for small businesses to collect private feedback

https://telltheowner.com
1•vijayst•1h ago•0 comments

PivCo-Huffman: a novel approach to Huffman decoding

https://marcinzukowski.github.io/pivco-huffman/
1•felixhandte•1h ago•0 comments

The IsUpMap lets you check the status of over 100 major sites at once

https://isupmap.com/
2•mikelgan•1h ago•0 comments

Reusable Brick Walls for the Construction Industry

https://www.tugraz.at/en/news/article/reusable-brick-walls
1•geox•1h ago•0 comments

Show HN: Sencho – a self hosted Docker Compose UI with multi-node fleet support

https://github.com/Studio-Saelix/sencho
1•ansocode•1h ago•0 comments

The Pentagon is running an AI propaganda mill targeting Latin America

https://theintercept.com/2026/06/02/la-tilde-propaganda-latin-america-pentagon/
11•Fricken•1h ago•1 comments