126 related articles
Product ReviewsHands-on review of GLM5 via Trae for full-stack development: building a student management system with Django, DRF, and prompt engineering tips.
Product ReviewsJulia Evans' new book reveals the unwritten rules behind terminals — how terminal emulators, TTY drivers, shells, and escape codes work together, and why arrow keys sometimes break.
TutorialsJulia Evans shares Django insights: less magic than Rails, built-in Admin, ORM auto-migrations, SQLite over Postgres — why Django's explicit design suits personal projects.
Product Reviewsdatasette-llm-accountant 0.1a4 released, fixing a response chain tracking bug. This open-source plugin helps developers monitor LLM API calls, token usage, and costs with chain tracking for Agent workflows.
TutorialsHands-on testing of CodeGraph: build GraphRAG code knowledge graphs via AST parsing without AI, cutting Claude Code query time from 6 min to 2 min and slashing token usage by 90%.
TutorialsComplete guide to n8n workflow automation: setup, core features, and real-world use cases. Compare n8n vs Zapier/Make and learn to build AI workflows with zero code.
TutorialsA detailed guide to Wagtail CMS covering installation, page model definition, blog system setup, StreamField code blocks, and Snippets to help Django developers quickly master this highly customizable open-source CMS.
TutorialsA hands-on Cursor AI tutorial covering download, setup, three chat modes, Claude model selection, and auto-generating a complete Python student management system using Agent mode.
Tech FrontiersSimon Willison releases Datasette Agent, combining LLM with Datasette to enable natural language database queries, plugin extensions, and local model support for personal data analysis.
Tech FrontiersSimon Willison releases datasette-agent-sprites plugin for secure AI Agent command execution in Fly Sprites sandbox. Analysis of its architecture, use cases, and significance.
TutorialsIn-depth guide to LangGraph multi-agent architecture: covering Graph structures, MCP protocol integration, single Agent building to enterprise-level multi-agent collaboration for AI developers.
Tech Frontiersdatasette-llm 0.1a7 adds model default configuration, supporting preset temperature and other parameters for specific LLMs to standardize batch data enrichment.
TutorialsSimon Willison built a complete iNaturalist observation aggregation tool using only his phone and Claude Code while camping. A detailed look at the Python CLI, Git Scraping, and static frontend architecture.
Product ReviewsRedis creator antirez adds Array data type with 18 new commands including ARGREP regex search. Simon Willison built a WASM browser playground with Claude Code for zero-install experimentation.
TutorialsDatasette creator Simon Willison debugged an OpenStreetMap display issue, uncovering CAPTCHA and Referrer-Policy conflicts, then built a plugin fix using GPT-5.5 and Codex.
Deep DivesSimon Willison releases LLM 0.32a0 alpha with a major refactor introducing message sequence API, typed streaming output, and flexible serialization while maintaining backward compatibility.
Product ReviewsReal-world comparison of Trae Solo vs Cursor building a Python Flask student management system, testing architecture design, code generation speed, runtime results, and practical recommendations.
TutorialsGuide to cleaning OpenAI Codex's local .codex folder cache, including deleting conversations with community Python tools, cleaning logs.sqlite, and periodic archiving to slim from 17MB to 41KB.
Tech FrontiersDatasette founder Simon Willison launches official blog built with OpenAI Codex Desktop, sharing full AI session transcripts and demonstrating transparent AI-assisted development practices.
TutorialsA comprehensive guide to building production-grade AI Agents with LangChain, covering architecture design, tools, memory systems, ReAct strategy, and enterprise deployment.