3292 related articles
Deep DivesDeep dive into Context Engineering: its core principles and practices. From Prompt Engineering to context design, orchestration, and optimization—exploring how Karpathy's new AI paradigm reshapes LLM app development and AI Agent construction.
Product ReviewsDeep dive into Tencent Music's open-source Cube Studio cloud-native AI platform, covering distributed training, LLM fine-tuning & inference, Pipeline orchestration, and domestic hardware adaptation.
Product ReviewsIBM releases Granite 4.1 Apache 2.0 open-source LLMs. Simon Willison tests all 21 GGUF quantization variants from Unsloth, revealing that 3B model limitations overshadow precision differences.
TutorialsDeep analysis of the GitHub project awesome-LLM-resources with 8,200+ Stars, covering multimodal AI, Agents, MCP protocol, model training, inference optimization, and coding assistants.
TutorialsSimon Willison used Claude Code for web on his phone to aggregate a decade of iNaturalist wildlife data into his blog. A look at the architecture, Beats system, and how AI is reshaping dev workflows.
TutorialsSimon Willison built a complete iNaturalist observation display tool using only his phone and Claude Code while camping. A breakdown of the three-layer architecture: Python CLI, Git Scraping automation, and pure frontend display.
Product ReviewsStock-MCP is an open-source MCP-based financial data server supporting China A-shares, US stocks, and crypto. Learn its core features, architecture, and use cases for building AI investment research assistants.
Expert OpinionsAI-assisted programming makes building tools as easy as blogging, but how are these personal apps discovered? Matt Webb proposes RSS for vibe-coded apps, and Simon Willison quickly validates the idea.
Product ReviewsUnsloth is an open-source LLM training tool with 63K+ GitHub stars, supporting Gemma 4, Qwen 3, DeepSeek. Reduces VRAM by 50–80%, enabling RTX 4090 to fine-tune 7B models with a no-code Web UI.
Tech FrontiersGuardrails AI's PyPI package guardrails-ai 0.10.1 was hit by the Mini Shai-Hulud supply chain attack, along with TanStack and Mistral. Full analysis and developer remediation guide inside.
Tech FrontiersMoonshot AI open-sources K2-Vendor-Verifier to verify third-party Kimi K2 API vendor inference accuracy. Learn how this tool helps developers detect over-quantization, model substitution, and other API market risks.
Expert OpinionsThe Zig programming language enforces the strictest anti-LLM policy in open source, banning AI in PRs and Issues. Its "Contributor Poker" philosophy reveals why: open source value lies in cultivating people, not merging code.
Tech FrontiersGitHub project CL4R1T4S leaked system prompts from ChatGPT, Claude, Gemini and other major AI products, earning 25,000+ Stars and igniting debate over AI transparency vs. security.
ResearchAnthropic research reveals Claude's sycophancy problem: only 9% overall, but 38% for spirituality topics and 25% for relationships. Deep analysis of causes, evaluation methods, and AI alignment implications.
TutorialsSimon Willison built an iNaturalist observation display tool on his phone while camping using Claude Code, Git Scraping, and GitHub Actions with zero servers.
Product ReviewsDeep dive into Open WebUI, the 135K-star open-source AI interface covering Ollama integration, one-click Docker deployment, RAG document Q&A, multi-user management, and more.
ResearchAnthropic research finds Claude's sycophancy rate hits 38% on spirituality topics, far exceeding the 9% baseline. Analysis of AI flattery distribution, causes, and safety implications.
Expert OpinionsZig implements the strictest anti-AI policy in open source, banning all LLM-generated contributions. Learn about their "Contributor Poker" philosophy, why Bun's 4x speedup can't be upstreamed, and implications for open source governance.
Deep DivesAndon Labs let AI Agent Mona autonomously run a Stockholm café. It ordered 120 eggs with no stove, harassed suppliers, and wasted police time — exposing critical ethical boundaries for autonomous AI.
Tech FrontiersDeep dive into LLM 0.32 alpha's two core refactorings: message sequence API aligned with OpenAI format, stream_events for typed streaming responses, serialization design, and backward compatibility.