frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ARC-AGI-3 [pdf]

https://arcprize.org/media/ARC_AGI_3_Technical_Report.pdf
1•sshroot•1m ago•0 comments

How do you come up with ideas for graphics when designing a website?

1•lasgawe•3m ago•0 comments

California Billionaires Are Spending Big in Costly Wealth-Tax Fight

https://www.wsj.com/business/california-billionaire-tax-ballot-opposition-6a00047d
1•fortran77•3m ago•1 comments

90% of Claude-linked output going to GitHub repos w <2 stars

https://www.claudescode.dev/?window=since_launch
1•louiereederson•3m ago•1 comments

AI Design Inthe IDE

https://www.pencil.dev
1•noashavit•4m ago•0 comments

ARC-AGI-3

https://arcprize.org/arc-agi/3
1•lairv•4m ago•0 comments

Fully local voice AI on iPhone 15

https://www.fikrikarim.com/volocal/
1•karimf•5m ago•0 comments

Ground truth: When the Earth moves, AI can spot it

https://www.bbc.com/future/article/20260323-the-ai-that-warns-people-about-landslides-and-avalanches
1•royalghost•6m ago•0 comments

The Coming Drone-War Inflection in Ukraine

https://spectrum.ieee.org/autonomous-drone-warfare
1•johnshades•7m ago•0 comments

China reviews $2B Manus sale to Meta as founders barred from leaving country

https://www.ft.com/content/d9123d9d-c807-41d6-8a17-80ff1111834a
1•newusertoday•8m ago•0 comments

Why You Hate Your Weather App

https://www.newyorker.com/culture/infinite-scroll/why-you-hate-your-weather-app
2•mitchbob•9m ago•1 comments

Software Is Deflationary

https://johnny.sh/blog/software-is-deflationary/
3•johnnydamacha•10m ago•0 comments

PixelCrash

https://www.pixelcrash.xyz
1•carlos-menezes•12m ago•0 comments

I built an AI agent mesh. The hardest part had nothing to do with code

https://kinarey.com/power-trust-control/
1•indynz•12m ago•0 comments

Liquid Cooling a MacBook Neo [video]

https://www.youtube.com/watch?v=lswbpVtAhrc
1•tiernano•13m ago•0 comments

Show HN: Subway – The Fastest NYC Train App

https://apps.apple.com/us/app/subway-real-time-arrivals/id6759947606
1•jbegley•13m ago•0 comments

Startup wants to change how mathematicians do math

https://www.technologyreview.com/2026/03/25/1134642/this-startup-wants-to-change-how-mathematicia...
1•joozio•13m ago•0 comments

Dreamline – on-chain spend governance for AI agents

https://dreamline-jade.vercel.app/landing
1•ai_satoshi_next•15m ago•0 comments

Show HN: Visitran – Cursor for Data Transformations (open source)

https://github.com/zipstack/visitran
1•naren87•16m ago•0 comments

Jury finds Meta and Google liable in social addiction case

https://sherwood.news/tech/jury-finds-meta-and-google-liable-in-social-addiction-case/
3•speckx•18m ago•0 comments

Immersive Dreams May Be the Key to Better Sleep Quality

https://www.discovermagazine.com/immersive-dreams-may-be-the-key-to-better-sleep-quality-48860
3•daoboy•18m ago•1 comments

Why this battery company is pivoting to AI

https://www.technologyreview.com/2026/03/25/1134657/battery-company-ai-pivot-ses/
2•joozio•19m ago•0 comments

I built AI chat with helpful Rich Content

https://99helpers.com/tools/ai-chat
1•nickk81•19m ago•1 comments

Show HN: Coding Interview Invisible Assistant

https://blind.codes
1•html5ninja•20m ago•1 comments

Vit: Git for Video Editing

https://github.com/LucasHJin/vit
1•jbegley•21m ago•0 comments

Nintendo is going to charge less for digital Switch 2 games

https://www.theverge.com/games/900590/nintendo-switch-2-digital-games-pricing
1•kristianpaul•21m ago•0 comments

Larry Ellison's Superyacht [video]

https://www.youtube.com/watch?v=zCJ5sxpcsNU
1•ibobev•23m ago•1 comments

Antimatter has been transported for the first time ever

https://home.cern/news/press-release/experiments/base-experiment-cern-succeeds-transporting-antim...
2•reconnecting•24m ago•0 comments

Situating Virginia's Data Center Alley in a New Era of Tech Power

https://datasociety.net/points/situating-virginias-data-center-alley-in-a-new-era-of-tech-power/
1•eatonphil•25m ago•0 comments

Windows 95 defenses against installers that overwrite a file with an older

https://devblogs.microsoft.com/oldnewthing/20260324-00/?p=112159
2•ibobev•26m ago•0 comments
Open in hackernews

Polyphon – Multi-model chat where the AIs respond to each other

https://polyphon.ai
2•coreydaley•1h ago

Comments

coreydaley•1h ago
I built Polyphon because I kept wanting a second opinion on what one AI told me, then a third, then I wanted them to respond to each other. It's a local-first Electron desktop app for macOS. You set up a "session" with any combination of voices — Anthropic Claude, OpenAI GPT, Google Gemini, local models via Ollama, or CLI tools like Claude Code and Codex. You send one message; every voice responds and reads what the others said. You can broadcast to all of them or @mention a specific one. A few things I care about that might interest HN:

No backend, no account, no telemetry. Your sessions are encrypted at rest with SQLCipher (AES-256). API keys are read from your shell environment and never leave the main process — the renderer makes zero network calls. There's an MCP server built in, so Claude Code and other agents can drive Polyphon programmatically. There's a poly CLI (@polyphon-ai/poly on npm) for terminal and CI use.

It's free and open source under Apache 2.0 as of this week.

https://polyphon.ai https://github.com/polyphon-ai/polyphon