frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Challenge of Cross-language Interoperability (2013)

https://queue.acm.org/detail.cfm?id=2543971
1•downbad_•37s ago•0 comments

Nvidia Vera CPU seems to beat AMD and Intel on server workloads

https://www.phoronix.com/review/nvidia-vera-benchmarks/11
1•paoliniluis•39s ago•0 comments

GTA V – Graphics Study (2015)

https://www.adriancourreges.com/blog/2015/11/02/gta-v-graphics-study/
1•downbad_•1m ago•0 comments

A Wetland Without Water

https://www.theguardian.com/global-development/2026/may/26/chile-datacentres-water-tech-companies...
1•tosh•1m ago•0 comments

Show HN: Kakeibo – a simple budget tracking app for simple people

https://getkakeibo.com/en/
1•palpfiction•1m ago•0 comments

Show HN: Compile-time model-id validation with declared capability

https://github.com/yujonglee/openrouter-toolkit
1•yujonglee•3m ago•1 comments

Why Dags Are Taking over Auto-Research (With the Founders of Paradigma)

https://www.youtube.com/watch?v=zBlu6j5ryo0
1•research_pie•3m ago•0 comments

Erich's Packing Center

https://erich-friedman.github.io/packing/
1•yzydserd•3m ago•0 comments

Schrödinger's Kittens Are All Grown Up

https://nautil.us/schrodingers-kittens-are-all-grown-up-1281010
1•Brajeshwar•4m ago•0 comments

AdminLTE 4.0.0 – first stable release of the v4 line

https://github.com/ColorlibHQ/AdminLTE/releases/tag/v4.0.0
1•croes•4m ago•0 comments

Stack-nudge – Stop babysitting your AI agent's terminal

https://github.com/StackOneHQ/stack-nudge
1•Hiskias•6m ago•0 comments

Some rare examples of AIs being underconfident

https://futuresearch.ai/blog/ais-underconfident/
4•ddp26•7m ago•0 comments

An Argument for Privacy Stamps over Paper Shredders

https://www.core77.com/posts/144198/An-Argument-for-Privacy-Stamps-Over-Paper-Shredders
1•surprisetalk•8m ago•0 comments

Morse Code Chatroom

https://telegraph.cee.wtf/
1•GaryNumanVevo•9m ago•0 comments

We built a B2B API infrastructure for resume parsing and tailoring

1•engspeedy•9m ago•0 comments

Am I Supposed to Feel Happy?

1•mahdi7d1•10m ago•0 comments

Ornadyne: We're building robot birds for surveillance

https://www.ycombinator.com/companies/ornadyne
1•SJMG•10m ago•0 comments

Slow Code, a monthly meetup to practice coding by hand

https://www.inventbuild.studio/blog/slow-code-coding-by-hand-monthly-36c2f33c9513802388a0c11e40f9...
1•virgil_disgr4ce•10m ago•0 comments

Bring Your Own Signal: pluggable overload control for stateful databases

https://www.uber.com/us/en/blog/from-static-rate-limiting-to-intelligent-load-management/
1•goodput•10m ago•0 comments

Building a read-only P2P SQLite Database in the browser

https://read.vantezzen.io/swarm-sqlite
1•bennett_dev•11m ago•0 comments

Artificial Intelligence Floods Court Dockets with Home-Brewed Lawsuits

https://www.nytimes.com/2026/05/25/us/politics/artificial-intelliegence-courts.html
2•droidjj•11m ago•0 comments

Show HN: Naiou – an agent that can only answer yes or no to your query

https://github.com/av/naiou
1•everlier•12m ago•0 comments

Autonomy Is a Harness Property

https://jlmr.dev/posts/autonomy-is-a-harness-property/
1•jelmersnoeck•12m ago•0 comments

CSS vs. JavaScript (Animation Strategies)

https://www.joshwcomeau.com/animation/css-vs-javascript/
1•cyanbane•12m ago•0 comments

Critical Views on LLMs and Health Advice: An Academic Reading List

https://read.misalignedmag.com/critical-views-on-llms-and-health-advice-an-academic-reading-list-...
2•lcubw•15m ago•0 comments

LLM Transparency

https://github.com/st-tech/ppf-contact-solver/blob/main/articles/llm_transparency.md
1•hmokiguess•19m ago•0 comments

Distributing LLM Inference in DwarfStar

https://antirez.com/news/167
1•Brajeshwar•21m ago•0 comments

Michael Burry Warns Nvidia Stock Faces Aggressive Fall

https://letsdatascience.com/news/michael-burry-warns-nvidia-stock-faces-aggressive-fall-7bf40de2
1•mgh2•21m ago•0 comments

Show HN: I wrote a book that teaches writing for marketing from first principles

https://www.nair.sh/books/copywriting-after-ai
1•nilirl•21m ago•0 comments

Chinese Memory Flood Could Drop DRAM and SSD Prices

https://www.gadgetreview.com/chinese-memory-flood-could-finally-drop-dram-and-ssd-prices
1•mgh2•22m ago•0 comments
Open in hackernews

Gamechat – Voice-Based Agent Orchestrator Built in Rust

https://github.com/zdql/gamechat
4•zdql•57m ago

Comments

zdql•57m ago
After the Thinking Machines announcement (https://thinkingmachines.ai/blog/interaction-models/) I've become interested in the ideas behind speech models, and the next "step-function" In Agent<>Human interaction.

Was able to spin this up over the weekend. Here's how it works: GPT-Realtime-2 is the frontend. It has a tool to start a (Claude Code/Codex) task, and a tool to check the progress of said task.

The agents run in an async worker while the Realtime loop can continue chatting. It becomes fairly straightforward to manage several agent runs at once, as if you are having a conversation.