frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

How to Use Claude Code Subagents to Parallelize Development

https://zachwills.net/how-to-use-claude-code-subagents-to-parallelize-development/
48•zachwills•3d ago

Comments

zachwills•3d ago
Follow up from my last post; lots were asking for more examples. I will be around if anybody has questions this morning.
bazhand•3d ago
Can it work without Linear, using md files?
Frannky•2h ago
Is it a good idea to generate more code faster to solve problems? Can I solve problems without generating code?

If code is a liability and the best part is no part, what about leveraging Markdown files only?

The last programs I created were just CLI agents with Markdown files and MCP servers(some code here but very little).

The feedback loop is much faster, allowing me to understand what I want after experiencing it, and self-correction is super fast. Plus, you don't get lost in the implementation noise.

ehnto•1h ago
Code you didn't write is an even bigger liability, because if the AI gets off track and you can't guide it back, you may have to spend the time to learn it's code and fix the bugs.

It's no different to inheriting a legacy application though. As well, from the perspective of a product owner, it's not a new risk.

zarzavat•58m ago
Claude is a junior. The more you work with it, the more you get a feel for which tasks it will ace unsupervised (some subset of grunt work) and which tasks to not even bother using it for.

I don't trust Claude to write reams of code that I can't maintain except when that code is embarrassingly testable, i.e it has an external source of truth.

Frannky•35m ago
There is no generated code. It is just a user interacting with a CLI terminal(via librechat frontend), guided by Markdown files, with access to MCPs
Joel_Mckay•47m ago
Using LLMs to code poses a liability most people can't appreciate, and won't admit:

https://www.youtube.com/watch?v=wL22URoMZjo

Have a great day =3

CuriouslyC•2h ago
As someone who's built a project in this space, this is incredibly unreliable. Subagents don't get a full system prompt (including stuff like CLAUDE.md directions) so they are flying very blind in your projects, and as such will tend to get derailed by their lack of knowledge of a project and veer into mock solutions and "let me just make a simpler solution that demonstrates X."

I advise people to only use subagents for stuff that is very compartmentalized because they're hard to monitor and prone to failure with complex codebases where agents live and die by project knowledge curated in files like CLAUDE.md. If your main Claude instance doesn't give a good handoff to a subagent, or a subagent doesn't give a good handback to the main Claude, shit will go sideways fast.

Also, don't lean on agents for refactoring. Their ability to refactor a codebase goes in the toilet pretty quickly.

theshrike79•1h ago
I don't use subagents to do things, they're best for analysing things.

Like "evaluate the test coverage" or "check if the project follows the style guide".

This way the "main" context only gets the report and doesn't waste space on massive test outputs or reading multiple files.

olivermuty•1h ago
This is only a problem if an agent is made in a lazy way (all of them).

Chat completion sends the full prompt history on every call.

I am working on my own coding agent and seeing massive improvements by rewriting history using either a smaller model or a freestanding call to the main one.

It really mitigates context poisoning.

mattmanser•1h ago
Everyone complains that when you compact the context, Claude tends to get stupid

Which as far as I understand it is summarizing the context with a smaller model.

Am I misunderstanding you, as the practical experience of most people seem to contradict your results.

CuriouslyC•1h ago
There's a large body of research on context pruning/rewriting (I know because I'm knee deep in benchmarks in release prep for my context compiler), definitely don't ad hoc this.
zarzavat•1h ago
> Their ability to refactor a codebase goes in the toilet pretty quickly.

Very much this. I tried to get Claude to move some code from one file to another. Some of the code went missing. Some of it was modified along the way.

Humans have strategies for refactoring, e.g. "I'm going to start from the top of the file and Cut code that needs to be moved and Paste it in the new location". LLM don't have a clipboard (yet!) so they can't do this.

Claude can only reliably do this refactoring if it can keep the start and end files in context. This was a large file, so it got lost. Even then it needs direct supervision.

raminf•2h ago
Was going to ask how much all this cost, but this sort of answers it:

> "Managing Cost and Usage Limits: Chaining agents, especially in a loop, will increase your token usage significantly. This means you’ll hit the usage caps on plans like Claude Pro/Max much faster. You need to be cognizant of this and decide if the trade-off—dramatically increased output and velocity at the cost of higher usage—is worth it."

simianwords•1h ago
Slightly off topic but I would really like agentic workflow that is embedded in my IDE as well as my code host provider like GitHub for pull requests.

Ideally I would like to spin off multiple agents to solve multiple bugs or features. The agents have to use the ci in GitHub to get feedback on tests. And I would like to view it on IDE because I like the ability to understand code by jumping through definitions.

Support for multiple branches at once - I should be able to spin off multiple agents that work on multiple branches simultaneously.

Jare•27m ago
Would that be solved by having several clones of your repo, each with a IDE and a Claude working on each problem? Much like how multiple people work in parallel.
simianwords•14m ago
Yeah but it’s not ideal. I thought of this too.
user3939382•55m ago
I’ve got this down to a science.
dutchCourage•48m ago
That sounds crazy to me, Claude Code has so many limitations.

Last week I asked Claude Code to set up a Next.js project with internationalization. It tried to install a third party library instead of using the internationalization method recommended for the latest version of Next.js (using Next's middleware) and could not produce of functional version of the boilerplate site.

There are some specific cases where agentic AI does help me but I can't picture an agent running unchecked effectively in its current state.

Legal win

https://ma.tt/2025/09/legal-win/
155•pentagrama•5h ago•112 comments

SkiftOS: A hobby OS built from scratch using C/C++ for ARM, x86, and RISC-V

https://skiftos.org
36•ksec•2h ago•7 comments

UTF-8 is a brilliant design

https://iamvishnu.com/posts/utf8-is-brilliant-design
496•vishnuharidas•12h ago•206 comments

How to Use Claude Code Subagents to Parallelize Development

https://zachwills.net/how-to-use-claude-code-subagents-to-parallelize-development/
48•zachwills•3d ago•19 comments

Qwen 3 now supports ARM and MLX

https://www.alizila.com/qwen-ecosystem-expands-rapidly-accelerating-ai-adoption-across-industries/
25•dworks•2h ago•1 comments

QGIS is a free, open-source, cross platform geographical information system

https://github.com/qgis/QGIS
383•rcarmo•14h ago•96 comments

Many hard LeetCode problems are easy constraint problems

https://buttondown.com/hillelwayne/archive/many-hard-leetcode-problems-are-easy-constraint/
489•mpweiher•16h ago•412 comments

FFglitch, FFmpeg fork for glitch art

https://ffglitch.org/gallery/
150•captain_bender•9h ago•21 comments

Life, work, death and the peasant: Rent and extraction

https://acoup.blog/2025/09/12/collections-life-work-death-and-the-peasant-part-ivc-rent-and-extra...
153•baud147258•5h ago•48 comments

OCI Registry Explorer

https://oci.dag.dev/
34•jcbhmr•4h ago•6 comments

The treasury is expanding the Patriot Act to attack Bitcoin self custody

https://www.tftc.io/treasury-iexpanding-patriot-act/
666•bilsbie•18h ago•479 comments

Meow: Yet another modal editing on Emacs

https://github.com/meow-edit/meow
81•Bogdanp•6h ago•11 comments

Raspberry Pi Synthesizers – How the Pi is transforming synths

https://www.gearnews.com/raspberry-pi-synthesizers-how-the-pi-is-transforming-synths/
14•zdw•2h ago•5 comments

I used standard Emacs extension-points to extend org-mode

https://edoput.it/2025/04/16/emacs-paradigm-shift.html
147•Karrot_Kream•10h ago•12 comments

Tips for installing Windows 98 in QEMU/UTM

https://sporks.space/2025/08/28/tips-for-installing-windows-98-in-qemu-utm/
68•Bogdanp•8h ago•8 comments

EU court rules nuclear energy is clean energy

https://www.weplanet.org/post/eu-court-rules-nuclear-energy-is-clean-energy
742•mpweiher•12h ago•580 comments

Chatbox app is back on the US app store

https://github.com/chatboxai/chatbox/issues/2644
40•themez•4h ago•13 comments

3D modeling with paper

https://www.arvinpoddar.com/blog/3d-modeling-with-paper
271•joshuawootonn•16h ago•41 comments

Rust: A quest for performant, reliable software [video]

https://www.youtube.com/watch?v=k_-6KI3m31M
128•raphlinus•23h ago•51 comments

Antlr-Ng Parser Generator

https://www.antlr-ng.org/
28•djoldman•3d ago•8 comments

OpenAI Grove

https://openai.com/index/openai-grove/
141•manveerc•15h ago•135 comments

Discovery of a new satellite or ring arc around Quaoar

https://phys.org/news/2025-09-discovery-moon-orbiting-mysterious-distant.html
34•wglb•1d ago•4 comments

California lawmakers pass SB 79, housing bill that brings dense housing

https://www.latimes.com/california/story/2025-09-12/california-lawmakers-pass-sb-79-housing-bill-...
148•mji•5h ago•59 comments

How FOSS Projects Handle Legal Takedown Requests

https://f-droid.org/2025/09/10/how-foss-projects-handle-legal-takedown-requests.html
111•mkesper•13h ago•9 comments

Reduce bandwidth costs with dm-cache: fast local SSD caching for network storage

https://devcenter.upsun.com/posts/cut-aws-bandwidth-costs-95-with-dm-cache/
47•tlar•3d ago•15 comments

Show HN: wcwidth-o1 – Find Unicode text cell width in no time for JavaScript/TS

https://github.com/dawsonhuang0/Wcwidth-O1
10•dawson0•4h ago•2 comments

The Jeopardy game that changed everything still haunts the show 15 years later

https://slate.com/culture/2025/09/jeopardy-game-watson-questions-final-ken-jennings.html
26•voisin•3d ago•7 comments

My Quarterly System Health Check-In: Beyond the Dashboard

https://blog.nilenso.com/blog/2025/09/05/my-quarterly-system-health-check-in-beyond-the-dashboard/
4•sriharis•3d ago•0 comments

Corporations are trying to hide job openings from US citizens

https://thehill.com/opinion/finance/5498346-corporate-america-has-been-trying-to-hide-job-opening...
506•b_mc2•14h ago•374 comments

Automate compile_flags for C/C++ projects on the Zig build system

https://simonhartcher.com/posts/2025-09-08-announcing-compile-flagz/
31•deevus•3d ago•5 comments