5275 related articles

A deep dive into AI Agent Skills: their core concepts, technical implementation, the four key elements (SKILL.md, references, scripts, assets), and how Skills differ from prompts.

A deep dive into AI Agent Skills: understand the core concepts and technical implementation through the four key elements — SKILL.md, references, scripts, and assets — and learn how Skills differ from prompts.

Learn how to assemble a modern email system using off-the-shelf services like Postmark, SendGrid, and Amazon SES, covering sending, receiving, authentication, and trade-offs around vendor lock-in and cost.

As models get stronger, why does the experience feel worse? The root cause is missing context. This article breaks down four stages—project descriptions, progressive disclosure, intra-memory, and three guardrails—to build a sustainable AI project memory system.
GitHub Daily · July 22: Financial Foun…
GitHub Trending July 22: Kronos brings the foundation model paradigm to finance, awesome-claude-skills tops with 70K stars, plus LikeC4 architecture-as-code and Rust-based Pumpkin.

A comprehensive guide to modern AI-native system architecture: LLM reasoning, three RAG paradigms (vector/knowledge graph/BM25), Agents, MCP tool calling, AI gateways, and observability for enterprise AI.

Why give AI Agents a virtual filesystem and bash instead of more tools? A deep dive into the "Files over Tools" design philosophy, tool bloat, Unix principles, security sandboxing, and hybrid architectures.

Deep analysis of memory system architectures across 16 open-source AI Agent projects including Hermes, Goose, NanoClaw, and Deerflow, covering FTS5 vs vector search, multi-tenant isolation, and LLM auto-extraction.

Deep dive into Sakana AI's open-source AI Scientist v2: technical architecture, core modules, and upgrade highlights covering the full autonomous research pipeline from idea generation to paper writing.

Deep dive into NVIDIA Halos for Robotics' full-stack functional safety architecture, covering hardware redundancy, safety runtime, behavior monitors, and how safety envelopes constrain AI uncertainty for scalable physical AI deployment.

A detailed guide to Claude Code's seven-layer architecture including memory, agent, and feedback loop layers, plus five pitfalls to avoid and four expert tips for building your AI operating system.
Deep DivesDeep dive into Pi's swarm system architecture (26K GitHub stars): scout, worker, and soldier ant roles, pheromone communication, adaptive concurrency control, and how multi-agent collaboration revolutionizes AI programming.
TutorialsDeep dive into OpenAI Codex plugin system architecture (Skills, Apps, MCP Server), four installation methods, and a macOS app development case study showing how plugins boost AI coding efficiency.
TutorialsDeep dive into OpenClaw's industrial-grade Agent architecture with its three-layer design, pluggable Skills system, and memory management. Includes a step-by-step LangChain reproduction guide with an enterprise HR assistant example.
TutorialsHow frontend engineers can move beyond API calls to build production AI systems — covering streaming output, BFF layers, RAG pipelines, and Agent orchestration with LangChain.js/LangGraph.js.
TutorialsDeep dive into a Go-based generative recommendation system powered by LLMs, covering three-level semantic understanding, three-layer user memory, and five-dimensional feedback design.

A deep dive into infrastructure architecture patterns for production-grade Agent applications, covering state persistence, sandbox isolation, LLM observability, and cost control.

Deep dive into infrastructure architecture patterns for production-grade Agent applications, covering state persistence, sandbox isolation, LLM observability, and cost control.

A Hover user's domain renewal jumped from $10 to $3,000. Learn about premium domain pricing, registrar traps, and practical strategies to protect yourself.

Analysis of how chip vendor C++ toolchains silently suppress compiler warnings, the risks involved, and prevention strategies including cross-validation and static analysis.