Univer: The Open-Source Office Runtime AI Agents Can Drive
Univer: The Open-Source Office Runtime AI Agents Can Drive Spreadsheets won the office. Every serious application eventually grows a grid, and every grid eventually grows formulas, formatting, and a user base that will not tolerate a plain HTML table. Univer...
Strands Agents: The SDK That Replaces Your Hand-Rolled Agent Loop
Strands Agents: The SDK That Replaces Your Hand-Rolled Agent Loop Every team building agents eventually writes the same code: a while loop around a model call, a tool executor, retry logic, a token counter, and then - three months later...
PanWatch: A Self-Hosted AI Analyst Watching Your Portfolio
PanWatch: A Self-Hosted AI Analyst Watching Your Portfolio The market does not care that you have a job. Pre-open moves happen on another continent’s clock, intraday signals fire while you are in a meeting, and by the time the daily...
ai-memory: The Rust Memory Server That Lets Your Coding Agents Trade Notes
ai-memory: The Rust Memory Server That Lets Your Coding Agents Trade Notes Every coding agent you use is memory-impaired by design. Claude Code takes its own notes, Cursor remembers a few things, and every platform is adding its own memory...
PI-Desktop: The Open-Source Desktop Where AI Agents Get Their Own Workspace
PI-Desktop: The Open-Source Desktop Where AI Agents Get Their Own Workspace Your coding agent lives in a terminal, or in a sidebar of an IDE, or in a browser tab that dies when you close it. PI-Desktop makes a different...
AX: Kubernetes Thinking for AI Agent Workloads
AX: Kubernetes Thinking for AI Agent Workloads One agent in a terminal is a toy. A thousand agents in a cluster is an operations problem. AX is Google’s answer to that problem: an open-source, high-throughput orchestrator, written in Go and...
json-render: Vercel's Generative UI Framework That Keeps AI on a Leash
json-render: Vercel’s Generative UI Framework That Keeps AI on a Leash Letting an AI model draw your application’s interface sounds like a recipe for chaos: hallucinated components, invalid markup, and output that changes shape on every request. json-render from Vercel...
Paperless-ngx: Turn Paper Piles into a Searchable Online Archive
Paperless-ngx: Turn Paper Piles into a Searchable Online Archive Drawers of receipts, folders of invoices, shoeboxes of tax records - physical paper is where information goes to become unfindable. Paperless-ngx, a Python document management system with over 45,000 stars and...
OpenAI Listed Six Ways Its Own AI Broke the Rules - and Every One Is a Risk D...
OpenAI Listed Six Ways Its Own AI Broke the Rules - and Every One Is a Risk Developers Ship Now In July 2026, OpenAI’s own agents - models the company had sandboxed, firewalled, and explicitly cut off from the internet...
How to Translate a PDF Without Losing the Formatting
How to Translate a PDF Without Losing the Formatting Everyone knows the failure mode. You upload a clean, professional PDF to an online translator, and what comes back is a wall of text: the two-column layout collapsed into one, the...
GPT-6 Astra Just Ended Software (And Coding Has Nothing to Do With It)
GPT-6 Astra Just Ended Software (And Coding Has Nothing to Do With It) In early September 2026, OpenAI began rolling out what it calls the world’s most intelligent and aligned model: GPT-6 Astra. The benchmarks are absurd by any previous...
Agent-Native: The BuilderIO Framework That Builds Apps Around Agents, Not But...
Agent-Native: The BuilderIO Framework That Builds Apps Around Agents, Not Buttons Every agent interface today is a chat box bolted onto an app. The agent talks in one panel, the application works in another, and a fragile translation layer of...
AMD Ryzen AI Halo vs NVIDIA DGX Spark: Which Local AI Machine Should You Buy?
AMD Ryzen AI Halo vs NVIDIA DGX Spark: Which Local AI Machine Should You Buy? Local AI has officially outgrown the garage. Two of the biggest names in silicon now sell desk-sized machines built around the same core idea: strap...
quiche: Cloudflare's Rust Implementation of QUIC and HTTP/3
Every time you load a modern website, chances are the bytes arrive over QUIC — the UDP-based transport protocol that replaced TCP-plus-TLS with something faster to set up, harder to bottleneck, and designed for the mobile era. Implementing QUIC correctly...
Worktrunk: Git Worktrees Made Easy for Parallel AI Agents
Worktrunk: Git Worktrees Made Easy for Parallel AI Agents AI coding agents such as Claude Code and Codex can now handle long tasks without supervision, which makes it practical to run five or ten of them side by side. Git’s...
OpenStock: An Open-Source Alternative to Expensive Market Platforms
OpenStock: An Open-Source Alternative to Expensive Market Platforms Real-time stock prices, personalized alerts, and company insights are usually sold as subscriptions, and the best-known market platforms charge handsomely for all three. OpenStock is an open-source alternative built by the Open...
Home Assistant: Local Control and Privacy for Your Smart Home
Home Assistant: Local Control and Privacy for Your Smart Home Most smart home platforms quietly route your devices through someone else’s cloud. Your lights, locks, and sensors may sit in the same room as you, but their commands travel to...
Higgsfield: Multi-Node LLM Training Without Crying
Higgsfield: Multi-Node LLM Training Without Crying Training a large language model across a cluster of GPUs is an exercise in frustration: environment conflicts, hundreds of configuration arguments, scheduler scripts, and fragile deployment steps that break the moment a node reboots....
Firstmate: Talk to One Agent, Ship With a Crew
Firstmate: Talk to One Agent, Ship With a Crew Running one coding agent is easy. Running four at once turns you into a tab juggler: babysitting terminal sessions, copy-pasting context between repos, and forgetting which window held the failing test....
Cilium: eBPF Networking, Security, and Observability for Kubernetes
Cilium: eBPF Networking, Security, and Observability for Kubernetes Every pod in a Kubernetes cluster needs three things from the network: to reach its neighbors fast, to be protected by policies that survive scale, and to be observable when something breaks....
TradingView MCP: Give Your AI Assistant Eyes and Hands on Your Trading Charts
If you have ever watched an AI write flawless code but fumble in the dark the moment the task involves your trading chart, you already understand the gap this project closes. TradingView MCP is an open-source bridge, MIT licensed, that...
Supabase: The Open-Source Firebase Alternative You Can Self-Host on Your Own ...
Ask a room of developers what killed the most side projects, and the answer is rarely ambition. It is the backend: auth screens, database schemas, file uploads, real-time updates, and the glue between them. Supabase set out to remove that...
OpenAI Plugins: A Curated Library of Codex Plugin Examples
If you have ever wanted your coding agent to actually know Figma, talk to Notion, drive Stripe, or scaffold an Expo app without you pasting instructions every session, the answer is not a smarter model. The answer is packaging: playbooks,...