Blog

Discoveries from the AI/ML ecosystem — interesting projects, tools, and libraries worth knowing about.

RSS Feed 276 posts

SoulForge: A Full AI Coding Environment With Live Dependency Graphs and Per-Task Model Routing

5 min read

SoulForge isn't a plugin for your existing AI coding tool — it's a complete replacement. SQLite-backed live dependency graph with PageRank and blast radius scoring, embedded Neovim, parallel multi-agent coding, 19 LLM providers, and model mixing per task. The codebase intelligence story for AI agents keeps getting more interesting.

Phantom: An AI Agent With Its Own Computer, Email, and Self-Rewriting Brain

4 min read

Phantom gives an AI agent a dedicated VM, its own email address, persistent memory via Qdrant, and the ability to rewrite its own config after every session. It built a ClickHouse analytics platform unprompted, added Discord support it was never designed with, and started monitoring its own infrastructure. Open source, Apache 2.0.

LeCun Just Raised $1B to Replace LLMs. Here's Why He Thinks They're a Dead End — and What He's Building Instead

9 min read

Yann LeCun left Meta and raised $1.03 billion to build 'world models' that understand cause and effect instead of predicting the next token. To understand why this matters, you need to see how autoregressive models, diffusion models, and JEPA actually work — and what each one cannot do.

Mystral Native: Ship JavaScript Games and AI Apps as Real Native Binaries — No Electron, No Browser

5 min read

Mystral Native is an open-source runtime that lets you write games and apps in TypeScript using WebGPU, Canvas, and Audio APIs — then compile to a single native binary. 10x smaller than Electron on Mac, Three.js already works, and it opens a new path for shipping local AI apps in TypeScript without shipping Chromium.

One Man, $3,000, and an AI Pipeline: How Paul Conyngham Designed a Custom Cancer Vaccine for His Dog

9 min read

Sydney tech entrepreneur Paul Conyngham used ChatGPT, AlphaFold, and custom ML to design a personalized mRNA cancer vaccine for his rescue dog Rosie. Tumor shrank 75%. Full pipeline breakdown, computing requirements, OpenClaw replication guide, and how Isomorphic Labs' IsoDDE (2x better than AlphaFold 3) changes the pipeline today.

SocratiCode: Give Your AI Instant Knowledge of Your Entire Codebase

5 min read

SocratiCode is a zero-config MCP server that indexes your entire codebase — hybrid semantic + BM25 search, polyglot dependency graphs, AST-aware chunking — and gives AI assistants deep structural knowledge instead of file-by-file searching. Benchmarked: 61% less context, 84% fewer tool calls, 37x faster than grep on VS Code's 2.45M line codebase.

McKinsey's Lilli Got Hacked in 2 Hours. It Wasn't an AI Problem.

5 min read

CodeWall's autonomous agent breached McKinsey's internal AI platform Lilli — 46.5M chat messages, 728K files, 57K user accounts, full read-write access — in under two hours. No credentials. The vulnerability was a JSON key SQL injection on an unauthenticated endpoint. Here's what every company shipping internal AI needs to understand.

We Forked a Rust AI Agent for 24/7 Railway Hosting — Here's Everything We Had to Fix

6 min read

SkyClaw is a promising open-source Rust AI agent runtime. We deployed it on Railway as a persistent cloud agent and spent a week debugging the original codebase. Here's the full breakdown of what was broken and how we fixed it — including Railway deployment, persistent volumes, and SoulMate RAG/RLM memory.