frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Deals Struggle to Get Across Finish Line Bond Binge Enters Weak Demand Era

https://finance.yahoo.com/markets/stocks/articles/ai-bond-binge-enters-era-181015249.html
1•mapping365•42s ago•0 comments

AI the Singularity and where we are

1•nathanyz•1m ago•0 comments

The Economist Interviewed Elon Musk

https://www.economist.com/insider/the-insider/an-interview-with-elon-musk
1•MASNeo•2m ago•1 comments

Grok 4.5 is now available in GitHub Copilot

https://github.blog/changelog/2026-07-28-grok-4-5-is-now-available-in-github-copilot/
1•smokeeaasd•2m ago•0 comments

Show HN: Minions Army Harness – Small Version of Claude Tag

https://github.com/baristaGeek/minions-army-harness
1•baristaGeek•3m ago•0 comments

Philly suburb: Sure, build that data center–but first meet our 43 demands

https://arstechnica.com/tech-policy/2026/07/philly-suburb-sure-build-that-data-center-but-first-m...
1•cdrnsf•3m ago•0 comments

Psychology Research Is Mostly Fine

https://www.astralcodexten.com/p/psychology-research-is-mostly-fine
1•FrustratedMonky•4m ago•0 comments

Testing Models

https://testingmodels.com
1•handfuloflight•4m ago•0 comments

OpenAI's rogue agent compromised an account at a second tech firm

https://www.reuters.com/business/openais-rogue-agent-compromised-an-account-second-tech-firm-sour...
1•Aboutplants•5m ago•0 comments

Meta faces higher borrowing costs in latest $12B data centre financing

https://www.ft.com/content/822628c5-4f9c-47db-bd27-f3ad7f841700
1•mapping365•6m ago•1 comments

How Russia's nuclear-powered 'Skyfall' missile works

https://www.npr.org/2026/06/18/nx-s1-5843252/russia-nuclear-powered-missile-burevestnik
1•rbanffy•8m ago•0 comments

Strix: Autonomous Security Platform

https://www.strix.ai/
1•handfuloflight•10m ago•0 comments

Using Gemini to Manage a Farm

https://blog.google/innovation-and-ai/models-and-research/gemini-models/using-gemini-to-manage-farm/
2•simonpure•15m ago•0 comments

Robot Dogs Are a Security Nightmare [video]

https://www.youtube.com/watch?v=lA8WuXDXfcI
1•Bender•21m ago•0 comments

Couple Stalked by eBay Settle for $56M

https://www.nytimes.com/2026/07/28/technology/ebay-settles-stalking-case.html
7•xnx•22m ago•1 comments

The Cipher Behind QSYRUPWD: Reconstructing IBM i Password Hashes

https://blog.silentsignal.eu/2026/07/28/the-cipher-behind-qsyrupwd-reconstructing-ibm-i-password-...
1•kencausey•22m ago•1 comments

FileGRC: Git and file-based SoC 2

https://github.com/Sunpeak-AI/FileGRC
1•handfuloflight•22m ago•0 comments

Pixar's Layoffs Came Days After Receiving a $26M Tax Credit

https://amidamidi.substack.com/p/pixars-layoffs-came-days-after-receiving
2•ani_obsessive•24m ago•0 comments

Show HN: MKPM – GNU Make Package Manager

https://github.com/fe18m/mkpm
1•f18m•24m ago•1 comments

Show HN: list55.com: Transcribe a list into plain text

https://list55.enzom.dev/
1•emadda•24m ago•0 comments

Show HN: Hamza Mask secrets and PII before Claude Code or Codex sends them

https://github.com/softcane/hamza
1•pradeep1177•24m ago•0 comments

Advantages and disadvantages of Windows NT 3.1

https://dfarq.homeip.net/advantages-and-disadvantages-of-windows-nt-3-1/
2•birdculture•25m ago•0 comments

Running Kimi K3 on a M1 Mac

https://github.com/gavamedia/deltafin
11•tito•25m ago•0 comments

A Vine in the Wind

https://blog.sao.dev/vine-in-the-wind/
1•stuartaxelowen•26m ago•0 comments

Distilling the Moat

https://blog.dshr.org/2026/07/distilling-moat.html
1•gmays•27m ago•0 comments

Wordfence Prism AI Vulnerability Detector Finds Backdoored WordPress Plugin

https://www.wordfence.com/blog/2026/07/wordfence-prism-detected-backdoored-wordpress-plugin-withi...
2•leecoursey•31m ago•0 comments

LLMs Will Benefit from Scratch Workspaces

https://win-vector.com/2026/07/28/llms-will-benefit-from-scratch-workspaces/
3•jmount•31m ago•0 comments

Show HN: CogniKernel; AI Coding with cross session and cross platform memory

https://github.com/KanishkNoir/cognikernel
2•KanishkNoir•32m ago•0 comments

My Personal Software Journey: Self-Hosting Agent-Built Apps on a Mac Mini

https://metedata.substack.com/p/016-my-personal-software-journey
2•young_mete•33m ago•0 comments

The word is not the food

https://thetraces.substack.com/p/the-word-is-not-the-food
3•feldrim•35m 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.