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 plugin that talks your coding agent out of writing code. It installs a decision ladder the agent has to walk before it types anything: can this be skipped entirely, can existing code be reused, is there a standard library function, is there already a dependency that does it, can it be one line. Building something new is the last rung. MIT licensed, nothing to host. What started as a Claude Code skill now covers roughly twenty harnesses, each with its own install command: Codex, Copilot CLI, Cursor, Windsurf, Cline, Zed, Gemini CLI, Aider. Node on your PATH is the only hard requirement, for the lifecycle hooks. Six commands cover mode control, review, audit, tech debt, and a gain report, and three intensity levels dial how aggressive it gets. The project's own benchmark on FastAPI and React edits claims 54% fewer lines, 20% lower cost, and 27% faster runs. Treat a maintainer's benchmark as directional rather than settled. Solo developers: the token savings alone repay ten minutes of setup. Small and medium teams: worth standardizing so agent output looks the same across the team. Large teams should wire the audit and debt commands into review. The catch is that "write less code" is a preference, not a law. Push an agent hard enough toward minimalism and it will reach for a dependency that does not quite fit, or skip an abstraction you wanted. Start on lite, read what it declines to build, and turn it up once you trust its judgment.
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, 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 in your app the way you would regular SQLite. Worth being clear about the moving parts, because the naming confuses everyone. Turso Database, this repository, is the new Rust engine. It has not declared 1.0 and is moving fast, but it runs in production today, including behind Turso Cloud. libSQL is the company's older C fork of SQLite and has been battle-tested longer. Both are live; the Rust engine is simply where the development effort goes now. Until 1.0 lands, the team's own advice applies: keep independent backups, the way you would with any database. The engine is free and you can self-host it for nothing. Turso Cloud is the managed side, and the ladder climbs fast. Free covers 100 databases, 5GB of storage, 500 million row reads and 10 million row writes a month. Developer is $4.99 a month, Scaler is $24.92, and Pro jumps to $416.58. That last number is not a typo. Solo devs and side projects: free or self-host. Small teams: Developer or Scaler. Anyone looking at Pro should price the alternatives first. The catch is that you are picking a lane. SQLite is the original and primary frontend, existing files work as-is, and the compatibility notes are honest that it is not at 100% yet. Postgres is a newer frontend that speaks the Postgres dialect and wire protocol, sharing the same storage and query engine underneath, but the project calls it experimental, so do not plan a migration around it yet. Read-heavy edge apps, mobile backends, and per-user database designs are where this 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 in one situational-awareness interface. The core is AGPL-3.0 and self-hostable, with optional local AI through Ollama so analysis never leaves your machine. Self-hosted setup is still light: clone, npm install, npm run dev, no required keys, with desktop builds via Tauri. But the project has grown a commercial layer fast. There's now a limited free tier and paid plans: Pro at $39.99/mo, Pro Business at $49.99/mo, and API access from $99.99/mo, with entitlement checks enforced in the code. Pricing moved more than once this summer, so check the current page before budgeting. Self-hosters who want an OSINT-style wall display or a market watch still get a lot for free. Treat it as an aggregation and visualization layer, not a verified intelligence source: the AI summaries are leads to verify, not facts to act on. The catch: the free-to-paid boundary is actively shifting, and AGPL means a hosted product built on this owes users its source. A dashboard whose pricing moved twice in a month is telling you the business model is still being worked out.
Get the next issue in your inbox
Free. No spam. Unsubscribe anytime.