Blog 385 posts

Notes from the trenches on AI engineering, LLM apps, and the full-stack work that holds it all together.

Cognition raised $1B because Devin now writes 89% of its own code
4 min read

Cognition raised $1B because Devin now writes…

Cognition closed a $1B Series D at a $26B valuation with $492M run-rate revenue. The clearest proof point is internal: 89% of Cognition's committed code now comes from Devin. Here's what that means if you ship software for a living.

Gemini Embedding 2 puts text, audio, video, and images in one search space
4 min read

Gemini Embedding 2 puts text, audio, video,…

Google's Gemini Embedding 2 maps text, images, video, audio, and PDFs into a single vector space. One ingestion pipeline, cross-modal retrieval, and a cleaner path to multimodal RAG in production.

Qwen3 8B can run a full coding agent on hardware you already own
4 min read

Qwen3 8B can run a full coding…

Qwen3 8B at Q4_K_M fits in about 5 GB of VRAM and hits roughly 20–50 tok/s on consumer GPUs, including older cards. Here is how to think about local agentic coding without the Mac Mini hype.

SAM3DBody-cpp brings Meta's 70-joint body tracking to pure C++
4 min read

SAM3DBody-cpp brings Meta's 70-joint body tracking to…

Most 3D body tracking stacks need Python and PyTorch at runtime. SAM3DBody-cpp wraps Meta's SAM 3D Body model in a standalone C++ engine with ONNX Runtime, outputting 70 joints and full meshes from a camera feed.