frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Would you use non-SaaS downloadable chatbot app?

1•adinhitlore•37s ago•0 comments

Small Claims Court with Clankers

https://disputron.ai/
1•mlhpdx•1m ago•0 comments

Cluster of lost cities in Ecuador that lasted 1k years mapped (2024)

https://thehill.com/homenews/ap/ap-science/ap-archeologists-map-lost-cities-in-ecuadorian-amazon-...
1•thunderbong•1m ago•0 comments

Native Instruments Acquired by InMusic

https://blog.native-instruments.com/an-announcement-from-nick-williams/
1•thm•2m ago•0 comments

Don't Get Too Comfortable

https://www.wsj.com/health/wellness/dont-get-too-comfortable-your-quality-of-life-depends-on-it-a...
1•sanj•3m ago•0 comments

Sony's PS5 sales plummet amid price rises and a memory crisis

https://www.theverge.com/news/926609/sonys-ps5-sales-plummet-memory-costs-price-hikes
2•Brajeshwar•5m ago•0 comments

The Ploopy Bean – External trackball with 4 buttons

https://ploopy.co/bean/
1•namanyayg•7m ago•0 comments

A recent experience with ChatGPT 5.5 Pro

https://gowers.wordpress.com/2026/05/08/a-recent-experience-with-chatgpt-5-5-pro/
1•ColinWright•8m ago•0 comments

Dante's Inferno modelled a planetary impact 500 years before modern science

https://www.egu.eu/news/1777/new-research-proposes-dantes-inferno-modelled-a-planetary-impact-500...
1•geox•8m ago•0 comments

5x perf increase on writes with FPW disabled in Postgres

https://www.databricks.com/blog/how-lakebase-architecture-delivers-5x-faster-postgres-writes
1•sp_from_db•8m ago•0 comments

Plus Codes

https://maps.google.com/pluscodes/
1•smartmic•9m ago•0 comments

iPhone Launch – Studio C (Comedy Sketch) [video]

https://www.youtube.com/watch?v=B7Ujn91mfAk
1•mrtimo•11m ago•0 comments

Show HN: AI Fluency Diagnostic

https://ai-pilled.com/
1•chrija•11m ago•0 comments

Show HN: Ocelot – A Game Boy and Game Boy Color Emulator in Haskell

1•habedi0•14m ago•0 comments

A new suite of modern tools coming for editing and publishing RFCs

https://www.ietf.org/blog/new-tools-coming-for-editing-and-publishing-rfcs/
1•cxr•14m ago•0 comments

Raven: Memory as a Set of Slots

https://goombalab.github.io/blog/2026/raven-part1/
1•cmogni1•15m ago•0 comments

Linear Diffs

https://linear.app/docs/diffs
2•bpierre•15m ago•0 comments

Show HN: Open Source FreeCAD dataset for CAD generation tasks

https://huggingface.co/datasets/gnucleus-ai/cad-gen-freecad
1•gNucleusAI•15m ago•0 comments

Mythos set off a cybersecurity 'hysteria.' Experts say threat was already here

https://www.cnbc.com/2026/05/08/anthropic-mythos-ai-cybersecurity-banks.html
1•pr337h4m•16m ago•0 comments

A 429 from a quota cap and a 429 from rate-limit need different cooldowns

https://github.com/eleata/resilient-llm-router
1•eleion_ai•18m ago•0 comments

Glow-in-the-dark sliotar wins top student prize

https://www.rte.ie/news/business/2026/0507/1572229-student-enterprise-globall/
1•austinallegro•18m ago•0 comments

Show HN: Inkwell a writer-first newsletter platform,$0 for unlimited subscribers

https://lovable.dev/
1•yuriaguernsey•18m ago•0 comments

Deepfakes are everywhere. The godfather of digital forensics is fighting back

https://www.science.org/content/article/deepfakes-are-everywhere-godfather-digital-forensics-figh...
1•speckx•18m ago•0 comments

UFO File Not Found

https://www.war.gov/UFO/#65_HS1-834228961_62-HQ-83894_Serial_153
5•DavidCanHelp•20m ago•0 comments

Show HN: IEEE-754-Conformant FP64 on Metal (Apple Silicon)

https://github.com/guyfischman/metal-softfloat
1•guyfischman•23m ago•1 comments

Extortion Using Smartglasses Is a Thing Now

https://gizmodo.com/extortion-using-smart-glasses-is-a-thing-now-2000755562
1•greesil•23m ago•0 comments

Show HN: Oc-go-cc, an Open-source proxy that lets Claude Code use OSS models

https://github.com/samueltuyizere/oc-go-cc
2•teezay•23m ago•0 comments

Lookout Station – A native dashboard app for iPad and Mac

https://lookoutapp.ai
1•badcoffee•24m ago•0 comments

CUDA-oxide, a Rust-to-CUDA compiler

https://nvlabs.github.io/cuda-oxide/index.html
1•lacker•24m ago•0 comments

Show HN: Stagewise – Agentic IDE for Your Z.ai/DeepSeek/Moonshot Subscription

https://github.com/stagewise-io/stagewise/blob/main/README.md
2•glenntws•24m ago•0 comments
Open in hackernews

TPP

https://github.com/universe-components/touchpoint
3•wchswchs•1y ago

Comments

wchswchs•1y ago
I've been exploring some new ideas while working on TPP, a protocol for multi-agent systems, and one of the concepts I'm really excited about is something I’m calling "Gear-Based Programming."

It’s a different take compared to traditional block-based programming—there are no explicit concepts like tasks or tools. The idea is to simplify the way we design and build intelligent agents, especially when it comes to multi-agent collaboration.

I think this could evolve into a new programming paradigm for the AI era—kind of like how object-oriented programming replaced procedural programming back in the day.

Curious to hear your thoughts. Does this idea resonate with anyone? Has anyone tried similar approaches?

wchswchs•1y ago
In the past, building an adaptive system often meant defining dozens of different extension interfaces just to barely make it work. With TPP, that's no longer necessary—adaptive behavior can be achieved with just a single, unified type of interface.