frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How a bunch of Starbucks baristas built a labor movement (2022)

https://www.vox.com/recode/22993509/starbucks-successful-union-drive
1•thunderbong•2m ago•0 comments

Intellect-3: A 100B+ MoE trained with large-scale RL

https://www.primeintellect.ai/blog/intellect-3
1•anacleto•5m ago•0 comments

Taste and Adjust

https://blog.nilenso.com/blog/2025/11/26/how-to-work-with-product-taste-and-adjust/
1•sriharis•10m ago•0 comments

Are Electrons made of Light? (2025)

https://youtu.be/hYyrgDEJLOA
1•gxt•15m ago•0 comments

Visual Studio 2026

https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes
2•jdironman•15m ago•0 comments

Ask HN: Are AI coding agents becoming more stupid?

1•andrecarini•23m ago•0 comments

Small changes to 'for you' feed on X can rapidly increase political polarisation

https://www.theguardian.com/technology/2025/nov/27/partisan-x-posts-increase-political-polarisati...
3•jethronethro•26m ago•0 comments

IntelliJ: Enabling Internal Mode

https://plugins.jetbrains.com/docs/intellij/enabling-internal.html
1•gjvc•27m ago•1 comments

Overlord: AI accountability that watches over you

https://overlord.app/
1•joshmit•36m ago•0 comments

A Sneak Peek into CME's iWA Instant Wireless Audio Technology Development

https://www.cme-pro.com/a-sneak-peek-into-cme-iwa-technology-development/
1•wahnfrieden•41m ago•0 comments

Study finds LLMs have a tendency to perpetuate delusions

https://arxiv.org/abs/2509.10970
2•kioku•42m ago•0 comments

OpenAI confirms new data breach, exposing names, emails, more

https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-confirms-major-data-...
4•nreece•50m ago•0 comments

China's Giant Underground Neutrino Observatory Just Released Its First Results

https://www.scientificamerican.com/article/juno-neutrino-observatory-releases-first-results/
2•rguiscard•52m ago•0 comments

LLM-powered Nexus OS – forkable meta-thinking with pack-based evolution

https://github.com/SirSalty1st/Nexus-Human-Thinking-Engine/blob/main/Nexus%20Evolution%20Alpha%201.0
1•NexusHumanAI•53m ago•1 comments

Albi Zhulali's Personal Blog

https://albizhulali.substack.com/
1•albizhulali•55m ago•0 comments

Show HN: Shein Images Downloader

https://chromewebstore.google.com/detail/shein-images-downloader/efiikmngkjfmdonebfdimpgiidgphcfl
1•qwikhost•57m ago•0 comments

Ask HN: What's your AI coding setup?

1•uptownfunk•1h ago•0 comments

Earthquake of 6.6 Magnitude Strikes Off Indonesia's Sumatra

https://www.newsweek.com/earthquake-of-6-6-magnitude-strikes-off-indonesias-sumatra-11118317
2•teleforce•1h ago•0 comments

Geely Galaxy V900 minivan set a Guinness World Record as it fit 42 people

https://carnewschina.com/2025/11/27/geely-galaxy-v900-minivan-set-a-guinness-world-record-as-it-f...
1•teleforce•1h ago•0 comments

An Auto Holy Grail: Motors That Don't Rely on Chinese Rare Earths

https://www.nytimes.com/2025/11/24/business/automakers-rare-earth-minerals-magnets.html
2•JumpCrisscross•1h ago•0 comments

Mistress accuses Eric Schmidt of rape – She is 40 years younger

https://www.dailymail.co.uk/news/article-15313885/Eric-Schmidt-bashes-mistress-complaint-sex-abus...
8•anonymousiam•1h ago•1 comments

Ask HN: What is the best Christmas movie?

3•johnsillings•1h ago•4 comments

Amp: The Librarian

https://ampcode.com/news/librarian?rdt_cid=5446184673363466414&utm_source=reddit
1•handfuloflight•1h ago•0 comments

How WebSockets Work in 10mins

https://www.deepintodev.com/blog/how-websockets-work
1•birdculture•1h ago•0 comments

Taiwanese authorities raid Intel exec's home, seize his computers

https://www.oregonlive.com/silicon-forest/2025/11/taiwanese-authorities-raid-intel-execs-home-sei...
2•sregister•1h ago•0 comments

LLM agent workflows fail silently. Here's the reliability layer we wish existed

1•AJ1313k•1h ago•0 comments

Tenstorrent QuietBox Tested

https://www.theregister.com/2025/11/27/tenstorrent_quietbox_review/
2•drmpeg•1h ago•0 comments

How Charles M Schulz created Charlie Brown and Snoopy (2024)

https://www.bbc.com/culture/article/20241205-how-charles-m-schulz-created-charlie-brown-and-snoopy
37•1659447091•1h ago•6 comments

Signing the Open Source Pledge

https://nuqs.dev/blog/open-source-pledge
1•franky47•1h ago•0 comments

DeepSeek-AI/DeepSeek-Math-V2

https://huggingface.co/deepseek-ai/DeepSeek-Math-V2
3•vismit2000•1h ago•0 comments
Open in hackernews

TPP

https://github.com/universe-components/touchpoint
3•wchswchs•7mo ago

Comments

wchswchs•7mo 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•7mo 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.