frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anchor – Lisp→C compiler, no GC, hygienic macros, Chez Scheme at compile time

https://github.com/allenj12/anchor/tree/main
1•AnchorLang•35s ago•1 comments

Show HN: Lightport – AI gateway that makes LLM providers OpenAI-compatible

https://github.com/glama-ai/lightport
1•smokybay•1m ago•0 comments

L123: A Lotus 1-2-3–style terminal spreadsheet with modern Excel compatibility

https://github.com/duane1024/l123
1•duane1024•1m ago•0 comments

Finding a Therapist in Germany, Automation

https://github.com/sasanamari/busy_therapists
1•alikhoramshahi•2m ago•0 comments

Show HN: Boredroom, An app for men who stare at walls

https://apps.apple.com/us/app/bored-room/id6758528370
1•ZeidJ•3m ago•0 comments

Lovable: We're Currently Experiencing Issues

https://status.lovable.dev/
1•doener•5m ago•0 comments

Blockify – Build Shopify sections visually, export clean native Liquid you own

https://www.blockifybuilder.com/
1•kibbyd1985•6m ago•0 comments

Clio MCP Open-source Claude connector for law firms

https://github.com/oktopeak/clio-mcp
1•piterjov•9m ago•0 comments

Y Combinator – The French Documentary (With English Subtitles) [video]

https://www.youtube.com/watch?v=w-zS3U40Juo
1•rmason•9m ago•1 comments

I built an AI travel agent that books real hotels

https://medium.com/@sorin_14830/how-i-built-an-ai-travel-startup-that-actually-books-real-hotel-1...
2•sorinmihailescu•11m ago•0 comments

AI can replace your job. Here's what it can't replace

https://www.cjchilvers.com/blog/ai-can-replace-your-job-heres-what-it-cant-replace/
1•evo_9•13m ago•0 comments

Local Figma Port – export scoped design context to MCP for AI coding agents

https://github.com/echo-ae/local_figma_port
1•echo-ae•16m ago•0 comments

To buy this Bay Area home, you'll need Anthropic equity

https://techcrunch.com/2026/04/26/to-buy-this-bay-area-home-youll-need-anthropic-equity/
1•momentmaker•17m ago•0 comments

OpenAI is building a phone that would make apps obsolete

https://thenextweb.com/news/openai-qualcomm-ai-phone-agents-replace-apps
1•skeledrew•17m ago•0 comments

Sebastian Sawe breaks iconic sub-two-hour marathon barrier

https://www.bbc.com/sport/athletics/articles/cp383n09030o
2•avicado0o•17m ago•1 comments

Tokenmaxxing Isn't an AI Strategy

https://www.theregister.com/2026/04/26/ai_price_tag/
1•saikatsg•18m ago•0 comments

Show HN: Rocketship, AI app builder that comes with an AI sales team

https://deployrocketship.com
1•CarlosJeer•19m ago•1 comments

Show HN: Pdfnative-MCP – Model Context Protocol server for the pdfnative engine

https://www.npmjs.com/package/pdfnative-mcp
1•nizoka•19m ago•0 comments

U.S. companies back Sam Altman's World ID even as much of the world pushes back

https://restofworld.org/2026/sam-altman-worldcoin-zoom-tinder-partnerships/
7•kelnos•19m ago•0 comments

Bridging West Papua Through Dispossession

https://failedarchitecture.com/bridging-west-papua-through-dispossession/
1•Thevet•20m ago•0 comments

How Much of Substack Is AI?

https://www.usermag.co/p/how-much-of-substack-is-actually-ai-pangram-analysis-substack-bestsellers
2•laurex•20m ago•0 comments

Show HN: Claude Architect

https://github.com/willhennessy/architect
1•hennessywill•21m ago•0 comments

Cognition Launches Devin CLI

https://twitter.com/cognition/status/2048821234281181302
1•mschrage•21m ago•0 comments

Are landline phones making a comeback? [video]

https://www.bbc.com/reel/video/p0ncdtb6/watch
1•rolph•21m ago•0 comments

Copilot Student GPT-5.3-Codex removal from model picker

https://github.blog/changelog/2026-04-27-copilot-student-gpt-5-3-codex-removal-from-model-picker/
2•uncognic•25m ago•1 comments

Git hooks, upgraded: What's new in Git 2.54 and coming in 2.55

https://www.collabora.com/news-and-blog/news-and-events/git-hooks-upgraded-whats-new-git-254-and-...
2•losgehts•26m ago•0 comments

Withnail's Coat and I

https://ontherow.substack.com/p/withnails-coat-and-i
2•apollinaire•27m ago•0 comments

Show HN: What happens when you load a webpage (Interactive)

https://toolkit.whysonil.dev/how-it-works/internet-timeline/
5•otterwilde2•29m ago•0 comments

Show HN: NoSheetKit – personal tracking mini-apps that run in the browser

https://www.nosheetkit.com
1•rsosenke•30m ago•0 comments

Also Liked

https://foryou.club/also-liked
2•big_toast•35m ago•1 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.