← Back to feed

One-shotting a Raccoon Heist game using Claude Fable 5

L3 · BuilderTutorials & GuidesSimon Willison's Blog· 8/5/2026

Shows practical AI code generation workflow for building complete applications from simple prompts.

AI Summary

Simon Willison used Claude Fable 5 to build a complete raccoon heist game from a 2022 tweet concept in one session.

Read Original
0 upvotes · 0 downvotes · 1 min read

Related Articles

L3 · BuilderTutorials & GuidesHacker News
AI Engineer Notebooks – free, framework-free RAG/agents/evals on Colab

Free Colab notebooks teach framework-free AI engineering skills including RAG, agents, evals, and tool calling using Groq API.

L4 · DeveloperTutorials & GuidesHacker News
OpenAI: Migrating to HTTPX2

OpenAI's Python SDK now uses HTTPX2 instead of HTTPX, requiring developers to handle TLS certificate changes and custom HTTP client configurations.

L4 · DeveloperTutorials & GuidesHugging Face Blog
Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers

Sentence Transformers v6.0 introduces a new MultiVectorEncoder model type, with a detailed guide for finetuning or training from scratch for late-interaction/ColBERT-style retrieval.

L3 · BuilderTutorials & GuidesTowards Data Science
Why Claude Code Time Estimates Are Poor

Claude Code provides inaccurate time estimates for engineering tasks due to training on human data, but this article explains how to improve estimates for better team communication.

L3 · BuilderTutorials & GuidesTowards Data Science
Connecting My LangGraph AI Agent to Postgres

Shows how to connect a LangGraph AI agent to Postgres for persistent state management and database operations in a customer service booking system.