frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Who Tried to Put Age Verification into Linux (and Why?)

https://www.sambent.com/the-engineer-who-tried-to-put-age-verification-into-linux-5/
1•felineflock•6m ago•0 comments

Show HN: Agent-password – a local macOS password manager for agent workflows

https://github.com/tartavull/agent-password
1•tartavull•7m ago•0 comments

Personality Self-Replicators

https://www.lesswrong.com/posts/fGpQ4cmWsXo2WWeyn
1•causalityltd•7m ago•0 comments

Constellation Draw

https://neal.fun/constellation-draw/
1•vismit2000•7m ago•0 comments

The Unusual Billboard Strategy That Got Us Our First Contract

https://twitter.com/gaurab/status/2034985493574668414
1•dsr12•14m ago•0 comments

CopySpeak – A lightweight tool for quick AI text-to-speech

https://github.com/ilyaizen/CopySpeak
2•ilyaizen•20m ago•0 comments

FTC order directing Intuit to stop deceptive TurboTax ads thrown out by US court

https://www.reuters.com/world/us-appeals-court-tosses-ftc-order-against-intuit-over-turbotax-adve...
4•shscs911•27m ago•0 comments

Show HN: AI chat, search, notes, collaborate, channels, cloud drive in one place

https://github.com/NitroRCr/nyaai
1•krytro•28m ago•0 comments

Coastal Grotesque

https://www.tabletmag.com/sections/arts-letters/articles/coastal-grotesque-bret-easton-ellis
1•bonefishgrill•30m ago•0 comments

Show HN: An open-source AI Scrum Team that lives natively in GitHub Issues

https://github.com/plusai-solutions/ai-scrum-master-template
1•dongjiewu•37m ago•0 comments

Crimson Desert refuses to launch on Intel Arc GPUs, developer says seek refunds

https://www.club386.com/crimson-desert-refuses-to-launch-on-millions-of-intel-arc-gpus-developer-...
1•josephcsible•37m ago•0 comments

Money isn't going to solve the burnout problem

https://blogs.gentoo.org/mgorny/2026/03/07/money-isnt-going-to-solve-the-burnout-problem/
2•dennisjoseph•51m ago•0 comments

Best laptop Apple ever made [video]

https://www.youtube.com/watch?v=JpPIrmZB828
2•vinhnx•53m ago•1 comments

Uber to Invest Up to $1.25B in Rivian Robotaxis

https://www.wsj.com/business/autos/uber-to-invest-up-to-1-25-billion-in-rivian-robotaxis-8b295925
2•bookofjoe•1h ago•1 comments

Buy Now, Pay Later Makes Billions Off People's Struggles [video]

https://www.youtube.com/watch?v=0mYvLHJd9ww
3•mgh2•1h ago•0 comments

Fountain Pen Writing Science Analysis

https://www.nakaya.org/en/commitment/23114/
2•Brajeshwar•1h ago•0 comments

Record Number of Student Loan Borrowers Are in Delinquency and Default

https://www.nytimes.com/2026/03/20/business/student-loan-deliquency-default.html
2•lxm•1h ago•1 comments

Long-term weight loss maintenance

https://ajcn.nutrition.org/article/S0002-9165(23)29536-2/fulltext
4•paulpauper•1h ago•0 comments

Why American cities pay over $3k for one trash can

https://thehustle.co/originals/why-american-cities-pay-over-3000-for-one-trash-can
4•paulpauper•1h ago•0 comments

How Long Can a Quadcopter Drone Fly on Just Solar?

https://hackaday.com/2026/03/20/how-long-can-a-quadcopter-drone-fly-on-just-solar/
5•lxm•1h ago•0 comments

The Hypocrisy at the Heart of the AI Industry

https://www.theatlantic.com/technology/2026/03/hypocrisy-ai-industry/686477/
3•paulpauper•1h ago•0 comments

Algorithm Visualizer

https://algorithm-visualizer.org/
1•vinhnx•1h ago•0 comments

FFmpeg 101 (2024)

https://blogs.igalia.com/llepage/ffmpeg-101/
2•vinhnx•1h ago•0 comments

Show HN: Interactive simulation of what your phone does behind the screen

https://canitrustmydevice.com
1•starsmartonl•1h ago•0 comments

I built a zero-knowledge vault with WebAuthn passkeys, no passwords

https://emvproject-production.up.railway.app
2•ejpow•1h ago•0 comments

Mystery Science Theater fan finds and uploads lost episode “K03”

https://www.pastemagazine.com/tv/great-job-internet/mystery-science-theater-3000-lost-episode-k03...
2•coloneltcb•1h ago•0 comments

Sam Altman's Sister's Abuse Claims Against Him Dismissed for Now

https://www.bloomberg.com/news/articles/2026-03-21/sam-altman-sister-s-abuse-claims-against-him-d...
3•aanet•1h ago•0 comments

Open-source Infinite Canvas for managing AI agents

https://github.com/49agents/49agents
1•halcdev•1h ago•0 comments

Evil ClawHack NY

https://nyc.aitinkerers.org/p/evil-clawhack-ny
1•nycdatasci•1h ago•1 comments

Ask HN: How are angels and micro-VCs managing deal flow in 2026?

1•benj_mrtn•1h ago•0 comments
Open in hackernews

Show HN: Yet another Claude Code agent setup, but several noval patterns

https://github.com/notque/claude-code-toolkit
1•AndyNemmity•1h ago
I know you're excited for the 100th post today on someone's claude code setup.

But most of those setups are thin wrappers around "You are an expert at"

Mine I have been working on since agents released, and has a different conception.

From an intelligent /do router command to automatically route to skills and agents so you don't have to remember anything.

High context skills, because in my testing it's better to have high context, and you use fewer tokens because it doesn't require turn after turn of working on it and fixing.

ADRs being the central component of everything you do, so that there is a consistent document that all agents get.

And a lot more. It's yet another Claude Code setup, but perhaps it's interesting to you.

Comments

angtly•1h ago
The novel patterns angle is interesting. One pattern I keep seeing missing across all agent setups is the economic layer. Every agent framework solves orchestration well, but none of them answer: what happens when Agent A needs to hire Agent B for a capability it doesn't have?

  Right now the answer is "build it yourself" or "use a free API and hope it doesn't break." If specialist agents (search, code exec, PDF parsing) could be hired on-demand with
  per-call billing, you'd see much more composable architectures. The orchestrator focuses on its core logic, and outsources commodity capabilities to paid specialists.
The economics only work on L2s where settlement is sub-cent. That's the unlock nobody's building for yet.