457 related articles
Deep DivesAI Agents face infinite input spaces and non-deterministic outputs. Learn how simulation testing systematically validates Agent reliability through scenario generation, environment simulation, and behavior evaluation.
TutorialsSimon Willison shows how putting LLM CLI tools in shebang lines turns plain English text files into executable scripts, from basic usage to tool calls and YAML templates.
Tech FrontiersDeepAgents is LangChain's open-source Agent framework built on LangGraph, supporting multi-step reasoning, state management, and multi-Agent collaboration for production-grade AI development.
Deep DivesDeep dive into LangGraph's core architecture, StateGraph design, multi-Agent collaboration, and deployment. Learn how this 31K+ Star project helps build reliable AI Agents.
TutorialsExplore awesome-llm-skills, an open-source curated list of AI Agent skills compatible with Claude Code, Codex, and Gemini CLI, with resources and best practices for Agent workflows.
Deep DivesDeep dive into Open Multi-Agent, a TypeScript-native multi-agent orchestration framework with automatic task DAG generation, MCP integration, live tracing, and only three runtime dependencies. 6000+ GitHub Stars.
Product ReviewsDeep dive into Hugging Face Transformers: core architecture, Pipeline API, model fine-tuning, and multimodal support. A practical guide to the 160K-star AI framework.
TutorialsDeep dive into Claude Workflow V2's four core modules: agents for multi-agent collaboration, skills for reuse, hooks for event handling, and commands for unified orchestration—turning Claude Code into an automated workflow platform.
TutorialsA deep dive into Claude Code Hooks' Hook event tracking mechanism and architecture, covering multi-agent real-time monitoring, behavior auditing, and troubleshooting for complete AI coding assistant observability.
Product ReviewsBuildWithClaude is a GitHub project with 2876 Stars aggregating Claude ecosystem resources across Skills, Agents, Plugins and more. Learn its core features and usage to discover and integrate Claude Code extensions.
TutorialsDeep dive into how TRE regex engine's backtracking-free design fundamentally defends against ReDoS attacks. Covers Simon Willison's experiment building TRE Python bindings with Claude Code and regex engine selection for security-sensitive scenarios.
Product ReviewsDeep dive into Chatbox, an open-source AI desktop client with nearly 40K GitHub Stars. Supports multi-model switching via API (OpenAI, Claude, etc.) with local data storage for privacy-conscious users.
TutorialsExplore how TRE regex engine's non-backtracking design defends against ReDoS attacks. Compare TRE vs Python re module performance under malicious regex input through Python ctypes bindings.
Product ReviewsRedis creator antirez submitted a PR introducing the Array data type with 18 new commands including server-side regex search ARGREP. Simon Willison built a WebAssembly browser Playground with Claude Code for hands-on testing.
Tech FrontiersRedis creator antirez submits new Array data type PR with 18 commands including ARGREP regex search. Simon Willison builds a browser WASM Playground via Claude Code for zero-install experimentation.
Tech FrontiersRedis creator antirez introduces a new Array data type with 18 commands and ARGREP server-side regex matching. Simon Willison built a browser WASM Playground with Claude Code for instant online testing.
TutorialsExplore TRE non-backtracking regex engine Python bindings and compare performance against Python's re module under ReDoS attacks. Learn how TRE eliminates regex denial-of-service risks.