frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why I'm Done Making Desktop Applications

https://www.kalzumeus.com/2009/09/05/desktop-aps-versus-web-apps/
1•claxo•1m ago•0 comments

Six things I'll remember when I think about Tim Cook's version of Apple

https://arstechnica.com/gadgets/2026/04/six-things-ill-remember-when-i-think-about-tim-cooks-vers...
1•01-_-•5m ago•0 comments

UK Biobank health data listed for sale in China, government confirms

https://www.bbc.com/news/articles/cpvxgl3n138o
1•01-_-•6m ago•0 comments

What I learned asking 11 AI models to grade each other's AI predictions

https://shimin.io/journal/what-i-learned-asking-11-ai-models-to-grade-each-other/
1•recurrence•6m ago•0 comments

Why High-Testosterone Men Don't Perform for the Crowd

https://www.nature.com/articles/s41386-023-01570-y
1•bilsbie•6m ago•0 comments

El Salvador Adds New Tools in National Health App to Track and Treat (DoctorSV)

https://ticotimes.net/2026/04/19/el-salvador-adds-new-tools-in-national-health-app-to-track-and-t...
1•catlikesshrimp•7m ago•1 comments

Asia's Billionaires Are Bankrolling a Push for More Babies

https://www.bloomberg.com/news/articles/2026-04-24/asia-s-billionaires-offer-cash-incentives-to-b...
1•snidane•8m ago•0 comments

Rubbing testosterone gel on men's upper arms eliminates the audience effect

https://www.psypost.org/rubbing-testosterone-gel-on-mens-upper-arms-eliminates-the-audience-effec...
1•bilsbie•9m ago•0 comments

Show HN: Tarot Down Detector – a status page as a tarot reading

https://down.artemistarot.app/tarot-down-detector
1•suzgoldblatt•12m ago•0 comments

The Design of Design – Gordon L. Glegg(1969)

https://annas-archive.gl/md5/ea8f706c8ba56aaa741d5b45245ba25d
1•num42•13m ago•0 comments

You know what consciousness is: you live in soul land

https://aeon.co/essays/you-know-what-consciousness-is-you-live-in-soul-land
1•speckx•13m ago•0 comments

Unfounded Health Concerns Are Powering a Solar Backlash

https://www.propublica.org/article/michigan-solar-farms-health-concerns-st-clair-county
1•Brajeshwar•14m ago•0 comments

Printing a Check for Free

https://www.check.supply/check-printer
1•pfista•15m ago•0 comments

Ask HN: Anyone else get fatigued by interaction with LLMs?

2•yesitcan•15m ago•1 comments

Show HN: PrivateClaw – AI agents running in confidential VMs you can verify

https://privateclaw.dev
5•lambence•19m ago•0 comments

NMail Is Neat

https://nate.mecca1.net/posts/2026-04-23_nmail-is-neat/
1•01nate•21m ago•1 comments

Cloudflare Agents Week: Infrastructure for Running AI Agents at Scale

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

The Fall of the Theorem Economy

https://davidbessis.substack.com/p/the-fall-of-the-theorem-economy
3•fuglede_•25m ago•0 comments

Anthropic's product team moves faster than anyone else [video]

https://www.youtube.com/watch?v=PplmzlgE0kg
1•iamflimflam1•26m ago•0 comments

A good AGENTS.md is a model upgrade. A bad one is worse than no docs at all

https://www.augmentcode.com/blog/how-to-write-good-agents-dot-md-files
1•vinhnx•26m ago•0 comments

Show HN: TurbineFi – Build, Backtest, Deploy Prediction Market Strategies

https://www.turbinefi.com
3•adamewozniak•27m ago•0 comments

Bad Connection

https://citizenlab.ca/research/uncovering-global-telecom-exploitation-by-covert-surveillance-actors/
2•Tomte•28m ago•1 comments

The stablecoin market has got too stable

https://www.economist.com/finance-and-economics/2026/04/21/the-stablecoin-market-has-got-too-stable
2•edward•29m ago•0 comments

Could Neanderthals Speak Like Us?

https://nautil.us/could-neanderthals-speak-like-us-1280207
4•Brajeshwar•29m ago•1 comments

Global oil crisis has changed fossil fuel industry for ever, IEA chief says

https://www.theguardian.com/environment/2026/apr/24/global-oil-crisis-changed-fossil-fuel-industr...
2•helsinkiandrew•30m ago•0 comments

Five Skills of Good Managers

https://www.chicagobooth.edu/review/five-skills-good-managers
2•rzk•30m ago•0 comments

Two AIs, One PR: Adversarial Code Review with LLMs

https://p.agnihotry.com/post/two-ais-one-pr-adversarial-code-review-loop/
2•pagnihotry•31m ago•0 comments

Modern LZ Compression Part 2: FSE and Arithmetic Coding

https://glinscott.github.io/lz/part2.html
4•glinscott•31m ago•1 comments

Meta Partners with AWS on Graviton Chips to Power Agentic AI

https://about.fb.com/news/2026/04/meta-partners-with-aws-on-graviton-chips-to-power-agentic-ai/
3•pretext•31m ago•0 comments

SHOW HN: I built a marketplace agency that treats profit as the actual metric

2•Adverio•32m 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.