DEV Community

Cover image for Skills Beat MCPs, Bun Ships Hard
Adam
Adam

Posted on

Skills Beat MCPs, Bun Ships Hard

Mitchell Hashimoto drops a masterclass on shipping real features with AI—no hype, just pragmatic vibing through a non-trivial Ghostty update. Meanwhile, Andreas Thomas walks us through why Unkey ditched serverless after two years of fighting latency demons (spoiler: 6x performance boost with good old stateful servers). Calvin French-Owen lands the perfect reality check: AI agents don't remove the human job of thinking—they just shift where you spend those mental cycles.

Simon Willison delivers again with not one but two bangers: Claude Skills might be a bigger deal than MCP, and Claude Haiku 4.5 is here to make your token budget happy. Practical prompting strategies from the C.R.A.F.T.E.D framework arrive without fluff, and Bun 1.3 ships as their biggest release yet (because of course it does).

On the tools front: Scribe OCR works so well you won't need another app, Nitro arrives as the universal server toolkit that actually makes sense, WAHA gives you a self-hosted WhatsApp API in under 5 minutes, Cloudflare Sandbox is building the future of dev environments, and Zero drops a query-based sync engine that might just be the local-first breakthrough we've been waiting for.

Also in this issue: GraphQL myths debunked after nearly a decade, Vite+ unifies your entire JavaScript toolchain, Den walks through GitHub Spec Kit, the fern fractal teaches us that simple rules blossom into beautiful patterns, and Ryan Carniato explains what comes beyond signals.

Enjoy!

Signup here for the newsletter to get the weekly digest right into your inbox.

Find the 12 highlighted links of weeklyfoo #107:


What's The Deal With GitHub Spec Kit

by Den Delimarsky

I get to finally write a bit about a project I was knee-deep in for the past month - GitHub Spec Kit.

🚀 Read it!, github, spec, kit


Vibing a Non-Trivial Ghostty Feature

by Mitchell Hashimoto

I recently shipped a non-trivial Ghostty feature (unobtrusive macOS automatic updates) that was largely developed with AI.

📰 Good to know, ai, ghostty


Why we're leaving serverless

by Andreas Thomas

Every millisecond matters when you're in the critical path of API authentication. After two years of fighting serverless limitations, we rebuilt our entire API stack and slashed the end-to-end latency.

📰 Good to know, serverless, latency


Claude Skills are awesome, maybe a bigger deal than MCP

by Simon Willison

Anthropic this morning introduced Claude Skills, a new pattern for making new abilities available to their models.

📰 Good to know, ai, claude


You Still Need to Think

by Calvin French-Owen

As coding agents become more capable and long-running, they don't remove the human job of thinking.

📰 Good to know, ai


How to Use AI to Help With Software Engineering Tasks

by Gregor Ojstersek, Steven Levey

Use the C.R.A.F.T.E.D. prompt framework to save time with common SWE tasks!

📰 Good to know, ai, prompts


Bun 1.3

by bun.sh

Bun 1.3 is our biggest release yet.

📰 Good to know, bun


Scribe OCR

by scribeocr.com

Web interface for recognizing text, proofreading OCR, and creating fully-digitized documents.

🧰 Tools, ocr


Nitro

by nitro.build

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.

🧰 Tools, server, toolkit, framework, typescript


WAHA

by devlikeapro

WhatsApp HTTP API (REST API) that you can install on your own server and run in less than 5 minutes!

🧰 Tools, api, whatsapp, http, rest


Cloudflare Sandbox

by Cloudflare

Execute commands, manage files, run services, and expose them via public URLs - all within secure, sandboxed containers.

🧰 Tools, sandbox, cloudflare


Zero

by Rocicorp

Zero is a new kind of sync engine powered by queries.

🧰 Tools, sync, database, queries


Want to read more? Check out the full article here.

To sign up for the weekly newsletter, visit weeklyfoo.com.

Top comments (0)