📚 All Articles
27 guide(s) — regularly updated
DeerFlow from ByteDance: the open-source agent that researches, codes, and creates over the long term
Discover ByteDance's DeerFlow: a revolutionary open-source AI agent that researches, codes, and creates long-term. Full analysis.
Red teaming AI agents: from several weeks to a few hours
See how red teaming of autonomous AI agents now drops from several weeks to just a few hours.
OpenSeeker-v2 : open-source breaks the monopoly of industrial search agents
Discover OpenSeeker-v2, the open-source model breaking the industrial search agents' monopoly with only 10,600 training examples.
Building Your First Autonomous AI Agent
You've probably already used ChatGPT, Claude, or Gemini. You type a question, the AI answers. Simple, effective... but limited. An AI agent takes things to the
ByteDance DeerFlow: the open-source agent that researches, codes, and creates over the long term
Discover ByteDance DeerFlow, the open-source AI agent built for long-term research, coding, and content creation. See how it automates complex workflows.
The 5 AI Agent Patterns That Actually Work
Building an AI agent isn't just about connecting an LLM to tools and hoping for the best. There are proven architectures — patterns — that structure how an...
MCP, Function Calling, Tool Use: The Complete Guide
Large Language Models (LLMs) are powerful, but they have a fundamental limitation: they can only generate text. For an AI agent to truly take action — search...
RAG for Dummies: Giving Memory to Your AI
Simply understand RAG: embeddings, vector databases, full pipeline. With Python code and simple alternatives.
Securing Your AI Agent: Essential Safeguards
An autonomous AI agent is an incredibly powerful tool. But without safeguards, it can also be a ticking time bomb. Hallucinations, infinite loops, accidental...
Translate this title to English: LongSeeker: the search agent that beats Tongyi DeepResearch by managing its memory intelligently
Discover LongSeeker, the AI search agent that outperforms Tongyi DeepResearch by avoiding context saturation thanks to its smart memory.
Automating a Complete Pipeline with an Agent
You have an AI agent that answers questions. That's good. But the real power of agents lies in putting them to work on complete production pipelines — chains...
Multi-agents: making multiple AIs collaborate
Collaborate with multiple AI agents using CrewAI, AutoGen & LangGraph. Multi-agent architectures, full code, and a writer + SEO + translator pipeline.