frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Astro – Ochestrator of AI Agents Such as Claude Code and Codex

https://github.com/astro-anywhere/astro-agent
3•astroanywhere•1h ago

Comments

astroanywhere•1h ago
Hi HN, I built Astro because I was frustrated with running AI coding agents one at a time. You describe what you want, sit there waiting, then manually feed the next task. The ceiling isn't capability — it's coordination.

Astro sits above agents like Claude Code, Codex, and OpenClaw. You describe a goal once, it generates a dependency graph (DAG, not a flat list), and dispatches tasks in parallel across your machines. Each task runs in an isolated git worktree and opens a PR. Tasks that can run in parallel do — total time equals the longest path, not the sum of all tasks.

Key design decisions:

- Your machines run the agents with your API keys. The Astro server never calls AI models and never sees your keys. - Every task dispatch is cryptographically signed by your browser. The agent runner verifies the signature before executing. - The agent runner is fully open source (this repo). The server provides the planning UI and dashboard at astroanywhere.com. - Works with multiple agents: Claude Code, Codex, OpenClaw, OpenCode. It auto-detects what's installed. - Dispatches to local machines, HPC clusters (Slurm), and cloud VMs. One `npx @astroanywhere/agent` command sets everything up.

We also ship built-in templates (stock analysis reports, academic paper review, presentation generation) that run as parallel task graphs out of the box.

Quick start: install an agent (e.g. `npm i -g @anthropic-ai/claude-code`), register at astroanywhere.com, run `npx @astroanywhere/agent`, and you're connected.

Website with walkthrough: https://astroanywhere.com

Also see https://github.com/astro-anywhere/astro-examples for example outputs.

Happy to answer questions about the architecture, the planning approach, or anything else.

The-Pebble•1h ago
What stood out to me here is the idea of orchestrating multiple coding agents across machines rather than treating AI coding as a single-agent workflow. Most discussions about AI-assisted development still assume one tool running locally, but the approach described here (task decomposition + parallel execution across machines) feels closer to how distributed build systems evolved.

The dependency-graph model is particularly interesting. If AI agents can operate on isolated git worktrees and resolve tasks in parallel, the bottleneck shifts from raw coding to how well the system can plan and coordinate tasks. In practice that probably means developers spend more time defining boundaries between tasks rather than writing every line themselves.

Another challenge I’ve noticed when experimenting with these tools is deciding which agent to use for which task. Different coding agents behave very differently depending on the type of work (refactoring, feature building, test generation, etc.). Having a runner that can dispatch tasks to different agents and machines could make that experimentation much easier.

For anyone exploring the broader ecosystem of agentic coding tools, this overview was useful as well: https://prommer.net/en/tech/guides/best-ai-agentic-coding-to...

It compares several of the current tools and workflows that are emerging around multi-agent development.

Curious how people think this model scales once teams start coordinating dozens of agents simultaneously.

astroanywhere•36m ago
Thanks for your comments.

Re Dependency graph: In real coding, sometimes even the arguably the best agent -- claude code + Opus 4.6 + High reasoning -- still struggles, because either the tasks are very complicated or human prompting cannot articulate the problem in a way that agent can understand and solve it.

We allow graph-based task decomposition, replanning if user does not like it, and even more complex graph operations such as (i) expanding a task into a few nodes, (ii) rephreasing a subgraph of tasks into a new set of tasks.

In this way, the gains are (i) the agent is better at understanding the whole project, (ii)task executions can be parallel and retried. Say the user wants to change the prompt of a particular step, then all the tasks before that does not need to be re-run.

Re Different models for different tasks: So far we don't support that, but that is in our pipeline. Claude code has that. For example, context compaction arguably is done by Sonnet.

Show HN: Firstrun – Turn static documentation into interactive walkthroughs

https://firstrun.dev
1•mhamda•4m ago•0 comments

AI error jails innocent grandmother for months in North Dakota fraud case

https://www.grandforksherald.com/news/north-dakota/ai-error-jails-innocent-grandmother-for-months...
1•rectang•5m ago•1 comments

Source code of Swedish e-govt services from CGI's "E-plattform" has been leaked

https://twitter.com/IntCyberDigest/status/2032171171798565311
1•toss1•6m ago•0 comments

Tiiny Pocket Lab: The First Pocket-Size AI Supercomputer

https://tiiny.ai/
1•squidhunter•6m ago•0 comments

Social Craft AI-How well connected is your LinkedIn Network?

1•nivlewd1•6m ago•0 comments

Repeal the Jones Act of 1920 (2024)

https://thezvi.substack.com/p/repeal-the-jones-act-of-1920
1•Ariarule•8m ago•0 comments

Seeking Victim Information in Steam Malware Investigation

https://www.fbi.gov/how-we-can-help-you/victim-services/seeking-victim-information/seeking-victim...
2•haunter•10m ago•0 comments

Atlas – Self-improving AI trading agents using Karpathy-style autoresearch

https://github.com/chrisworsey55/atlas-gic
1•sebg•10m ago•0 comments

FixMyImage

https://fixmyimage.me
1•devclied•12m ago•1 comments

22 years of Brain Science: CoSyNe tells us about the evolution of Neuroscience

https://groundedneuro.substack.com/p/22-years-of-brain-science-what-cosyne
1•sebg•15m ago•0 comments

Adobe Announces CEO to Step Down, Gives Lackluster Forecast

https://www.bloomberg.com/news/articles/2026-03-12/adobe-announces-ceo-to-step-down-gives-lacklus...
1•toomuchtodo•16m ago•1 comments

Show HN: Every Developer in the World, Ranked

https://coderank.me
2•ejc•18m ago•0 comments

A Plain Anabaptist Story: The Hutterites

https://ulmer457718.substack.com/p/a-plain-anabaptist-story-the-hutterites
2•gaplong•19m ago•0 comments

Apple MacBook Neo beats every single x86 PC CPU for single-core performance

https://www.pcgamer.com/hardware/gaming-laptops/new-benchmarks-show-the-iphone-chip-in-the-cut-pr...
1•baal80spam•19m ago•0 comments

Beyond the Limit: Introducing Mixedbread Wholembed v3

https://mixedbread.com/blog/wholembed-v3
2•emschwartz•19m ago•0 comments

In Praise of Stupid Questions

https://mathenchant.wordpress.com/2026/03/12/in-praise-of-stupid-questions/
1•jamespropp•21m ago•1 comments

Removing Comments from SWE-Bench Improves Agent Performance

https://antimemeticai.com/blog/comment-ablation
1•irgolic•22m ago•0 comments

How to Blur Sensitive Text in Screenshots with AI and ImageMagick

https://www.jamdesk.com/blog/blur-screenshots-with-ai
1•gbourne1•22m ago•0 comments

Keep the Tokens Flowing: Lessons from 16 Open-Source RL Libraries

https://huggingface.co/blog/async-rl-training-landscape
1•kashifr•23m ago•0 comments

The Context Lake

https://wetware.media/blog/context-lake/
2•carlwm•23m ago•1 comments

A Claude Code skill for deliberate skill development during AI-assisted coding

https://github.com/DrCatHicks/learning-opportunities
1•mooreds•25m ago•0 comments

Has vibecoding produced anything of substance, or investibility yet?

1•iiiiiiiiio•25m ago•3 comments

Frustrating experience reporting bugs on major companies websites as a developer

1•cupcake-unicorn•26m ago•0 comments

A Typed Language for Agent Coordination

https://johncarlosbaez.wordpress.com/2026/03/11/a-typed-language-for-agent-coordination/
1•terryf•29m ago•0 comments

$6T in Gulf capital is looking for the exit

https://climatemoney.substack.com/p/what-the-iran-war-means-for-the-energy
3•xrd•29m ago•0 comments

Systemd 260-Rc3 Released with AI Agents Documentation Added

https://www.phoronix.com/news/systemd-260-rc3
1•throw_await•29m ago•0 comments

Adobe CEO Shantanu Narayen says he will step down

https://www.cnbc.com/2026/03/12/adobe-ceo-shantanu-narayen-step-down.html
1•leopoldj•30m ago•1 comments

Ask HN: How do you cope with the broken rythm of agentic coding?

5•pauletienney•31m ago•1 comments

CostRouter – Cut AI API costs 60% by routing to the cheapest capable model

3•alex_1002•31m ago•0 comments

MCP Security 2026: 30 CVEs in 60 Days

https://www.heyuan110.com/posts/ai/2026-03-10-mcp-security-2026/
1•danebalia•32m ago•1 comments