frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Claireon – MCP Server for Unreal Editor

https://github.com/believer-oss/claireon
1•karl_gluck•34s ago•0 comments

Why AI Will Accelerate Health Care Inflation

https://www.healthaffairs.org/content/forefront/why-ai-accelerate-health-care-inflation
2•brandonb•1m ago•0 comments

Connecting to a Lot of People on LinkedIn via Browser DevTools

https://justinribeiro.com/chronicle/2026/06/11/connecting-to-a-lot-of-people-on-linkedin-via-brow...
1•speckx•1m ago•0 comments

'David Bowie was a crazy workaholic': Labyrinth at 40 – an oral history

https://www.theguardian.com/film/2026/jun/16/david-bowie-workaholic-labyrinth-at-40-oral-history
1•tosh•1m ago•0 comments

Anthropogenic Geomaterials – What Is This Rock?

https://aeon.co/essays/the-strange-rocks-that-wouldnt-exist-without-us
1•karakoram•1m ago•0 comments

Show HN: INT21 – Self-Improving PTX Kernel Factory

https://int21.ai/insights/introducing-int21-and-ptx-kernel-factory/
1•antinucleon•2m ago•0 comments

Copper drug restores memory and clears toxic Alzheimer's proteins

https://pubs.acs.org/doi/10.1021/acschemneuro.6c00252
1•Noaidi•3m ago•1 comments

Chainguard's new Athena coalition uses AI to fix open-source flaws

https://www.zdnet.com/article/chainguard-athena-coalition-fixes-open-source-flaws-before-ai-attac...
1•amouat•3m ago•0 comments

Publishers to bill AI firms for unwanted scraping or take them to court

https://pressgazette.co.uk/news/publishers-to-bill-ai-firms-for-unwanted-scraping-and-take-them-t...
1•thm•4m ago•0 comments

Google Earth Flight Simulator Is Now Available

https://twitter.com/googleearth/status/2065449043925381293
1•kordlessagain•4m ago•0 comments

Show HN: NIS2 Readiness Check

https://dmarcguard.io/tools/nis2-readiness/
1•meysamazad•5m ago•0 comments

Trump officials won't allow G7 countries to access Anthropic's advanced models

https://nypost.com/2026/06/16/business/trump-admin-open-to-talks-with-anthropic-over-foreigner-ban/
2•thm•6m ago•0 comments

Building a Soviet Nail Factory: how KPIs killed efficiency

https://vincent.bernat.ch/en/blog/2026-kpi-goodhart
1•vbernat•6m ago•0 comments

Cell-Based Architecture for Resilient Payment Systems

https://americanexpress.io/cell-based-architecture-for-resilient-payment-systems/
1•steveklabnik•8m ago•0 comments

The agent is a file. Define it once, call it from anywhere

https://coresource.ai/blog/2026-06-15-the-agent-is-a-file
1•lucadini•8m ago•0 comments

Dear Researchers: The Invisible Work

https://authors.elsevier.com/a/1n824_3kq%7ElDBR
1•azhenley•8m ago•0 comments

SubQ 1.1 Card: Linear-scaling sparse attention with 98% retrieval at 12M tokens [pdf]

https://subq.ai/docs/subq-1-1-small-model-card.pdf
1•mitchwainer•9m ago•0 comments

PointlessQuest puts a full MMO on Playdate's 2.7-inch screen

https://boingboing.net/2026/06/15/pointlessquest-puts-a-full-mmo-on-playdates-2-7-inch-screen.html
1•oidar•9m ago•0 comments

Pipkin's Light Bulb Moment

https://spark.iop.org/pipkins-light-bulb-moment
1•thunderbong•9m ago•0 comments

SpaceX Purchases Cursor, a Claude Code and OpenAI Codex Competitor

https://9to5mac.com/2026/06/16/spacex-lands-deal-to-likely-purchase-claude-code-and-openai-codex-...
1•mistersquid•11m ago•0 comments

The cost of saying no, then doing it anyway

https://quantumgardener.info/notes/the-cost-of-saying-no,-then-doing-it-anyway
2•speckx•11m ago•0 comments

Mental causation is not load-bearing

https://unstableontology.com/2026/06/07/mental-causation-is-not-load-bearing/
1•surprisetalk•11m ago•0 comments

Show HN: Agent Harness Lab – compare agent frameworks with swappable tools

https://github.com/graphlit/agent-harness-lab
1•kirkmarple•11m ago•0 comments

The price of liberty is eternal vigilance

1•KynaraAI•12m ago•0 comments

Calvin and Hobbes and the Price of Integrity

https://therepublicofletters.substack.com/p/calvin-and-hobbes-and-the-price-of
1•pseudolus•12m ago•0 comments

A Quick Intro to Nial

https://tangentstorm.github.io/nial/intro.ndf.html
1•tosh•12m ago•0 comments

MIT Grad Solved 2k Coding Problems was Rejected—Is the Interview System Broken?

https://www.quora.com/An-MIT-graduate-told-me-he-solved-over-2-000-coding-problems-and-memorized-...
1•USTECH_WORKER•13m ago•0 comments

Therapy for Billionaires

https://aeon.co/essays/what-would-a-therapy-camp-for-billionaires-look-like
1•karakoram•13m ago•0 comments

Hyperglycosylation is a metabolic driver of Alzheimer's disease

https://www.nature.com/articles/s42255-026-01538-4
1•AndrewDucker•13m ago•1 comments

Why Can't They Just

https://mailchi.mp/wherewithall/why-cant-they-just?e=10c4bf886a
1•RyeCombinator•14m 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.