frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Finctory – A node-based visual backtesting platform

https://finctory.netlify.app/
1•np_Poluri•1m ago•1 comments

Data scientist uses AI and ChatGPT to create cancer vaccine for his dying dog

https://www.theaustralian.com.au/business%2Ftechnology%2Ftech-boss-uses-ai-and-chatgpt-to-create-...
1•philangist•1m ago•0 comments

Drone-Mounted Camera for Real-Time MA-RPPG in Smart Mirror Systems

https://www.mdpi.com/2076-3417/16/5/2307
1•PaulHoule•2m ago•0 comments

Show HN: ObservAgent – Observability for Claude Code(cost, tools, subagents)

https://darshannere.github.io/observagent/
1•darshannere•4m ago•0 comments

EIOU, an open source P2P payment protocol

https://eiou.org/
2•Aeium•6m ago•0 comments

Show HN: HypergraphZ – A Hypergraph Implementation in Zig

https://github.com/yamafaktory/hypergraphz
1•yamafaktory•6m ago•0 comments

Seedance 2.0 delayed due to copyright disputes

https://www.scmp.com/tech/big-tech/article/3346654/bytedance-reportedly-suspends-launch-seedance-...
1•stuartmemo•7m ago•0 comments

Faith Claw – Security middleware for autonomous AI agents (OpenClaw)

https://github.com/KirpalS99/Faith-Claw
1•kirpals99•7m ago•0 comments

The AI Boom Has Exploded the San Francisco Housing Market

https://www.wsj.com/economy/housing/san-francisco-housing-market-ai-8c4e3f59
2•randycupertino•12m ago•1 comments

Ask HN: When bored during vibe coding edits I ---?

1•p0d•12m ago•0 comments

Steven Spielberg Thinks Aliens Are Among Us

https://www.slashfilm.com/2122928/steven-spielberg-disclosure-day-aliens-among-us-sxsw/
1•bookofjoe•12m ago•0 comments

Domestication Syndrome

https://en.wikipedia.org/wiki/Domestication_syndrome
1•andersource•13m ago•0 comments

Kuberna Labs – Open-source SDK for autonomous cross-chain AI agents

https://github.com/kawacukennedy/kuberna-labs
1•n3on250•13m ago•1 comments

Multi-agent coordination via timer-based Discord polling (Claude Code)

https://github.com/AetherWave-Studio/autonomous-claude-code
1•Drew-Aetherwave•14m ago•1 comments

Ask HN: AI Browser Automation

2•compootr•16m ago•0 comments

Show HN: Claude's 2x usage promotion (March 2026) in your timezone

https://edsonroteia.github.io/claude2x/
1•earaujo•16m ago•0 comments

Chinese giants use idled foreign plants to fuel global expansion

https://www.scmp.com/business/china-business/article/3346472/carpool-chinese-giants-use-idled-for...
1•gscott•17m ago•0 comments

I built this in an hour with Claude

https://oscars.prakashvenkat.com/
1•dopatraman•18m ago•0 comments

Ask HN: Why is there a lack of useful use cases for OpenClaw?

1•nazbasho•19m ago•0 comments

Olaf: Bringing an Animated Character to Life in the Physical World [video]

https://www.youtube.com/watch?v=-L8OFMTteOo
1•redman25•21m ago•0 comments

Ask HN: What Should I Make?

1•SpyCoder77•21m ago•3 comments

The ArXiv is separating from Cornell University, and is hiring a CEO

https://mathstodon.xyz/@johncarlosbaez/116223948891539024
3•mellosouls•22m ago•0 comments

Integrity-Weighted Citation Metric

https://quinndupont.github.io/CiteIQ/
1•quinndupont•24m ago•0 comments

Why Claude's new 1M context length is a big deal

https://martinalderson.com/posts/why-claudes-new-1m-context-length-is-a-big-deal/
2•martinald•24m ago•0 comments

University of Houston Physicists Break Superconductivity Temperature Record

https://www.uh.edu/news-events/stories/2026/march/03102026-ambient-pressure-superconductivity-rec...
1•bilsbie•24m ago•0 comments

Securing AI Agents

https://fusionauth.io/articles/ai/securing-ai-agents
1•mooreds•31m ago•0 comments

Show HN: Quell, a local security layer to stop AI IDEs leaking your secrets

https://github.com/Sonofg0tham/Quell
1•Sonofg0tham•32m ago•1 comments

Single message billboard. outbid to takeover

https://billboard.today
1•bekdavid893•35m ago•0 comments

Paul R. Ehrlich, Who Alarmed the World with 'The Population Bomb,' Dies at 93

https://www.nytimes.com/2026/03/15/books/paul-r-ehrlich-dead.html
3•igonvalue•38m ago•1 comments

Are we getting NSFW ChatGPT?

https://community.openai.com/t/are-we-getting-nsfw-chatgpt/1376809
4•puildupO•38m ago•5 comments
Open in hackernews

Solving AI Sprawl: Using Git Worktrees and ADRs to Govern Parallel Agents

https://www.arnaudp.dev/solving-ai-sprawl-using-git-worktrees-and-adrs-to-govern-parallel-agents-2/
3•gentle_bubble•1h ago

Comments

gentle_bubble•1h ago
Hi HN, author here.

Like a lot of people, I found that using AI coding tools doubled my PR volume but created a new problem I call 'AI sprawl.' The agents act like interns with amnesia—they write good isolated code but constantly violate established architectural decisions, turning senior engineers into full-time PR reviewers.

I wrote this post detailing a 5-phase pipeline I built to fix this. The core mechanics rely on using git worktree to safely run up to 5 agents in parallel, and a review loop that forces agents to validate their diffs against our Architecture Decision Records (ADRs) before a human ever sees the PR.

The biggest win has been having AI automatically reject bad linting suggestions by citing our ADRs as the ultimate source of truth.

I'd love to hear how other teams are handling the review bottleneck as AI accelerates code generation, or any critiques on the workflow. Happy to answer any questions!