frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Will Claude Code ruin our team?

https://justinjackson.ca/claude-code-ruin
1•YounesDz•3m ago•0 comments

Agentic Email

https://martinfowler.com/bliki/AgenticEmail.html
1•jeffkumar•6m ago•1 comments

Ask HN: Any AI browswer that I can control by Claude Code?

1•johnnyfeng•7m ago•0 comments

AI found us before Google did

1•faruk_tugtekin•8m ago•0 comments

The web is bearable with RSS, Cory Doctorow

https://pluralistic.net/2026/03/07/reader-mode/
1•verisimi•8m ago•0 comments

Israel and the FBI manipulated assassination plots to goad Trump into Iran

https://thegrayzone.com/2026/03/06/israel-fbi-assassination-plots-trump-iran-war/
1•O1111OOO•8m ago•0 comments

Braided Essays

https://www.writersdigest.com/write-better-nonfiction/what-is-a-braided-essay-in-writing
1•marysminefnuf•9m ago•1 comments

Show HN: Pappardelle, a TUI for Multi-Clauding

https://github.com/chardigio/pappardelle
1•chardigio•10m ago•0 comments

Ask HN: Why do most analytics tools show what happened but not why?

1•HPSimulator•11m ago•0 comments

Death of the Flow State

https://1984commitlog.substack.com/p/week-10-the-death-of-flow-state
1•mdp•11m ago•1 comments

Show HN: Human Psychology Simulator – AI website conversion psychology

https://human-psychology-simulator.thequantumgrove.io/
1•HPSimulator•14m ago•0 comments

The Great AI Arbitrage

https://www.dodgycoder.net/2026/03/the-great-ai-arbitrage.html
1•damian2000•14m ago•0 comments

Show HN: A command center for CS students drowning in recruiting season

https://interviewtrackr.com
1•princierKevin•15m ago•0 comments

NASA Asteroid Observations Eliminate Chance of 2032 Lunar Impact

https://science.nasa.gov/blogs/planetary-defense/2026/03/05/new-nasa-asteroid-observations-elimin...
1•geox•16m ago•0 comments

Nexvira – a personal writing archive instead of a traditional blog

https://nexpul.blogspot.com/
1•Anomatrix•17m ago•1 comments

Show HN: I automated DJ Screw's chopped and screwed technique with Python+FFmpeg

https://github.com/samuelfrench/dj-screw-video-generator
1•samuelfrench9•20m ago•0 comments

Ask HN: Github Account Recovery after a 2fa loss

https://imgur.com/a/kJtR8U3
1•PonyoSunshine•23m ago•1 comments

Show HN: A dynamic, crowdsourced benchmark for AI agents

https://clawdiators.ai
1•shalinmehtaaa•33m ago•0 comments

Show HN: SiClaw – Open-source AIOps with a hypothesis-driven diagnostic engine

https://github.com/scitix/siclaw
2•SherryWong•35m ago•1 comments

The New Apple Begins to Emerge

https://parkerortolani.blog/2026/03/07/the-new-apple-finally-begins.html
1•arto•36m ago•0 comments

AirLLM optimizes inference memory usage

https://github.com/lyogavin/airllm
1•nreece•37m ago•0 comments

Give Up GitHub – Software Freedom Conservancy

https://sfconservancy.org/GiveUpGitHub/
2•nreece•39m ago•1 comments

AI Project Handoff Format

https://github.com/yy4uic-ai/ai-handoff-forma
1•yy4uic•43m ago•1 comments

Commit What You Know of Iran to the Flames

https://www.bloomberg.com/opinion/articles/2026-03-06/oil-shock-commit-what-you-know-of-iran-to-t...
1•petethomas•45m ago•1 comments

Show HN: DailyDefense – Daily tower defense for agents or humans

https://www.dailydefense.ai
1•pj4533•45m ago•0 comments

OpenAI robotics lead Caitlin Kalinowski quits in response to Pentagon deal

https://techcrunch.com/2026/03/07/openai-robotics-lead-caitlin-kalinowski-quits-in-response-to-pe...
4•SilverElfin•46m ago•1 comments

MonoGame: A .NET framework for making cross-platform games

https://github.com/MonoGame/MonoGame
1•azhenley•47m ago•0 comments

A23a was once the biggest in the world iceberg. Now it has just weeks left

https://www.bbc.co.uk/news/resources/idt-20f878f1-f4af-4022-9f62-b0515b9f4b20
1•reconnecting•47m ago•0 comments

Show HN: Too many AI SaaS launching every day so we built Arena where they fight

https://glad-ia-tor.com/
1•GiornoJojo•49m ago•0 comments

Show setup modal with confetti on coverage page when no CI data exists

1•nishiohiroshi•51m ago•0 comments
Open in hackernews

TPP

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

Comments

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