frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Site got cited by Claude and ChatGPT in under a week

https://www.superchargebrowser.com/
1•superchargeext•33s ago•0 comments

Aliens.gov

https://whois.domaintools.com/aliens.gov
1•someprick•41s ago•0 comments

Fun with the Web

https://patrickbrosset.com/articles/2026-01-06-fun-with-the-web/
1•speckx•2m ago•0 comments

AI powered analysis of public sector invoices in Sweden by Jens Nylander

https://kommun.jensnylander.com
1•bjornroberg•2m ago•0 comments

Show HN: Deariary – An automated diary generated from the tools you use

https://deariary.com/en
1•unhappychoice•3m ago•0 comments

What It Might Be Like to Live in Viriconium

https://fantasticmetropolis.com/i/viriconium/
1•riffraff•3m ago•0 comments

Show HN: OpenGranola – meeting copilot that searches your notes in real time

1•yazinsai•3m ago•0 comments

How you walk reveals to others how you are feeling, researchers say

https://www.theguardian.com/science/2026/mar/18/how-you-walk-reveals-to-others-how-you-are-feelin...
1•giuliomagnifico•4m ago•0 comments

UK, Finland, Netherlands consider joint defence financing, procurement

https://www.reuters.com/business/aerospace-defense/uk-finland-netherlands-consider-joint-defence-...
1•vrganj•4m ago•0 comments

Weasyprint: Web-Based Document Design

https://weasyprint.org/
1•dtj1123•5m ago•0 comments

The tool is not important

https://kinocow.com/the-tool-is-not-important
1•syliconadder•5m ago•0 comments

5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start

https://tanstack.com/blog/tanstack-start-5x-ssr-throughput
1•master-hash•6m ago•0 comments

Elon Musk and SEC in talks to settle lawsuit over Twitter deal

https://www.cnbc.com/2026/03/17/elon-musk-sec-in-talks-to-settle-government-lawsuit-over-twitter-...
1•1vuio0pswjnm7•6m ago•0 comments

FDA links raw cheese to outbreak; Makers "100% disagree," refuse recall

https://arstechnica.com/health/2026/03/fda-links-raw-cheese-to-outbreak-makers-100-disagree-refus...
2•rbanffy•6m ago•0 comments

Study: Top AI coding tools make mistakes one in four times

https://uwaterloo.ca/news/media/top-ai-coding-tools-make-mistakes-one-four-times
1•giuliomagnifico•7m ago•0 comments

Trace: A Declarative Modeling Spec Format for the AI Age

https://tonyalicea.dev/blog/trace-declarative-modeling-ai-age/
1•TonyAlicea10•7m ago•0 comments

Show HN: Mimir – open-source code intelligence for AI agents (Go, MCP, SQLite)

1•thuongne•8m ago•0 comments

Hardwood: Parser for the Parquet file format (minimal dependencies, Java)

https://github.com/hardwood-hq/hardwood
1•articsputnik•8m ago•0 comments

Show HN: CLI to score AI prompts after a prod failure

https://costguardai.io
1•techcam•9m ago•1 comments

Microsoft Learning Center shows AI generated image with two Start buttons

https://videocardz.com/newz/microsoft-windows-11-learning-center-shows-ai-generated-image-with-tw...
1•LorenDB•10m ago•0 comments

Dark matter experiment reaches ultracold milestone

https://phys.org/news/2026-03-dark-ultracold-milestone.html
2•Brajeshwar•11m ago•0 comments

Parents think they know how kids use AI. They don't

https://buzznews.com/news/3a6c97be-daa5-42b8-9ac0-48e7f25428bb
1•buzznewswebsite•12m ago•0 comments

Show HN: A single pane of glass for Claude Code

https://github.com/jasonwilmot/singlepane
1•jasondigitized•12m ago•0 comments

Show HN: Parsing hostile industrial data in 64MB WASM sandboxes

https://ingelt.com
1•bneb-dev•12m ago•0 comments

Mere: A New Package Manager

https://merelinux.org/posts/new-pm/
2•jhuntwork•12m ago•0 comments

Is Music Just Sound? A creative technologist's perspective on AI-generated music

https://perthirtysix.com/is-music-just-sound
2•datadrivenangel•14m ago•1 comments

MiniMax M2.7 (200K context, $0.30/1.20) released

https://openrouter.ai/minimax/minimax-m2.7
1•pixel_popping•14m ago•0 comments

The fiery, deadly crashes involving the Tesla Cybertruck

https://www.theguardian.com/technology/2026/mar/18/tesla-cybertruck-crashes-battery-fires
2•t-vi•15m ago•0 comments

We Are Building Gods

https://richhaase.com/blog/2026-03-08-we-are-building-gods/
1•richhhh•15m ago•0 comments

Doxxxed.fun – First KYC-verified token launchpad on Solana, seeking acquisition

https://doxxed.fun
1•JosephBearbower•15m ago•1 comments
Open in hackernews

Show HN: Agent-fs – The missing filesystem for agents (and humans)

https://github.com/desplega-ai/agent-fs
2•tarasyarema•1h ago
Hello there HN, coming back with more agentic suff :)

If you saw my last post, we've been building agent-swarm (https://github.com/desplega-ai/agent-swarm) for a while, and one of the problems that we started encountering and getting more annoying each time was: how do we share / check stuff bi-directionaly with the agents (they run remotely).

Use case ---

The use case is simple: agents create a document somewhere and I want to be able to check it, leave comments, etc. But also for the other agents (in other machines / dockers) to be able to check it.

Until now the solution was simple: docker volumes. We mounted a /workspace/personal (personal volume) for each agent, and a /workspace/shared (shared volume in lead and workers). This allowed easy collab in the swarm, but not easy for me. I had to either SSH or have the swarm build an app and serve it locally via proxy :D.

Problem ---

On the other hand last week I decided to figure out other places to deploy this, and I tried fly.io, which I liked the DevEx a lot. The problem with it was that each machine allowed a single volume. I then tried Archil (which worked, but it was a ownership and setup mess).

Solution ---

So... ended up creating agent-fs, which is an s3 backed suuuper simple API (comes with MCP and CLI) that let you have an interface like the one from GDrive, but thought for agents.

When I published the npm I asked the swarm to register, and in less than 5 minutes I was already seeing the shared drive and docs they created in the live UI.

Why not use gws cli? Because I want each agent to be able to auto-register with an email (we use agentmail for them), get an API key and get going. It should be headless. Invites should be easy and each register comes with an initial personal drive.

Also this allows something nice (and silly). If you register as a human and have a shared drive w the swarm. Using the MCP insta allows to have that in any place with MCP support (e.g. Claude web, ChatGPT) which is a fast way to have a knowledge base across systems.

Thoughts on this?