frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Clearing Kiro sessions and logs on macOS

https://patches.joao.town/clearing-kiro-sessions-logs/
1•joaopalmeiro•41s ago•0 comments

Code Reveal Shapes Programmers' Visual Attention

https://arxiv.org/abs/2609.24616
1•moatmoat•1m ago•0 comments

Saudi Arabia wants a car industry, launches Ceer with two EVs

https://arstechnica.com/cars/2026/09/saudi-arabia-wants-a-car-industry-launches-ceer-with-two-evs/
1•rbanffy•4m ago•0 comments

Six ways to integrate Jev into your application

https://vercel.com/i/jev-integrations
1•flashbrew•6m ago•0 comments

TypeSafe AI Jev vs. GPT-6 Astra

https://vercel.com/i/jev-vs-gpt-6-astra
1•flashbrew•6m ago•0 comments

Mudita Kompakt

https://www.mudita.com/products/phones/mudita-kompakt/
1•FinnLobsien•7m ago•0 comments

Two JITs, Opposite Signs

https://intertwingly.net/blog/2026/09/19/Two-JITs-Opposite-Signs.html#reading-the-columns
1•ksec•7m ago•0 comments

Is Claude 20x actually 20x?

2•ko3us•10m ago•0 comments

Show HN: DiagramHub – A central hub for draw.io diagrams with SSO

https://diagramhub.app
1•mwiede•12m ago•0 comments

Detecting and Tracking Flying Objects

https://intellycode.dev/case-studies/drone-detection
1•zeniosd•12m ago•0 comments

Nvidia boss says there is '0% chance' AI destroys the world by 2030

https://www.theguardian.com/technology/2026/sep/21/nvidia-boss-jensen-huang-dismisses-warnings-ai...
3•edward•23m ago•0 comments

Verda (Finland) raises $189M in Series B

https://verda.com/blog/what-189m-in-funding-unlocks-for-verda-customers
2•cmrdporcupine•23m ago•0 comments

Pygmalion's Passion

https://paulkingsnorth.substack.com/p/pygmalions-passion
1•holdit•24m ago•0 comments

What Shopify Theme Automation Can Safely Handle and What Still Needs Engineers

https://shugert.com.mx/blog/shopify-theme-automation-safety-boundary
1•shugert•28m ago•0 comments

Prose as Code: Applying Formal Verification to Product Specs

https://alexanderabramovich.medium.com/prose-as-code-applying-formal-verification-to-product-spec...
2•happyalexander•28m ago•0 comments

An AI bot appeared on the StarCraft ladder. Can you tell who's playing?

https://marianogappa.github.io/software/2026/09/22/player-fingerprinting-in-the-age-of-ai-bots/
1•maloga•29m ago•0 comments

Ask HN: What's with the forced lower-casing texts?

1•meysamazad•33m ago•1 comments

Deploying IPv6-First EKS on AWS: What Still Doesn't Work, and What It Saves

https://labs.ripe.net/author/spidee/deploying-ipv6-first-eks-on-aws-what-still-doesnt-work-and-wh...
2•spidee-spiro•34m ago•0 comments

Orcrist: A desktop coding agent whose harness is written fresh for every task

https://github.com/simone20a/Orcrist
1•simone20a•35m ago•0 comments

Same prompt, same endpoint, different score

https://codecut.ai/prompt-tweak-score-gain/
1•khuyentran1401•36m ago•0 comments

Deriving the Landauer Principle from the Quantum Shannon Entropy

https://pubs.acs.org/jpclcd/article-abstract/16/5/1397/3742503/Deriving-the-Landauer-Principle-Fr...
1•binyu•36m ago•0 comments

Commodore's forgotten Amiga Unix gets a modern revival

https://www.theregister.com/software/2026/09/22/commodores-forgotten-amiga-unix-gets-a-modern-rev...
1•jjgreen•37m ago•0 comments

FAA debuts its AI-powered tool for managing flight traffic

https://www.politico.com/news/2026/09/21/faa-ai-tool-flight-traffic-01086258
1•Betelbuddy•37m ago•0 comments

Nginx (1.31.5) – Ngx_HTTP_JSON_module

https://nginx.org/en/docs/http/ngx_http_json_module.html
1•j03b•38m ago•0 comments

Study: Young users (9 to 18Y) ditch Google for AI, with unknown consequences

https://norwegianscitechnews.com/2026/09/young-users-ditch-google-for-ai-with-unknown-consequences/
18•giuliomagnifico•41m ago•17 comments

Ask HN: What do you expect from the next 5 years of AI?

3•msuniverse2026•42m ago•4 comments

ONELite – Digital Guard

https://play.google.com/store/apps/datasafety?id=com.oxigen.onelite
1•theonespyinfo•43m ago•1 comments

Show HN:Clipwise – a Notion web clipper with no account and no server

https://chromewebstore.google.com/detail/clipwise-—-notion-web-cli/fjgllpbhbnjdkhgmokagglhkahng...
1•Clipwise-Notion•43m ago•0 comments

Organizing with Bayes

https://heat-shield.space/organizing_with_bayes.html
1•airhangerf15•43m ago•0 comments

jev-router: route to the cheapest model in claude code for your task

https://github.com/gargpratyush/jev-router
3•saikatsg•46m 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.