frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hypothetical Paintings and Why AI-Generated Art Can Feel Soulless

https://decodingvibes.com/blog/3-hypothetical-paintings-and-why-ai-generated-art-can-feel-soulless/
1•altmanaltman•3m ago•0 comments

Host your own RTK Base

https://www.centipede-rtk.org/host-rtk-base
1•altilunium•4m ago•0 comments

LightSwitch – In-Network and Photonic LLM Inference in Transit

https://github.com/pisantifrancesco89/Project-LightSwitch
1•Shibano89•5m ago•0 comments

"Hopefully a meteor will strike the Earth soon": Game devs talk GenAI witchhunts

https://www.rockpapershotgun.com/hopefully-a-meteor-will-strike-the-earth-soon-game-devs-talk-gen...
1•Tomte•8m ago•0 comments

NVMe 2.4 Update Adds Post-Quantum Security, Power Controls

https://www.eetimes.com/nvme-2-4-update-adds-post-quantum-security-power-controls/
1•giuliomagnifico•8m ago•0 comments

Gertieboard Is an IBM PC/XT Clone That Blends Vintage and Modern Hardware

https://www.hackster.io/news/gertieboard-is-an-ibm-pc-xt-clone-that-blends-vintage-and-modern-har...
1•rbanffy•11m ago•0 comments

Whose Is This Song?

https://substack.com/sign-in
1•feldrim•12m ago•0 comments

The Killer Cable Snap – MythBusters (2006) [video]

https://www.youtube.com/watch?v=XEnuL45hr_g
1•joebig•13m ago•1 comments

A Collectivist, Economic Vision for AI

https://cacm.acm.org/research/a-collectivist-economic-vision-for-ai/
1•visha1v•21m ago•0 comments

Automated researchers can reliably mitigate alignment failures

https://www.anthropic.com/research/automated-researchers-mitigate-alignment-failures
1•EvgeniyZh•26m ago•0 comments

Show HN: Hikaru – image compression that hits an exact file size, no slider

https://hikarulabs.xyz
1•CFBL•27m ago•0 comments

The Ultimate Dream

https://blog.br11k.dev/2026-08-29-the-ultimate-dream
1•konovalov-nk•31m ago•1 comments

Git.kernel.org Is "Interesting" to Crawlers

https://people.kernel.org/monsieuricon/creepy-crawlies
1•sohkamyung•32m ago•1 comments

Show HN: Snippety – a native text expander for Mac and iPhone

https://snippety.app
2•snippety•32m ago•1 comments

We Ran Code Inside Fortune 500s Using Files They Published for AI Agents

https://medium.com/@alonhertz1/data-became-code-we-ran-code-inside-fortune-500s-using-files-they-...
3•nizbit•33m ago•1 comments

Does Computer Science Need Computers?

https://www.quantamagazine.org/does-computer-science-need-computers-20260828/
1•rbanffy•34m ago•0 comments

You Know GDPR Is Good Based on Who Hates It

https://matduggan.com/you-know-gdpr-is-good-based-on-who-hates-it/
10•latexr•37m ago•2 comments

Making $2.7M a Year Selling Ice in NYC [video]

https://www.youtube.com/watch?v=iGejCONYVjA
1•binyu•37m ago•0 comments

I ran a little experiment: could I make agent memory deterministic

https://www.lorekit.io/blog/agent-memory-data-model
1•mthines•38m ago•0 comments

Adversarial Interoperability

https://www.eff.org/deeplinks/2019/10/adversarial-interoperability
1•orphereus•43m ago•0 comments

"Lead through code" – engineering managers getting squeezed

https://www.youtube.com/watch?v=MPVmV-6O5to
1•lifeisstillgood•44m ago•0 comments

Show HN: Player vs. Computer

https://github.com/Rubinoslaw/Player-vs-Computer/
1•PolishDevelop22•47m ago•0 comments

LuaDB: Lightweight, embeddable, zero-dependency RDBMS written 100% in pure Lua

https://github.com/jncastilho/luadb
2•thunderbong•48m ago•0 comments

How bicycle coaster brakes work (2018)

https://www.dougbarnesauthor.com/2018/06/how-bicycle-coaster-brakes-work.html
1•Vedor•50m ago•0 comments

Rhine Group: Draghi, Collison unite experts for EU competitiveness

https://en.ilsole24ore.com/art/draghi-and-collison-stripe-set-to-boost-growth-in-europe-the-rhine...
3•Lucasoato•56m ago•0 comments

InferenceFS: Never worry about data again (Again)

https://github.com/philipl/inferencefs/
1•linkdd•57m ago•0 comments

Breakscale: Distributed Systems Design Simulator

https://github.com/xevrion/breakscale
1•handfuloflight•59m ago•0 comments

Muraqib, free nightly QA that lets Claude open a fix PR when tests fail

https://github.com/holistis/muraqib
1•Bugintelligence•1h ago•0 comments

Show HN: AgentBridge – Let one AI think while another AI writes the code

https://github.com/IndexFlowing/AgentBridge
2•mandarinclips•1h ago•1 comments

Nepal's flood damage may cost up to a tenth of economy to rebuild

https://www.reuters.com/world/china/nepal-needs-least-4-billion-rebuilding-finance-minister-says-...
2•geox•1h 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.