frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: I built a cloud on my own ASN w real 1:1 compute to fight the cartels

https://infuze.cloud
1•ccheshirecat•25s ago•0 comments

Intel announces layoffs of engineers in chip design and automotive division

https://www.tomshardware.com/pc-components/cpus/intel-lays-off-hundreds-of-engineers-in-california-including-chip-design-engineers-automotive-chip-division-also-axed
1•heresie-dabord•38s ago•0 comments

Iceraid, or how to assist autocracy for cryptocurrency

https://iceraid.us/
1•boston_clone•56s ago•0 comments

New datacenter in Italy that capture heat waste

https://www.reuters.com/sustainability/climate-energy/italys-a2a-links-warmth-generated-by-data-centre-district-heating-2025-06-25/
1•redat00•1m ago•0 comments

The Drug That Could Revolutionize the Fight Against HIV

https://www.newyorker.com/news/the-lede/the-drug-that-could-revolutionize-the-fight-against-hiv
1•littlexsparkee•6m ago•1 comments

More OCaml

https://pragprog.com/titles/d-jwocaml/more-ocaml/
1•DASD•7m ago•0 comments

Creative Commons Signals: A New Social Contract for the Age of AI

https://creativecommons.org/2025/06/25/introducing-cc-signals-a-new-social-contract-for-the-age-of-ai/
1•dannyobrien•12m ago•0 comments

The pitfall of Open-weight LLMs

1•hiddenest•15m ago•1 comments

Swift Android Workgroup

https://www.swift.org/android-workgroup/
3•gok•17m ago•0 comments

Puerto Rico's Solar Microgrids Beat Blackout

https://spectrum.ieee.org/puerto-rico-solar-microgrids
1•ohjeez•18m ago•0 comments

Multi-Agent Systems Hands on in Python: Full 4-HR Workshop Feat. MCP and CrewAI

https://www.youtube.com/watch?v=LSk5KaEGVk4
1•jonkrohn•19m ago•0 comments

I made a history timeline to learn what events happened around the same time

https://seanhollen.com/1300-2000/
1•Akranazon•22m ago•0 comments

Fannie Mae Freddie Mac ordered to consider crypto an asset when buying mortgages

https://apnews.com/article/mortgages-crypto-fannie-mae-freddie-mac-housing-285fad5490a59c3476f7908f444e9fe9
1•healsdata•22m ago•0 comments

ENTS – Extendable Nested Tagging Schema

https://diegocabello.com/ents/
1•dxcab•23m ago•0 comments

ICE Has No Right to Anonymity

https://www.nytimes.com/2025/06/25/opinion/trump-ice-arrests-los-angeles.html
3•whack•25m ago•0 comments

Docs for AI Agents

https://technicalwriting.dev/ai/agents/
1•kaycebasques•28m ago•0 comments

OpenRouter Raises $40M

https://www.wsj.com/articles/openrouter-a-marketplace-for-ai-models-raises-40-million-168073de
1•ent101•28m ago•0 comments

Meta wins artificial intelligence copyright case in blow to authors

https://www.ft.com/content/6f28e62a-d97d-49a6-ac3b-6b14d532876d
2•sega_sai•28m ago•1 comments

AI market analysis tool, Limited spots for testers

https://aique.markets
1•ensgoat•29m ago•1 comments

Trump Considers Naming Next Fed Chair Early in Bid to Undermine Powell

https://www.wsj.com/economy/central-banking/trump-considers-naming-next-fed-chair-early-in-bid-to-undermine-powell-d3edcb9c
1•cempaka•29m ago•0 comments

The Waste Musk Created

https://www.nytimes.com/2025/06/21/opinion/waste-musk-trump.html
2•archagon•29m ago•1 comments

The Android Workgroup

https://forums.swift.org/t/announcing-the-android-workgroup/80666
2•MBCook•31m ago•0 comments

QEMU: Define policy forbidding use of AI code generators

https://github.com/qemu/qemu/commit/3d40db0efc22520fa6c399cf73960dced423b048
47•todsacerdoti•32m ago•15 comments

PEM Fatigue Can Shatter a Person

https://www.theatlantic.com/health/archive/2023/07/chronic-fatigue-long-covid-symptoms/674834/
2•mitchbob•35m ago•2 comments

Spineless Traversal for Layout Invalidation

https://dl.acm.org/doi/10.1145/3729322
1•djoldman•38m ago•0 comments

Learn – Computer-Aided Instruction on Unix

https://wolfram.schneider.org/bsd/7thEdManVol2/learn/learn.html
2•foresto•39m ago•0 comments

Anomalous radio signals detected in Antarctica coming upward from Earth

https://www.popularmechanics.com/science/environment/a65089793/mysterious-signals-antarctica-physics/
1•Jimmc414•39m ago•0 comments

The scam that is Visa Account Updater

7•mountainriver•42m ago•3 comments

Project Indigo, a Google Pixel-like computational photography camera app

https://research.adobe.com/articles/indigo/indigo.html
1•phsilva•42m ago•1 comments

The Tail at Scale

https://cacm.acm.org/research/the-tail-at-scale/
2•ekiauhce•44m ago•0 comments
Open in hackernews

Evolving Agents Labs – Experimental protocols for multi-agent AI collaboration

https://evolvingagentslabs.github.io
1•matiasmolinas•5h ago

Comments

matiasmolinas•5h ago
We're researching what Microsoft's Mustafa Suleyman calls the shift from "AI" to "AIs" - moving beyond single models to collaborative agent ecosystems.

  Current experiments:

  • LLMunix - Pure markdown operating system where Claude interprets markdown documents as functional OS components. Everything is either an agent or tool defined in markdown specs.

  • EAX Router - Intelligent LLM routing that automatically selects optimal models based on task requirements. Implements the "right model for the right job" principle with cost/latency/quality optimization.

  • EAX Marketplace - Decentralized auction protocol where AI agents bid on tasks competitively. Creates natural specialization and discovery mechanisms - the "AI council meetings" Suleyman envisions.

  • SAL-CP - Self-aware communication protocol enabling rich context sharing between agents. Agents communicate not just what they're doing, but how they're thinking and what they need from collaborators.

  • Framework Core - Foundational tools for building adaptive agent systems with memory-driven learning and behavioral constraints.

  • Agent Examples - Practical implementations showcasing multi-agent coordination patterns and real-world applications.

  Research focus: Moving from hardcoded agent chains to dynamic, market-based coordination. Our hypothesis: competitive and collaborative agent ecosystems will be more resilient, efficient, and adaptive than current rigid architectures.

  All experiments are permanently alpha status - we're focused on exploring concepts and generating research insights rather than production deployment. Apache 2.0 licensed.

  Looking for researchers interested in multi-agent coordination, LLM routing strategies, auction mechanisms, or markdown-based system architectures.

  What coordination patterns do you think will emerge as AI becomes truly collaborative?