grep -r "ai-agents"
29 posts tagged ai-agents
- AI Agents từ zero: Series Plan
- Agent là gì: LLM cộng tools cộng memory cộng loop
- Control loop: ReAct, agentic loop, điều kiện dừng
- Chain-of-Thought so với structured reasoning
- Build agent từ đầu: 100 dòng Python với Anthropic SDK
- Memory cho agent: context window, scratchpad, summarization
- Plan-and-Execute: tách planning khỏi execution
- Tree of Thoughts và tree search cho agent
- Agent communication: shared state so với message passing
- Eval cho agent: trace, replay, golden set, regression
- Cost và latency: token budget, streaming, prompt caching
- Failure modes: hallucination, infinite loop, hijacking
- On-call cho agent: monitoring, alerts, rollback, A/B test
- Security: prompt injection, tool sandboxing, secrets
- Case study: Anthropic SDK agents và Claude Code agents
- Browser automation cho agent: Playwright và computer use
- Code execution sandbox: subprocess, Docker, e2b
- LangGraph, CrewAI, AutoGen: framework so sánh
- MCP (Model Context Protocol): chuẩn hoá tool layer
- Multi-agent patterns: supervisor, handoff, debate
- RAG cho agents: retrieval trong vòng lặp, không phải QA
- ReAct: thought, action, observation cycle
- Self-reflection: critic, verifier, retry pattern
- Specialized agent roles: planner, executor, reviewer
- Tool design: schema, validation, idempotency
- Tool use cơ bản: function calling, JSON schema, error handling
- Hermes Agent: AI tự học, persistent memory, chạy trên $5 VPS
- OpenClaw: open-source agent framework đang dẫn đầu 2026
- Semble: code search cho agent, tiết kiệm token so với grep