frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

BoxWallet v0.3.4

https://github.com/richardltc/boxwallet2
1•richardltc•2m ago•0 comments

Ask HN: Local-first meetings recorder and transcriber?

1•dandaka•2m ago•0 comments

Slowjamastan: The new 'nation' hiding in the US

https://www.bbc.com/travel/article/20260330-slowjamastan-the-worlds-newest-nation-youve-never-hea...
1•keepamovin•4m ago•0 comments

Stockfish removes classical evaluation functions in favor of NNUE only (2023)

https://github.com/official-stockfish/Stockfish/commit/af110e02ec96cdb46cf84c68252a1da15a902395
1•knuckleheads•4m ago•0 comments

PolyCombo – Bundle multiple Polymarket positions into a single trade

https://polycombo.co
1•fleufleu•5m ago•0 comments

Kern – agents built for co-working

https://github.com/oguzbilgic/kern-ai
1•obilgic•5m ago•0 comments

The Internet needs an antibotty immune system, stat

https://anil.recoil.org/notes/internet-immune-system
1•avsm•6m ago•0 comments

Show HN: Running a 1.7B parameters LLM on an Apple Watch

https://twitter.com/nobodywho_ai/status/2042179816925864209
2•pielouNW•6m ago•0 comments

Wine on Astral OS

https://astral-os.org/posts/2026/04/03/wine-on-astral.html
2•mrunix•9m ago•0 comments

America Has Lost the Arab World

https://www.foreignaffairs.com/iran/america-has-lost-arab-world
4•robtherobber•10m ago•0 comments

Fluent – AI Language Learning Kit for Claude Code and Others

https://github.com/m98/fluent
1•surrTurr•11m ago•0 comments

HookVerify – Webhook reliability layer for the receiving side

https://hookverify.com/
1•phntmdz•15m ago•0 comments

Oracle's 30k Employee Layoffs

https://tech-insider.org/oracle-30000-layoffs-ai-data-center-restructuring-2026/
3•01-_-•20m ago•0 comments

Russia sees China's WeChat, Douyin as models for its homegrown Max messenger

https://www.reuters.com/world/china/russia-sees-chinas-wechat-douyin-models-its-homegrown-max-mes...
2•01-_-•21m ago•0 comments

Multi-Core by Default – By Ryan Fleury – Digital Grove

https://www.dgtlgrove.com/p/multi-core-by-default
1•birdculture•30m ago•0 comments

Ortto Is Joining Canva

https://ortto.com/blog/ortto-is-joining-canva/
2•kehers•32m ago•0 comments

Mano-P: Open-source on-device GUI agent, #1 on OSWorld benchmark

https://arxiv.org/abs/2509.17336
1•mininglamp•34m ago•0 comments

The day you get cut out of the economy

https://geohot.github.io//blog/jekyll/update/2026/04/08/the-day-you-get-cut-out.html
2•rvz•35m ago•1 comments

Search page for Rust developer blogs

https://rustgrep.dev
1•adamsmo•35m ago•0 comments

Bring Buddy Back

https://github.com/anthropics/claude-code/issues/45596
2•cientifico•37m ago•0 comments

Claude mixes up who said what and that's not OK

https://dwyer.co.za/static/claude-mixes-up-who-said-what-and-thats-not-ok.html
8•sixhobbits•38m ago•1 comments

AnyInspect – Service Inspections made simple with AI

https://anyinspect.ai/en-GB
1•Velc•40m ago•0 comments

Unofficial Linux 7.0-rc7 Release Notes, AI-generated

https://lexplain.net/release-notes/v7.0-rc7
2•daisydevel•42m ago•0 comments

Gemini-CLI, zeroclaw, Llama.cpp, Qwen3.5 on TK1

https://forums.developer.nvidia.com/t/gemini-cli-zeroclaw-llama-cpp-qwen3-5-on-tk1/365653
1•benbojangles•42m ago•1 comments

An international analysis of psychedelic drug effects on brain circuit function

https://www.nature.com/articles/s41591-026-04287-9
2•XzetaU8•42m ago•0 comments

FreeBSD Laptop Compatibility: Top Laptops to Use with FreeBSD

https://freebsdfoundation.github.io/freebsd-laptop-testing/
3•fork-bomber•46m ago•0 comments

Show HN: I built a Harvey-style tabular review app, then open sourced the code

https://isaacus.com/blog/hallucination-free-tabular-review-from-scratch
1•afistfullof•47m ago•0 comments

Microsoft's executive shake-up continues as developer division chief resigns

https://www.theverge.com/tech/908793/microsoft-devdiv-julia-liuson-resignation
2•pjmlp•47m ago•0 comments

Debugy: Runtime Logs for Coding Agents

https://www.debugy.dev
1•amitay1599•48m ago•0 comments

We measured copyrighted-text memorization in 81 open-weight language models

https://zenodo.org/records/19431804
2•crovia•48m ago•0 comments
Open in hackernews

TPP

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

Comments

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