frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Model is currently experiencing high demand

https://mayberay.bearblog.dev/this-model-is-currently-experiencing-high-demand/
1•mugamuga•1m ago•0 comments

"Magnifica Humanitas" in Five Steps: Unpacking Pope Leo XIV's Encyclical

https://livingcatholictruth.substack.com/p/magnifica-humanitas-in-five-steps
1•thinkingemote•3m ago•0 comments

Domestic Transport Usage by Mode

https://www.gov.uk/government/statistics/daily-domestic-transport-use-by-mode/domestic-transport-...
1•bookofjoe•3m ago•0 comments

The Challenge of Cross-language Interoperability (2013)

https://queue.acm.org/detail.cfm?id=2543971
1•downbad_•4m 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•4m ago•0 comments

GTA V – Graphics Study (2015)

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

A Wetland Without Water

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

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

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

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

https://github.com/yujonglee/openrouter-toolkit
1•yujonglee•6m 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•7m ago•0 comments

Erich's Packing Center

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

Schrödinger's Kittens Are All Grown Up

https://nautil.us/schrodingers-kittens-are-all-grown-up-1281010
1•Brajeshwar•7m 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•8m ago•0 comments

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

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

Some rare examples of AIs being underconfident

https://futuresearch.ai/blog/ais-underconfident/
4•ddp26•11m 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•11m ago•0 comments

Morse Code Chatroom

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

We built a B2B API infrastructure for resume parsing and tailoring

1•engspeedy•13m ago•0 comments

Am I Supposed to Feel Happy?

1•mahdi7d1•13m ago•1 comments

Ornadyne: We're building robot birds for surveillance

https://www.ycombinator.com/companies/ornadyne
1•SJMG•14m 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•14m 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•14m ago•0 comments

Building a read-only P2P SQLite Database in the browser

https://read.vantezzen.io/swarm-sqlite
1•bennett_dev•14m 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•14m 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•16m ago•0 comments

Autonomy Is a Harness Property

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

CSS vs. JavaScript (Animation Strategies)

https://www.joshwcomeau.com/animation/css-vs-javascript/
2•cyanbane•16m 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•19m ago•0 comments

LLM Transparency

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

Distributing LLM Inference in DwarfStar

https://antirez.com/news/167
1•Brajeshwar•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.