126 related articles

A complete beginner's guide to Cursor AI: installation, interface, three conversation modes, model selection, and a hands-on demo building a student management system from scratch.

A comprehensive guide to LangGraph's core advantages, storage mechanisms, differences from LangChain, and private deployment options for building production-ready AI agents.

A complete learning path for coding with AI from scratch — from concepts and environment setup to using Cursor, Claude, and other AI tools to build and deploy your first project.

Learn how to use ByteDance's AI coding tool Trae to build a full-stack website with just 3 prompts—covering frontend, backend API, and admin panel.

Simon Willison updates his OpenAI WebRTC voice tool with document context support and GPT-Realtime-2, enabling low-latency voice conversations grounded in specific documents.

Datasette Agent 0.2a0 introduces an ask_user() mechanism enabling AI agents to pause during tool execution and ask users questions, with three interaction modes and a save_query tool for human approval.

Simon Willison shares how Claude Sonnet 4 (Fable) autonomously invented PyObjC screenshots, built a CORS server, and penetrated Shadow DOM to debug a CSS bug — revealing both tool-making power and security risks.

CodeGraph is an open-source project with ~40K GitHub stars that uses Tree-sitter to build a local queryable code map, helping Claude Code and Cursor reduce 47% token usage and 58% tool calls.

Learn Cursor AI editor setup, Agent/Ask/Manual modes, model selection tips, and build a full student management system from scratch in this step-by-step guide.

The datasette-fixtures plugin lets Datasette plugin developers quickly create a standard test database with a single uvx command, greatly simplifying plugin testing.
TutorialsA detailed guide to Cursor AI's download, installation, interface layout, four AI modes (Agent/Plan/Debug/Ask), and a hands-on demo showing how beginners can generate complete projects using natural language.
Product ReviewsDeep dive into Athas IDE — a free, open-source AI code editor built from scratch on Tauri. Features Vim mode, AI completion, Git integration, and free Google Gemini support.
Product ReviewsIn-depth comparison of OpenClaw and Hermes open-source AI Agent frameworks covering architecture, memory systems, auth, plugins, and channel distribution to guide developer selection.
TutorialsLearn why Codex chat history disappears after switching between official subscriptions and third-party APIs, with step-by-step migration instructions for modifying session files and SQLite database.
Product ReviewsDeep dive into OpenCode, a terminal AI coding tool built with Go. Blazing-fast startup, multi-model support (Gemini, Claude), built-in Vim editor, and LSP integration. Compared with Claude Code and Aider.
TutorialsDeep dive into LangGraph multi-agent architecture covering Graph structure principles, MCP service integration, Time Travel debugging, and supervised multi-agent enterprise implementation patterns.
TutorialsComplete guide to Cursor AI installation, interface layout, four AI modes, and a hands-on demo building a Python student management system from natural language in minutes.
Deep DivesMCP (Model Context Protocol) is a unified standard for connecting AI models to external tools. This guide explains MCP's core concepts, practical value, and provides a quick-start tutorial.
Product ReviewsOne API is an open-source LLM API gateway that unifies 30+ LLM providers including OpenAI, Claude, Gemini, and DeepSeek through an OpenAI-compatible interface. Features Key management, quota control, load balancing, and one-command Docker deployment. 32k+ GitHub Stars.
Product ReviewsReal-world test of CodeGraph (20k Stars), a code graph indexing tool that replaces AI file-by-file scanning with local semantic graphs. Unity project comparison reveals higher costs but significantly better code quality.