<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>ContextEngineering on SiBlog</title><link>https://sinimite.work/en/tags/contextengineering/</link><description>Recent content in ContextEngineering on SiBlog</description><image><title>SiBlog</title><url>https://sinimite.work/images/og-default.svg?v=20260525-210321</url><link>https://sinimite.work/images/og-default.svg?v=20260525-210321</link></image><generator>Hugo -- 0.156.0</generator><language>en-US</language><lastBuildDate>Fri, 17 Jul 2026 15:40:44 +0900</lastBuildDate><atom:link href="https://sinimite.work/en/tags/contextengineering/rss.xml" rel="self" type="application/rss+xml"/><item><title>RAG Retrieval Engineering: From Hybrid Retrieval to Production Governance</title><link>https://sinimite.work/en/posts/rag-retrieval-engineering-guide/</link><pubDate>Fri, 17 Jul 2026 15:40:44 +0900</pubDate><guid>https://sinimite.work/en/posts/rag-retrieval-engineering-guide/</guid><description>A technical report on designing and implementing the RAG retrieval layer, covering BM25, embeddings, ANN, RRF, reranking, query understanding, access control, evaluation, and deployment practices.</description></item><item><title>What Did Tencent AI Leader Shunyu Yao Discuss in This Podcast?</title><link>https://sinimite.work/en/posts/points-of-the-podcast-language-agents-from-reasoning-to-acting/</link><pubDate>Sun, 24 May 2026 16:05:10 +0900</pubDate><guid>https://sinimite.work/en/posts/points-of-the-podcast-language-agents-from-reasoning-to-acting/</guid><description>Reflections on the podcast Language Agents: From Reasoning to Acting. Starting from ReAct, Reflexion, Tree of Thoughts, memory, benchmarks, and ACI, the article explains why an LLM Agent is an engineered system composed of a model, tools, memory, environment, evaluation, and UX.</description></item><item><title>What AI Engineers Should Learn in 2026</title><link>https://sinimite.work/en/posts/ai-engineer-skill-value-map-2026/</link><pubDate>Sun, 03 May 2026 20:09:15 +0900</pubDate><guid>https://sinimite.work/en/posts/ai-engineer-skill-value-map-2026/</guid><description>A skill value map for engineers moving into AI application engineering, explaining how the value of basic RAG, prompt engineering, and framework APIs is changing, and why evaluation, governance, and agentic workflows deserve greater investment.</description></item><item><title>How to Design an Excellent AI Agent: From Architectural Principles to Practical Patterns</title><link>https://sinimite.work/en/posts/ai-agent-architecture-design-guide/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://sinimite.work/en/posts/ai-agent-architecture-design-guide/</guid><description>A practical guide to AI coding agents explaining how specs, fat skills, a thin harness, deterministic tooling, and a learning loop create reliable, continuously improving AI agent systems.</description></item><item><title>A Core Skill in the Age of AI Coding Agents: Writing Effective Software Specs</title><link>https://sinimite.work/en/posts/ai-coding-agent-software-spec-best-practices/</link><pubDate>Thu, 09 Apr 2026 20:03:59 +0900</pubDate><guid>https://sinimite.work/en/posts/ai-coding-agent-software-spec-best-practices/</guid><description>A guide to writing software specifications in the age of AI coding agents, covering the definition of a Software Spec, its six core areas, a four-stage workflow, best practices, and a reusable template.</description></item><item><title>Agent-Native Documentation Engineering: Designing Documentation for AI Coding Agent-Driven Development</title><link>https://sinimite.work/en/posts/agent-native-documentation-engineering/</link><pubDate>Sun, 29 Mar 2026 16:55:53 +0900</pubDate><guid>https://sinimite.work/en/posts/agent-native-documentation-engineering/</guid><description>A guide to documentation architecture for AI coding agent projects, covering the layered responsibilities of AGENTS.md, PRD, Architecture, Spec, and Plan documents, plus the organizational principles and engineering value of agent-native documentation.</description></item><item><title>How to Write Documentation for an AI Coding Agent</title><link>https://sinimite.work/en/posts/ai-coding-agent-documentation-best-practices/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://sinimite.work/en/posts/ai-coding-agent-documentation-best-practices/</guid><description>Drawing on OpenAI&amp;#39;s Harness Engineering, Anthropic&amp;#39;s research on long-running agents, the AGENTS.md standard, and experience from multiple production teams, this article presents best practices for designing project documentation for AI coding agents.</description></item><item><title>The Agentic Evolution of LLMs: From Answering Questions to Working Autonomously</title><link>https://sinimite.work/en/posts/llm-agentic-evolution/</link><pubDate>Sat, 28 Mar 2026 00:00:00 +0000</pubDate><guid>https://sinimite.work/en/posts/llm-agentic-evolution/</guid><description>LLMs are evolving from passive question-answering tools into agents that pursue goals autonomously. This is not a linear increase in model capability but a fundamental change in the usage paradigm. This article examines the nature of that transition, the evolution of the engineering stack, and what it means for engineers.</description></item><item><title>Agent = Model + Harness</title><link>https://sinimite.work/en/posts/agent-model-harness/</link><pubDate>Wed, 18 Mar 2026 00:17:00 +0900</pubDate><guid>https://sinimite.work/en/posts/agent-model-harness/</guid><description>Starting from the formula Agent = Model + Harness, this article reframes the core work of an AI application engineer as harness engineering.</description></item><item><title>The Complete Best-Practices Guide to Prompt Engineering</title><link>https://sinimite.work/en/posts/prompt-engineering-best-practices-guide/</link><pubDate>Wed, 11 Mar 2026 11:00:00 +0900</pubDate><guid>https://sinimite.work/en/posts/prompt-engineering-best-practices-guide/</guid><description>A systematic guide to production-grade Prompt Engineering and Context Engineering practices for 2025–2026, covering Claude, GPT, long context, Prompt Chaining, Tool Use, and evaluation workflows.</description></item><item><title>Essential Reading for Contextual Retrieval and RAG</title><link>https://sinimite.work/en/posts/contextual-retrieval-rag-reading-list/</link><pubDate>Mon, 09 Mar 2026 08:30:00 +0900</pubDate><guid>https://sinimite.work/en/posts/contextual-retrieval-rag-reading-list/</guid><description>A Contextual Retrieval and RAG reading list for AI application engineers, covering official Anthropic resources, open-source implementations, evaluation methods, and industry trends.</description></item><item><title>Prompt Engineering: From Principles to Practice</title><link>https://sinimite.work/en/posts/prompt-engineering-from-concept-to-implementation/</link><pubDate>Tue, 03 Mar 2026 19:50:00 +0900</pubDate><guid>https://sinimite.work/en/posts/prompt-engineering-from-concept-to-implementation/</guid><description>Prompt engineering? It may not be as simple as you think.</description></item><item><title>Prompt Injection</title><link>https://sinimite.work/en/posts/understanding-prompt-injection/</link><pubDate>Tue, 03 Mar 2026 19:50:00 +0900</pubDate><guid>https://sinimite.work/en/posts/understanding-prompt-injection/</guid><description>Understand LLM prompt injection and several fundamental defensive measures.</description></item></channel></rss>