frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: TracePact – Catch tool-call regressions in AI agents before prod

https://github.com/dcdeve/tracepact
1•soydanicg•2m ago•0 comments

Add llms.txt and fix robots.txt for AI agent discoverability

1•nishiohiroshi•9m ago•0 comments

Show HN: JRD Garage – $99 one-time auto shop management (Mitchell1 alternative)

https://jrdconnect.com/apps
1•jaydurangodev•10m ago•0 comments

How to Talk About Books You Haven't Read

https://www.themarginalian.org/2012/06/15/how-to-talk-about-books-you-havent-read/
1•rramadass•11m ago•1 comments

Need Help: Promoting indie AI image edit platform VAKPixel

1•krishna-vakx•14m ago•0 comments

Show HN: Curiosity – DIY 6" Newtonian Reflector Telescope

https://curiosity-telescope.vercel.app/
2•big_Brain69•17m ago•0 comments

Shithead: The greatest card game in the world

https://shitheads.lovable.app
1•ZguideZ•23m ago•1 comments

Show HN: Malicious Extension Sentry: database of removed Chrome/Edge extensions

2•toborrm9•28m ago•0 comments

Show HN: TTS.ai - Text to Speech

https://tts.ai/
1•nadermx•32m ago•0 comments

MCP vs. CLI for AI Agents

https://manveerc.substack.com/p/mcp-vs-cli-ai-agents
1•manveerc•32m ago•1 comments

Ivy – Bringing LLMs to 35M offline students in Ethiopia

1•zeshama•35m ago•0 comments

Abstraction Is Overrated

https://www.heise.de/en/blog/Software-Development-Abstraction-is-Overrated-11198327.html
2•goloroden•37m ago•0 comments

NeSystem (Fka NeKernel) v0.1.5

https://github.com/ne-foss-org/ne_system
2•Amlal•40m ago•1 comments

The End of Identity: AI, Plasticity, and the Divergence Machine

https://aneeshsathe.com/2026/03/07/the-end-of-identity-ai-plasticity-and-the-divergence-machine/
3•boredgargoyle•43m ago•0 comments

Trump says not mulling a draft executive order to seize control over elections

https://www.pbs.org/newshour/politics/trump-says-hes-not-mulling-a-draft-executive-order-to-seize...
3•pabs3•45m ago•1 comments

ScopeCreepSurvival

https://scopecreepsurvival.vercel.app/
1•ravenReema•46m ago•0 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
2•smlee•47m ago•0 comments

Show HN: Neural-Q-Forge – a Rust-native quantum circuit forging framework

https://github.com/cleitonaugusto/nqf-community
1•CleitonAugusto•52m ago•1 comments

Am I Scared?

https://www.avraam.dev/blog/am-i-scared
2•almonerthis•53m ago•1 comments

Feevio – Voice to Invoice in Seconds

https://feevio.com
1•danHayworth•57m ago•1 comments

Out of Distribution: Beauty Beyond the Algorithm's Comfort Zone

https://terminal-archive.com/extracts/saving-beauty
1•lufasz•1h ago•1 comments

"Design Me a Highly Resilient Database"

https://nikogura.com/DatabaseDesign.html
4•donutshop•1h ago•0 comments

To the Polypropylene Makers

https://www.lesswrong.com/posts/HQTueNS4mLaGy3BBL/here-s-to-the-polypropylene-makers
7•raldi•1h ago•0 comments

Claude Is Alive, Company Warns AI Model May Be Conscious, Its over [video]

https://www.youtube.com/watch?v=-SVPjEF0ZW8
2•cable2600•1h ago•0 comments

Netdata is a seriously impressive server monitoring tool

https://thenewstack.io/netdata-is-a-seriously-impressive-server-monitoring-tool-to-keep-you-up-to...
5•gtzi•1h ago•0 comments

Open Creation and its Enemies [pdf]

https://files.libcom.org/files/2023-01/OpenCreationAndItsEnemies.pdf
1•jruohonen•1h ago•0 comments

Reverse engineering a DOS game with no source code using Codex 5.4

https://twitter.com/ammaar/status/2030392563534893381
5•asronline•1h ago•3 comments

Agentic Coding for Non-Vibe Coders

https://theasymptotic.substack.com/p/agentic-coding-for-non-vibe-coders
3•tipoffdosage904•1h ago•2 comments

Show HN: Render Claude Code and Codex Transcripts as Browsable HTML

https://github.com/forhadahmed/ai-transcript
3•forhadahmed•1h ago•0 comments

Oracle and OpenAI scrap deal to expand flagship Texas data centre

https://www.ft.com/content/2fa83bbf-abf2-43f1-b2f0-84a1391150b9
7•petethomas•1h ago•0 comments
Open in hackernews

Experiment That Predicted How AI Agents Would Cooperate

https://pub.towardsai.net/information-topology-in-multi-agent-systems-cb925c5b86d9
1•erenkaratas•2h ago

Comments

erenkaratas•2h ago
I’ve been building a multi-agent orchestration platform and kept running into a design question nobody had a clean answer for: what should each agent know about the others? So I isolated it as a variable. Ran iterated Prisoner’s Dilemma with two AI agents across blind/partial/full visibility. The result I didn’t expect: partial transparency produced more cooperation than full. With complete information, the cooperative agent found rational justification to abandon its strategy. With partial info, it doubled down on identity. Curious if others designing multi-agent systems have run into this. How do you decide what each agent should see?