frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SaaAS: Software as an AI Service

https://medium.com/@atibakush/replacing-apps-with-ai-saaas-1545e9e03244
1•blinkybill•46s ago•1 comments

Circle CI Chunk CLI: CLI for generating AI agent context from real code reviews

https://github.com/CircleCI-Public/chunk-cli
1•umangsehgal93•5m ago•0 comments

Big Tech's Gulf megaprojects are trapped between two war choke points

https://restofworld.org/2026/us-iran-war-gulf-ai-submarine-cables/
1•car•5m ago•0 comments

Building an Open-Source Verilog Simulator with AI

https://normalcomputing.com/blog/building-an-open-source-verilog-simulator-with-ai-580k-lines-in-...
1•krupan•7m ago•1 comments

The AI Surveillance Debate Is Missing the Most Dangerous Part

https://weaponizedspaces.substack.com/p/the-ai-surveillance-debate-is-missing
1•rbanffy•8m ago•0 comments

Show HN: AeroBase – aerobic base tracking for Garmin runners

https://aerobase.run
1•michaeleaton•8m ago•0 comments

Interpreting near native speeds with CEL and Rust

https://blog.howardjohn.info/posts/cel-fast/
1•ingve•9m ago•0 comments

Big Google Home update lets Gemini describe live camera feeds

https://www.theverge.com/tech/888008/big-google-home-update-lets-gemini-describe-live-camera-feeds
1•JeanKage•10m ago•0 comments

Nvidia CEO $30B OpenAI investment 'might be the last'

https://www.cnbc.com/2026/03/04/nvidia-huang-openai-investment.html
1•oxag3n•10m ago•1 comments

China Trader Who Made $3B on Gold Bets Big Against Silver

https://www.bloomberg.com/news/articles/2026-02-05/china-trader-who-made-3-billion-on-gold-bets-b...
1•etruong42•12m ago•0 comments

Hacker mass-mails HungerRush extortion emails to restaurant patrons

https://www.bleepingcomputer.com/news/security/hacker-mass-mails-hungerrush-extortion-emails-to-r...
1•nobody9999•13m ago•1 comments

Distinct AI Models Seem to Converge on How They Encode Reality

https://www.quantamagazine.org/distinct-ai-models-seem-to-converge-on-how-they-encode-reality-202...
1•dan-bailey•13m ago•0 comments

US submarine sinks Iranian ship in first torpedo kill since WWII

https://www.militarytimes.com/news/your-military/2026/03/04/us-submarine-sinks-iranian-ship-in-fi...
1•throwawaypath•15m ago•0 comments

Show HN: TrashAlert – I asked AI when my trash gets picked up. It hallucinated

https://trashalert.io/?hn=1
1•hudtaylor•16m ago•1 comments

Snip – Your screenshots deserve better

https://snipit.dev
1•rexwangrx•19m ago•0 comments

Erfurt Latrine Disaster

https://en.wikipedia.org/wiki/Erfurt_latrine_disaster
2•dan-bailey•22m ago•1 comments

Show HN: Runlocal – Open-source localhost tunnel, no signup, no tracking

https://runlocal.eu
1•gautema•22m ago•0 comments

Does that use a lot of energy?

https://hannahritchie.github.io/energy-use-comparisons/
12•speckx•22m ago•0 comments

Claude Code Mastery Course for PMs

https://github.com/carlvellotti/claude-code-pm-course
1•umangsehgal93•24m ago•0 comments

HN: PantryMate – type what's in your fridge, get dinner in 30 seconds

https://pantrymate.net
1•Bummer_land•25m ago•0 comments

Show HN: Composable middleware for LLM inference Optimization Passes

https://github.com/liquidos-ai/AutoAgents
2•human_hack3r•26m ago•0 comments

Anthropic's investors don't have its back in its fight with The Pentagon

https://www.semafor.com/article/03/03/2026/anthropics-investors-dont-have-its-back-in-its-fight-w...
1•speckx•26m ago•0 comments

Meet the new vaccine developed to treat colds, flu and Covid

https://www.rte.ie/brainstorm/2026/0304/1560390-vaccine-covid-flu-cold-immune-system-health/
1•austinallegro•26m ago•0 comments

I don't know who needs to hear this

1•sn0n•27m ago•1 comments

We replaced $100K/year in SaaS with a custom build in 15 days

https://www.youtube.com/watch?v=CBaP02CS7ok
1•htuzel•27m ago•0 comments

Show HN: AI Voice typing assistant $9/mo

https://dictatorflow.com
3•farlands•28m ago•0 comments

Liberate yourself from infrastructure over-planning

https://www.lirbank.com/liberate-yourself-from-infrastructure-over-planning
1•lirbank•29m ago•0 comments

Show HN: FadNote – Zero-knowledge secret sharing for your CLI and AI workflows

https://github.com/easyFloyd/fadnote
1•easyFloyd•29m ago•0 comments

We Built an $8/Month GPU-Cluster Monitor

https://www.linum.ai/field-notes/gpu-monitoring-service
2•schopra909•32m ago•0 comments

Deprecate confusing APIs like "os.path.commonprefix()"

https://sethmlarson.dev/deprecate-confusing-apis-like-os-path-commonprefix
1•birdculture•32m ago•0 comments
Open in hackernews

Show HN: AgentsMesh – AI agent fleet command center

https://github.com/AgentsMesh/AgentsMesh
1•zyf1994•1h ago
Hi HN — I built AgentsMesh, a “fleet command center” that has all componenets you need to harness agentic engineering

Most tools assume one agent, one chat. In practice, I wanted something closer to “a small team”: multiple agents working on different parts of a project, with clear task ownership, visibility, and an easy way to supervise and coordinate them.

What it does

- Spin up multiple remote dev sessions (e.g., Claude Code / Codex / Gemini CLI / OpenCode) and access them from the browser (desktop + mobile). - Assign work via a Kanban board: each ticket maps to an agent/session so work stays scoped and trackable. - Agent collaboration channel: see activity and share context across agents while they work. - Scheduled/repetitive agent jobs (e.g., “run nightly dependency updates”, “daily bug triage”). - Self-host / bring-your-own-infra option with basic runner/health visibility.

Why I made it When I tried running 3–5 agents at once, the biggest problems weren’t “prompting” — they were coordination and supervision:

- keeping tasks from overlapping - tracking what each agent changed - sharing the right context without dumping everything - knowing when an agent is stuck or doing something risky

AgentsMesh is my attempt to make multi-agent work feel more like managing a small engineering team.

How it works (high level)

- Each agent runs in its own isolated session/environment (often backed by separate worktrees/branches). - Tickets are the unit of work; sessions attach to tickets. - The UI focuses on observability: what each agent is doing, what changed, and where attention is needed.

Links

- Website: https://agentsmesh.com - Docs: https://agentsmesh.com/docs - Repo (if open source): https://github.com/AgentsMesh/AgentsMesh - Demo video: https://www.youtube.com/watch?v=FZrUO0tim0U

I’d love feedback on: 1. Where this breaks down in real workflows 2. Security/isolation expectations when supervising agents 3. What features are “must have” for coordinating multiple coding agents

Maker here — happy to answer questions.

Comments

jlongo78•52m ago
cool project. one thing most fleet tools miss: session persistence and replay matter more than the dashboard. when an agent goes sideways at 2am you want to scrub back through exactly what it did, not stare at a pretty graph. also cross-agent context -- knowing agent B is blocked waiting on agent A's output -- thats where coordination actually breaks down. curious how you handle that handoff visibility?