frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What happens when you clone mice for 20 years straight?

https://denovo.substack.com/p/what-happens-when-you-clone-mice
1•vinhnx•8m ago•0 comments

Atomic Rockets – Build your own spaceship

https://projectrho.com/public_html/rocket/heatrad.php
1•vismit2000•11m ago•0 comments

Show HN: Every Minute a Startup

https://everyminuteastartup.com
1•sawirricardo•11m ago•0 comments

What do frontier AI companies' job postings reveal about their plans?

https://epochai.substack.com/p/what-do-frontier-ai-companies-job
1•vinhnx•13m ago•0 comments

Pi: The Minimal Agent Within OpenClaw

https://lucumr.pocoo.org/2026/1/31/pi/
1•Anon84•17m ago•0 comments

Show HN: VizTools – 16 free tools for PMs and freelancers, deliberately no AI

https://viztools.app/
1•mizarau•18m ago•0 comments

400 cuckoo clocks go on display as time springs forward

https://www.rte.ie/news/ireland/2026/0328/1565545-clocks-exhibition-waterford/
1•austinallegro•22m ago•0 comments

Potato Fruit

https://en.wikipedia.org/wiki/Potato_fruit
1•jedbrooke•28m ago•0 comments

Adaptive hedging library (reduces p99 latency by ~74%)

https://github.com/bhope/hedge
1•soniccontroller•29m ago•0 comments

The Joy of Numbered Streets

https://humantransit.org/2026/03/the-joy-of-numbered-streets-or-call-it-39th-avenue.html
3•dmit•41m ago•0 comments

Bitmoji Anthropology [video]

https://www.youtube.com/watch?v=E2I0tqgaEVo
1•broabprobe•49m ago•0 comments

Dandelion Mesh: Serverless mesh network for browsers using WebRTC

https://github.com/predatorray/dandelion-mesh
1•zetaplusae•51m ago•0 comments

I made aipack and wanted to share

https://github.com/shrug-labs/aipack
1•waffleman21•51m ago•1 comments

CLTR finds a 5x increase in scheming-related AI incidents

https://www.longtermresilience.org/reports/v5-scheming-in-the-wild_-detecting-real-world-ai-schem...
1•kuerbel•51m ago•0 comments

I did a deep dive into cursors SQLite storages, different from Claude Code

https://vibe-replay.com/blog/cursor-local-storage/
1•tuo-lei•54m ago•2 comments

Aldus PageMaker on the Apple Macintosh

https://stonetools.ghost.io/pagemaker-mac/
1•zdw•54m ago•0 comments

Geometric Return and Portfolio Analysis (2003)

https://www.treasury.govt.nz/publications/wp/geometric-return-and-portfolio-analysis-wp-03-28#abs...
1•tosh•57m ago•0 comments

The new AI literacy: Insights from student developers

https://cloud.google.com/blog/topics/developers-practitioners/how-uc-berkeley-students-use-ai-as-...
1•gpi•1h ago•0 comments

Avi Loeb says recent meteorites signal "Fireball Season"

https://avi-loeb.medium.com/is-the-recent-surge-in-meteor-fireballs-on-earth-related-to-3i-atlas-...
1•tbreschi•1h ago•0 comments

Ask HN: Help re-finding a self hosting platform with decent SSO support

1•evolve2k•1h ago•0 comments

The Future of Python: Evolution or Succession – Brett Slatkin – PyCascades 2026 [video]

https://www.youtube.com/watch?v=1gjLPVUkZnc
2•matt_d•1h ago•0 comments

How to Keep Services Running During Failures?

https://newsletter.scalablethread.com/p/how-to-keep-services-running-during
1•fagnerbrack•1h ago•0 comments

Show HN: Qwen Meetup Presentation, Function Calling Harness, 6.75% to 100%

https://autobe.dev/blog/function-calling-harness-qwen-meetup-korea/
2•samchon•1h ago•1 comments

Is SwiftUI as fast as UIKit in iOS 26?

https://blog.jacobstechtavern.com/p/swiftui-vs-uikit
3•wpm•1h ago•0 comments

Southern Journey

https://en.wikipedia.org/wiki/Southern_Journey
2•tintinnabula•1h ago•0 comments

Ask HN: Anyone using Meshtastic/LoRa for non-chat applications?

4•redgridtactical•1h ago•0 comments

I Trained an LLM on My MacBook Neo

https://taylorarndt.substack.com/p/i-trained-an-llm-on-my-macbook-neo
4•_vaporwave_•1h ago•0 comments

Costasiella Kuroshimae

https://en.wikipedia.org/wiki/Costasiella_kuroshimae
1•thunderbong•1h ago•0 comments

24/7 AI Lo-Fi Radio Station

https://airwaves.fm/
3•newtechwiz•1h ago•2 comments

TokenFence – Per-workflow budget caps and kill switch for AI agents

https://tokenfence.dev/
3•karhagba•1h ago•0 comments
Open in hackernews

TPP

https://github.com/universe-components/touchpoint
3•wchswchs•11mo ago

Comments

wchswchs•11mo 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•11mo 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.