Make your AI write less code, plus self-hosted Figma and edge SQLite
The project everyone's piling onto right now isn't a database or a framework. It's ponytail, a skill that does one stubborn thing: it tells your AI coding agent to write less code. Reach for the standard library. Use what's already there. Stop reinventing what the language already does. Anyone who's watched an agent bloat a file with code that didn't need to exist knows exactly why people want this. The rest of the list rhymes with that instinct: keep control of your own stuff. Penpot is the closest thing open source has to Figma, and it puts your design files on your server instead of someone else's roadmap. Turso is SQLite pushed out to the edge, close to your users, free to self-host. World Monitor is an OSINT-style dashboard that plots global events on a 3D globe and can run its AI analysis locally through Ollama, so nothing has to leave your machine. None of these are perfect. Ponytail is a nudge, not a guarantee. Penpot is not Figma. Turso is SQLite, not Postgres. We say so in every writeup, because the catch matters as much as the pitch. Here's what caught our eye this week.
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
The Lens
Ponytail is a skill that nudges your AI coding agent to write less code. It bakes in "lazy senior developer" instincts: reach for the standard library, use native language features, lean on dependencies you already have before writing anything custom. The pitch is that agents left alone tend to over-build, and ponytail pushes them toward the minimal solution a seasoned developer would actually ship. Setup is trivial, it installs as a skill or plugin and works across Claude Code, Codex, OpenCode, Cursor, Windsurf, and other agent platforms. There's nothing to host. It's MIT-licensed and free, and it's actively maintained, several releases deep. You add it once and it shapes how your agent approaches problems from then on. Developers who've watched an agent reinvent something the standard library already does, or bloat a file with code that didn't need to exist, are the audience. If you carefully review every line your agent writes anyway, the gain is smaller. The value is in steering output toward leaner, more maintainable code without you having to police it every time. The catch: it's a behavioral nudge, not a guarantee. It shifts the agent's tendencies, but the model still does what it does, and "minimal" is a judgment call it won't always get right. The claimed reductions in code volume are real in spirit, but treat them as a direction, not a promise. You're still the one who has to read what comes out.
Open source design and prototyping platform
The Lens
Penpot is the open source design tool: no vendor lock-in, no price hikes, your files on your server. It's a full design and prototyping platform that runs in the browser. MPL-2.0 licensed, backed by a company (Kaleidos) with real funding. You get vector editing, components, design tokens, prototyping, and real-time collaboration. It uses SVG natively, which means your designs are standard web formats from the start. The cloud-hosted version is free for unlimited projects and files. Self-hosting is also free. Penpot doesn't gate features behind paid tiers; the enterprise version adds custom branding, priority support, and SLA guarantees. The catch: Penpot is not Figma. The UI is slower, the plugin ecosystem is nascent, and designers used to Figma will notice the gaps: auto-layout is improving but not at parity, and the component system is less mature. If your designers are productive in Figma and there's no mandate to self-host, switching has real friction. But if data sovereignty matters or you can't justify Figma's $15/editor/mo at scale, Penpot is the only serious open source option.
Turso is an in-process SQL database, compatible with SQLite.
The Lens
Turso is a from-scratch rewrite of SQLite in Rust, fully compatible at the SQL and file-format level but built on a modern architecture with memory safety and concurrent writes. This is the project that used to be called Limbo. It is now the company's main direction, MIT-licensed, and you can embed it directly in your app the way you would regular SQLite. Worth being clear about the moving parts, because the naming confuses everyone. Turso Database (this repo) is the new Rust engine, currently in beta. libSQL is the company's older C fork of SQLite, production-ready today, and the thing that still powers Turso Cloud. If you are starting a new project the company points you at Turso Database, but it is beta software, so test it before you trust it with anything important. The engine is free and open source, self-host it for $0. Turso Cloud is the managed edge platform: a free tier covers side projects, paid plans add edge replication and higher limits for apps that need data close to users. Solo devs and small teams: the free tier or self-hosting covers most workloads. Larger orgs with complex queries probably still want Postgres. The catch: this is SQLite, not Postgres. Simpler type system, fewer concurrency guarantees historically, no stored procedures. And the new engine is beta, so you are choosing between the stable-but-older libSQL and the modern-but-unproven Turso Database. Read-heavy edge apps, mobile backends, and per-user databases are where it shines.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The Lens
World Monitor is a real-time global intelligence dashboard. It pulls hundreds of news feeds, plots events on a 3D globe and a flat map, scores country risk, and tracks financial markets, all in one situational-awareness interface. AGPL-3.0 and free, with optional local AI through Ollama so you can run the analysis without sending anything to an API. Setup is refreshingly light for what it does. Clone it, npm install, npm run dev, and it runs locally with no required keys. Optional API credentials unlock live extras like flight and market data. There are desktop builds via Tauri and several themed variants (tech, finance, energy) if you want a focused view. Standing it up for yourself is genuinely a weekend-or-less project. This is a niche tool, but a polished one. If you want an OSINT-style dashboard for situational awareness, market watching, or just an impressive wall display, it delivers without a subscription. It is not a Bloomberg terminal and does not pretend to be. Treat it as a self-hosted aggregation and visualization layer, not a verified source of truth. The catch is the AGPL license and the data quality. AGPL means if you build a hosted product on top of this, you owe your users the source code. And the dashboard is only as good as the feeds behind it, so treat the AI summaries as leads to verify, not facts to act on.
Get the next issue in your inbox
Free. No spam. Unsubscribe anytime.