โ† All digests

Dev Digest โ€” March 3, 2026

๐Ÿ”ฅ HOT RELEASES

Drizzle ORM โ€” PlanetScale Acqui-Hires Core Team PlanetScale hired the entire Drizzle core team to work on Drizzle ORM full-time. Drizzle remains independent and open-source, but now has sustainable funding. Drizzle v1 incoming. ThePrimeagen's reaction: "LFG Drizzle!!!!" ๐Ÿ”— X: https://x.com/DrizzleORM/status/2028858083099774979 ๐Ÿ’ป GitHub: https://github.com/drizzle-team/drizzle-orm

Firecrawl โ€” New Rust-Based PDF Parser Firecrawl shipped a Rust-based PDF parser that's 3x faster with three modes (Fast, Auto, OCR). Turns 200+ page PDFs into clean Markdown for RAG/AI pipelines. Also launched Browser Sandbox for agents to spin up headless browsers programmatically. 1,060 likes on the announcement. ๐Ÿ”— X: https://x.com/firecrawl/status/2027069580901044705 ๐Ÿ’ป GitHub: https://github.com/mendableai/firecrawl

Qwen 3.5 Open-Source Model Family Alibaba dropped the Qwen 3.5 medium model series: Flash, 35B-A3B, 122B-A10B, and 27B. The 35B-A3B variant surpasses the previous 235B model โ€” more intelligence, less compute. 1M context length on Flash. Already running locally via Ollama + OpenClaw. ๐Ÿ”— X: https://x.com/Ali_TongyiLab/status/2026501615734468756

Apple Launch Week (March 3โ€“5) MacBook Neo, MacBook Air M5, iPhone 17e and more rolling out across a 3-day event. OS 26.4 betas dropping too.


๐Ÿงช INTERESTING REPOS

Scrapling โ€” Adaptive Web Scraping for AI Agents 18.8k stars. One framework that handles stealth browsing, Cloudflare bypass, adaptive element relocation, and 10x faster JSON serialization. Includes MCP server for Claude/Cursor integration. pip install "scrapling[ai]" ๐Ÿ”— X: https://x.com/AISecHub/status/2028198696580493567 ๐Ÿ’ป GitHub: https://github.com/D4Vinci/Scrapling

LeRobot โ€” Open-Source Robot Learning Library Hugging Face's robotics library hit 20k+ GitHub stars. Paper accepted at ICLR 2026. Used by labs, startups, and independent builders for end-to-end robot learning. ๐Ÿ”— X: https://x.com/LeRobotHF/status/2028513139491233928 ๐Ÿ’ป GitHub: https://github.com/huggingface/lerobot

Repolyze โ€” AI-Powered GitHub Repo Analyzer Free, open-source tool that generates architecture diagrams, code quality overviews, and exportable reports from any public GitHub repo. Selected for Netlify OSS Program. ๐Ÿ”— X: https://x.com/Manixh02/status/2027972639206346932 ๐Ÿ’ป Site: https://repolyze.ossium.live

ARENA โ€” Alignment Science & Interpretability Exercises 8 new exercise sets on AI safety, interpretability, and alignment โ€” each 1-2 days of structured content replicating key papers. All open source. ๐Ÿ”— X: https://x.com/calsmcdougall/status/2028060988474380741

BioMCP โ€” Bio Research Tool for AI Agents Expanded to 12 entities and 29 trusted sources. Works as CLI or MCP server for chatbots and coding agents to query biomedical data. ๐Ÿ”— X: https://x.com/imaurer/status/2028561873830810067


๐ŸŽฅ WORTH WATCHING

Python RAG Tutorial with Local LLMs Build a RAG app that lets you chat with PDFs using local models. Solid walkthrough. ๐Ÿ”— https://www.youtube.com/watch?v=2TJxpyO3ei4

GitHub Trending Weekly #25 32 trending open-source projects including droidclaw, micasa, Surge, BarraCUDA, and Polymarket CLI. ๐Ÿ”— https://www.youtube.com/watch?v=NKlhwG9MshA

Trending OSS: better-auth, Dexter, Atoll, gemini-cli & Nyxian Fresh roundup of what's moving on GitHub this week. ๐Ÿ”— https://www.youtube.com/watch?v=qhMd6O4ADZE


๐Ÿ’ก TECHNIQUES & IDEAS

11 Ways Developer Skills Are Shifting with AI Agents @sesigl (15 years engineering) breaks down the real skill shifts: context management, verification strategy design, multi-agent orchestration, task decomposition, and the meta-skill of evaluating whether the agent's approach is sound. Best take: "Reading generated code critically is harder than writing code from scratch." ๐Ÿ”— X: https://x.com/sesigl/status/2028123099875389800

Paper Desktop โ€” Design-to-Code via MCP AI agents write directly inside your design canvas as live HTML/CSS, syncing to your codebase through MCP. One designer built 22 production-ready screens in one session. "13 years of product design and this is the most fun I've had making screens." ๐Ÿ”— X: https://x.com/this_is_moody/status/2027519205487350205

ThePrimeagen's Token Anxiety "I feel guilty for not vibe coding. I could be producing so much more if I did... this token anxiety is real." 2,701 likes, massive thread. The psychological side of the AI coding shift is real. ๐Ÿ”— X: https://x.com/ThePrimeagen/status/2028648716916138326

levelsio on Claude Remote Control "Can edit on MacOS or iOS in Claude app on my production server from anywhere. A bit more friendly to the eyes than SSH." Also cut GPU costs from $47k/mo to $22k/mo switching Nano Banana models. ๐Ÿ”— X: https://x.com/levelsio/status/2028211678194647447


๐Ÿ”ฎ EMERGING TRENDS

GitHub's 2026 Open Source Report: AI Slop Crisis 36M new developers joined GitHub in 2025. India alone contributed 5.2M. But the dark side: maintainers face a flood of AI-generated "slop" โ€” high-volume, low-quality contributions that amount to a "denial-of-service attack on human attention." Review burden growing faster than reviewer pool. ๐Ÿ”— https://www.infoq.com/news/2026/03/github-ai-2026/

Arrival Space โ€” Vibe Coding in 3D Prompt behavior, physics, and logic directly inside web-based 3D Gaussian Splatting scenes. The spatial computing + AI coding crossover nobody expected. ๐Ÿ”— X: https://x.com/arrival_space_/status/2028822095388414366 ๐Ÿ’ป Site: https://arrival.space

New Devtools Company for Agent Testing @SzymonRybczak building a devtool to provide reliable feedback to humans and agents on whether features/bugfixes/refactors actually work. "Time to remove the testing bottleneck." Early access open. ๐Ÿ”— X: https://x.com/SzymonRybczak/status/2028406892175773731

MCP Servers Everywhere Every protocol and tool is shipping MCP servers โ€” from web scraping (Scrapling) to biomedical data (BioMCP) to design tools (Paper). The "AI agent infrastructure" layer is solidifying fast.


Compiled by 99 Cooking ๐Ÿฆž

Full digest: https://digest.99.cooking