frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why coding agents lose the thread, and why repository itself should preserve it

https://medium.com/techtrends-digest/maybe-coding-agents-dont-need-a-bigger-memory-maybe-they-nee...
1•errekaldeko•45s ago•0 comments

Mechanical Movements

https://507movements.com
1•dgellow•2m ago•0 comments

A TV Transmitter from an STM32

https://hackaday.com/2026/02/24/a-tv-transmitter-from-an-stm32/
1•andrewstuart•3m ago•0 comments

We Gave the Robot a Team

https://www.seyhan.me/blog/post/we-gave-the-robot-a-team
3•speckx•7m ago•0 comments

Show HN: OSymandias – Open-source runtime for multi-agent AI systems

https://github.com/andreisilva1/OSymandias
2•andreisilva1•7m ago•0 comments

Show HN: bote - A fast, modern and low-memory approach to processing a big JSON

https://github.com/jankdc/bote
2•jankdc•7m ago•1 comments

Interviewing in the Post-LLM World

https://gitnation.com/contents/interviewing-in-the-post-llm-world
2•dunyakirkali•9m ago•0 comments

We Think Passing AI Token Costs to Customers Is the Wrong Call

https://www.axamy.com/blog/ai-cust-costs
2•jhonovich•11m ago•0 comments

Android developer verification: Building a safer ecosystem together

https://android-developers.googleblog.com/2026/06/android-developer-verification.html
2•ChrisArchitect•11m ago•0 comments

Zork name origin got an update on Wikipedia

https://www.dpolakovic.space/blogs/zork-part2#update
3•dpola•12m ago•1 comments

Show HN: AutomateOrNot – decide if you should automate a test

https://automateornot.dev/
4•dlindh•12m ago•1 comments

Inflation, profits and conflict–why can large firms hike prices in an emergency?

https://www.elgaronline.com/view/journals/roke/11/2/article-p183.xml
2•wahnfrieden•14m ago•0 comments

Why haven't we replaced HTML/CSS/JS?

4•swperb•15m ago•2 comments

Surpassing Fable Frontier Performance with Fusion

https://trustedrouter.com/blog/fusion-evals-open-source
2•ljlolel•15m ago•0 comments

Disintegration Fingerprinting: Tool to Identify Falsified Solid-Dosage Medicines

https://www.medrxiv.org/content/10.1101/2025.08.15.25333621v2
2•Luc•15m ago•0 comments

Letting Cloudflare serve Brotli-compressed data with Nginx

https://ma.ttias.be/letting-cloudflare-serve-brotli-with-nginx/
2•speckx•17m ago•0 comments

Ancient DNA provides evidence of earliest known plague outbreak

https://www.theguardian.com/science/2026/jun/17/ancient-dna-evidence-earliest-known-plague-outbreak
3•gmays•18m ago•0 comments

Show HN: Open-source back end for multi-user AI agents with shared memory

https://github.com/lobu-ai/lobu
2•buremba•19m ago•0 comments

SHOW HN: I built a "living proof-of-work" profile for builders

https://kritive.com
3•sonOfHades•19m ago•1 comments

Record and Replay in Codex [video]

https://www.youtube.com/watch?v=ZK3JhU73W18
2•consumer451•19m ago•0 comments

91% of plastic isn't recycled (2018)

https://www.nationalgeographic.com/science/article/plastic-produced-recycling-waste-ocean-trash-d...
5•downbad_•21m ago•1 comments

Bcachefs 1.38.6 Brings Many Performance Improvements

https://www.phoronix.com/news/Bcachefs-Tools-1.38.6
5•birdculture•21m ago•0 comments

Co/Core: An AI Cooperative

https://console.cocore.dev/
3•lisowski•21m ago•0 comments

AMD Threadripper CPUs Unlock Up to 215% Faster HandBrake Transcoding

https://www.amd.com/en/blogs/2026/handbrake-1-11-0-improves-scaling-on-high-core-count.html
3•speckx•22m ago•0 comments

Americans Should Celebrate China's Biotech Revolution

https://www.richardhanania.com/p/americans-should-celebrate-chinas
4•paulpauper•23m ago•0 comments

AI #173: AI Pauses

https://thezvi.substack.com/p/ai-173-ai-pauses
5•paulpauper•24m ago•0 comments

Show HN: I built a daily flag quiz in honor of the World Cup

https://orbisearth.web.app/
4•sestarkman•24m ago•0 comments

A Close-Up Look at the Waste of Modern Life

https://www.theatlantic.com/books/2026/06/trash-simon-pare-poupart-memoir-book-review/687579/
2•paulpauper•24m ago•0 comments

Amazon investigating engineers who criticized AI data center expansion

https://www.cnbc.com/2026/06/18/amazon-engineers-ai-data-center-opposition.html
7•hathym•25m ago•0 comments

Android verification coming: Google confirms timeline and supported app stores

https://arstechnica.com/gadgets/2026/06/google-shares-updated-timeline-for-rolling-out-android-de...
3•RattlesnakeJake•26m ago•1 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.