frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

It's Happening – Europe Is Building an Impossible Fusion Reactor [video]

https://www.youtube.com/watch?v=bPUAKW1Dyek
1•mpweiher•18s ago•0 comments

The LLM Freedom Manifesto: Open-Weight Models and User Responsibility

https://gnu.support/large-language-models-llm/The-LLM-Freedom-Manifesto-Open-Weight-Models-and-Us...
2•rcdwealth•1m ago•0 comments

AI is finding sperm where doctors couldn't

https://www.seattletimes.com/seattle-news/science/ai-is-finding-sperm-where-doctors-couldnt/
1•OutOfHere•5m ago•0 comments

The Qualities of Tomorrow's Programmers by Salvatore Sanfilippo

https://grigio.org/the-qualities-of-tomorrows-programmers/
1•grigio•9m ago•0 comments

Immich - Self-hosted photo and video management solution

https://immich.app/
1•tehlike•13m ago•0 comments

Why Some Highly Intelligent People Prefer Less Social Interaction

https://www.rathbiotaclan.com/scientists-have-a-fascinating-hypothesis-about-why-smart-people-sho...
2•Akasci•13m ago•1 comments

So you want to build a generator (2016)

https://galaxykate0.tumblr.com/post/139774965871/so-you-want-to-build-a-generator
1•vuvko•16m ago•0 comments

Paitify – authorization layer so AI agents can't overspend

https://paitify.io
2•rahmankapucu•18m ago•0 comments

English as She Is Spoke

https://en.wikipedia.org/wiki/English_as_She_Is_Spoke
1•hamper653•18m ago•1 comments

What can you learn about a company from the outside?

https://mikwornoo.substack.com/p/company-structure-from-job-postings
1•hunglee2•20m ago•0 comments

Paper: Attention Is All You Have

https://arxiv.org/abs/2608.12610
1•benameurilyesis•22m ago•0 comments

Rocket Lab's GHOST mobile rocket launch infrastructure

https://newatlas.com/military/ghost-gives-rocket-launch-sites-flat-pack-treatment/
1•Gaishan•24m ago•0 comments

The AI Competence/Judgement Gap

https://itamargilad.com/artificial-competence/
1•BerislavLopac•25m ago•0 comments

Show HN: MCP Server for Appointment Booking

https://blog.makeplans.com/2026/08/15/your-ai-assistant-can-now-manage-your-bookings.html
1•sleepyhead•26m ago•0 comments

The Goal Is (Still) Value

https://franciscomt.medium.com/the-goal-is-still-value-9258db5d5e85
1•BerislavLopac•26m ago•0 comments

Control and complexity: tension in systems design

https://ferd.ca/control-and-complexity-tension-in-systems-design.html
1•r4um•27m ago•0 comments

Bitcoin: I'm retarded. ASM client/server project in the works

https://github.com/BobClawblaw/bitcoinmachinecode
2•hjm•30m ago•1 comments

AdNauseam – Clicking ads so you don't have to

https://adnauseam.io/
2•mosiuerbarso•33m ago•0 comments

How to Use AI as a Language Learner

https://vocably.pro/ai.html
2•sneas•36m ago•0 comments

Puppy Weight Estimator: a range-based adult-size calculator

https://puppyweightestimator.com
1•carsmith•38m ago•0 comments

Book Review – Animal Farm

2•jaysinhp•44m ago•0 comments

PayPal Is "In Talks to Sell Itself" After Rejecting Stripe's Initial $60.50 Bid

https://247wallst.com/investing/2026/08/15/breaking-paypal-is-in-talks-to-sell-itself-after-rejec...
1•theanonymousone•46m ago•0 comments

Why Big Tech's AI Spending Is $3T Higher Than It Seems

https://www.wsj.com/tech/ai/why-big-techs-ai-spending-is-3-trillion-higher-than-it-seems-e1067bb2
4•massagedpelican•52m ago•0 comments

Handwritten Digit Classification with Neural Cultures

https://www.biorxiv.org/content/10.64898/2026.08.10.743829v1
2•bwjx•54m ago•0 comments

Show HN: Rex, a parallel functional language for scientific workflows

https://github.com/peterkelly/rex
2•peterkelly•56m ago•0 comments

Zalvion AI

https://zalvionai.com
2•Mari_Developer•59m ago•0 comments

Wolfram Demonstrations – Unsolved Problems

https://demonstrations.wolfram.com/topic/unsolved-problems
3•soupspaces•1h ago•0 comments

$12B of US ratepayers' money wasted on a modeling mistake in PJM

https://newsletter.semianalysis.com/p/12b-of-us-ratepayers-money-wasted
8•_delirium•1h ago•1 comments

AI wins landmark Fair Work Commission case for Macquarie academic

https://www.afr.com/work-and-careers/workplace/ai-wins-landmark-fair-work-commission-case-for-mac...
4•solresol•1h ago•0 comments

Linear Algebra Done Right – Sheldon Axler

https://linear.axler.net/
3•the-mitr•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.