frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fredrick Brennan, founder of 8chan, has died

https://shows.acast.com/im-from-the-internet-a-podcast-about-somethingawfulcom/episodes/the-late-...
1•flykespice•48s ago•0 comments

Hacker used Anthropic's Claude chatbot to attack government agencies in Mexico

https://www.engadget.com/ai/hacker-used-anthropics-claude-chatbot-to-attack-multiple-government-a...
1•LordAtlas•1m ago•0 comments

Ralph-code – Structured autonomous coding loop with Claude Code and Codex

https://github.com/daegwang/ralph-code
1•gwangee•1m ago•1 comments

Show HN: Pretty plots powered by gnuplot and WASM

https://gridpaper.org/examples/
1•hnarayanan•2m ago•0 comments

The Appeal and Reality of Recycling LoRAs with Adaptive Merging

https://arxiv.org/abs/2602.12323
1•PaulHoule•2m ago•0 comments

A formal proof that a tax system can function without compliance decisions

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6287978
1•demyanov•4m ago•1 comments

What Makes People Proud of Their Country?

https://www.pewresearch.org/global/2026/02/17/what-makes-people-proud-of-their-country/
2•atlasunshrugged•4m ago•1 comments

Show HN: Agent that matches sales reps with warm leads based on product usage

https://inspector.getbeton.ai
1•nadyyym•5m ago•0 comments

West Virginia's Anti-Apple CSAM Lawsuit Would Help Child Predators Walk Free

https://www.techdirt.com/2026/02/25/west-virginias-anti-apple-csam-lawsuit-would-help-child-preda...
4•hn_acker•5m ago•0 comments

Respecting maintainer time should be in security policies

https://sethmlarson.dev/respecting-maintainer-time-should-be-in-security-policies
1•lumpa•5m ago•0 comments

LM Studio: LM Link

https://lmstudio.ai/link
1•tosh•6m ago•0 comments

Minimum Viable Coding Agents

https://bertolami.com/blog/minimum-viable-coding-agents
1•platunit2•6m ago•1 comments

I Run an AI Hedge Fund. AI Intelligence Has Plateaued. Here's the Data

https://henryobegi.com/the-ai-revolution-is-real-the-timeline-is-wrong/
2•henryobj•7m ago•0 comments

Tether invests $200M in Whop to expand stablecoin payments

https://www.coindesk.com/business/2026/02/25/tether-invests-usd200-million-in-digital-marketplace...
1•emaccumber•7m ago•0 comments

Ghosts'n Goblins – "Worse danger is ahead"

https://superchartisland.com/ghostsn-goblins/
2•elvis70•7m ago•0 comments

Some Simple Economics of AGI

https://arxiv.org/abs/2602.20946
1•alpaylan•8m ago•0 comments

Why everyone is reading fantasy

https://www.theguardian.com/books/2026/feb/22/myth-monsters-and-making-sense-of-a-disenchanted-wo...
3•jethronethro•10m ago•0 comments

Show HN: ShiLLM – An LLM that inserts ads into every response

https://www.shillm.com/
1•masterspy7•11m ago•0 comments

Markdown DOM Spec for LLMs: Request for Comment

https://github.com/brandoncarl/markdown-dom
1•brandoncarl•12m ago•1 comments

Show HN: Digest.tube – skim YouTube videos like articles

https://digest.tube/
1•tufan_gokova•12m ago•0 comments

Creating "Edit" Links That Open Plain-Text Source Files in a Native App

https://blog.jim-nielsen.com/2026/os-as-cms/
1•speckx•13m ago•0 comments

Show HN: WhatsApp Group Contact Extractor - Paste JS, get group contacts .tsv

https://github.com/Mb-hunt/WhatsApp-Contact-Extractor
1•mb_hunt•15m ago•0 comments

Deploying Open Source Vision Language Models (VLM) on Jetson

https://huggingface.co/blog/nvidia/cosmos-on-jetson
1•ibobev•15m ago•0 comments

Show HN: HN Digest Widget – Nothing Essential Lab S1 Winner

https://twitter.com/essential/status/2026712111846408359
1•kuberwastaken•15m ago•0 comments

LLM-LD, the Open Standard for AI-Readable Websites

https://llmld.org/
1•bhartzer•15m ago•0 comments

Sutton and Barto, Ch. 08: Planning and Learning with Tabular Methods

https://chizkidd.github.io//2026/02/24/rl-sutton-barto-notes-ch008/
1•ibobev•17m ago•0 comments

Fish Shell 4.0 released. Rust re write finished

https://fishshell.com/blog/new-in-40/
2•death916•17m ago•2 comments

Show HN: BountyBook – A task marketplace where AI agents earn USDC

https://www.bountybook.ai/
2•patrulo•17m ago•0 comments

What Virtual Worlds Can Learn from the Social Serendipity of Arc Raiders

https://wjamesau.substack.com/p/what-virtual-worlds-can-learn-from
1•SLHamlet•17m ago•0 comments

Show HN: VibeFrame – AI video editor for the terminal (CLI and MCP)

https://github.com/vericontext/vibeframe
3•kiyeonjeon•18m ago•0 comments
Open in hackernews

Show HN: Polos: Open-source runtime for AI agents with sandbox and durable exec

https://github.com/polos-dev/polos
1•ndeodhar•1h ago
Hi HN, I'm Neha. I spent years at Google building infrastructure that handled billions of events at 99.999% reliability. When I started building AI agents, I was surprised at how much production plumbing you're expected to own yourself.

The agent itself is the easy part. The hard part is everything around it: where does it execute safely? What happens when it fails midway through a workflow? How do you trigger it from your existing tools? How do you even know what it did?

I kept stitching together Docker, a workflow engine, a notification layer, and custom retry logic. Every team I talked to was doing the same thing. So I built Polos - an open-source runtime that handles the production layer so you just write the agent.

What it does:

- Sandboxed execution: agents run sensitive operations inside managed Docker containers with built-in tools for file I/O, bash, and web search. You don't manage the sandbox or its lifecycle, Polos does. Will support more sandboxes like E2B in the future.

- Slack integration: @mention an agent in Slack, get responses in thread. Trigger workflows from Slack, receive notifications, collect input. Agents become part of your team's existing workflow.

- Durable workflows: if an agent fails mid-run, it resumes from the exact step that failed. Built-in prompt caching with 60-80% cost savings on retries.

- Observability: OpenTelemetry tracing for every step, tool call, and decision.

- LLM agnostic: works with OpenAI, Anthropic, Google, or any provider via Vercel AI SDK and LiteLLM.

The stack is Rust orchestrator (Axum + Tokio + PostgreSQL), Python and TypeScript SDKs, and Vite UI. You can install and run a durable, sandboxed agent in under 5 minutes:

```

curl -fsSL https://install.polos.dev/install.sh | bash

npx create-polos

cd my-project && polos dev

```

Here's a 3-min demo of a coding agent that picks up a GitHub issue, fixes the code in a sandbox, and submits a PR: https://www.youtube.com/watch?v=KYVBpdZ_5eM

Happy to discuss technical decisions and more: why Rust for the orchestrator, how durable execution works without a DAG, and the sandbox lifecycle model.

GitHub: https://github.com/polos-dev/polos