<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Context Engineering on Bruce on AI Engineering</title><link>http://www.heyuan110.com/tags/context-engineering/</link><description>Recent content in Context Engineering on Bruce on AI Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 10 Mar 2026 10:00:00 +0800</lastBuildDate><atom:link href="http://www.heyuan110.com/tags/context-engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>Context Engineering: The Most Underrated AI Development Skill in 2026</title><link>http://www.heyuan110.com/posts/ai/2026-03-10-context-engineering-guide/</link><pubDate>Tue, 10 Mar 2026 10:00:00 +0800</pubDate><guid>http://www.heyuan110.com/posts/ai/2026-03-10-context-engineering-guide/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/ai/2026-03-10-context-engineering-guide/cover.webp"
 alt="Context engineering guide covering the five dimensions, failure modes, and practical frameworks for AI development"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="630"
/&gt;
&lt;/p&gt;
&lt;p&gt;Everyone talks about prompt engineering. Courses sell for hundreds of dollars teaching you to write better prompts. But in 2026, the developers building the most impressive AI-powered systems are not spending their time crafting clever prompts — they are &lt;strong&gt;engineering context&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This is the skill that separates someone who occasionally gets good results from ChatGPT from someone who builds reliable, production-grade AI workflows that work consistently across thousands of interactions.&lt;/p&gt;</description></item><item><title>Context Engineering: The Most Underrated Core Skill in AI Programming (Stanford CS146S Deep Dive)</title><link>http://www.heyuan110.com/posts/ai/2026-02-24-context-engineering-deep-dive/</link><pubDate>Tue, 24 Feb 2026 07:30:00 +0800</pubDate><guid>http://www.heyuan110.com/posts/ai/2026-02-24-context-engineering-deep-dive/</guid><description>&lt;blockquote&gt;
&lt;p&gt;This is Part 2 of the &amp;ldquo;Stanford Vibe Coding Course Deep Dive&amp;rdquo; series. See the series navigation at the end of this article.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If I had to pick just one week from the entire 10-week CS146S curriculum for a deep dive, I would choose &lt;strong&gt;Week 3&lt;/strong&gt; without hesitation.&lt;/p&gt;
&lt;p&gt;Not because it is the flashiest &amp;ndash; that would be Week 8&amp;rsquo;s &amp;ldquo;build an app with one sentence.&amp;rdquo; Not because it is the most hardcore &amp;ndash; that would be Week 6&amp;rsquo;s security deep dive. It is because what Week 3 covers directly determines the ceiling of your AI programming capability.&lt;/p&gt;</description></item><item><title>AI Agent Memory Systems: RAG vs Context Engineering</title><link>http://www.heyuan110.com/posts/ai/2026-02-21-ai-agent-memory-systems/</link><pubDate>Sat, 21 Feb 2026 10:00:00 +0800</pubDate><guid>http://www.heyuan110.com/posts/ai/2026-02-21-ai-agent-memory-systems/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/ai/2026-02-21-ai-agent-memory-systems/cover.webp"
 alt="AI agent memory systems compared: RAG retrieval pipelines versus context engineering approaches for LLM agents"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="630"
/&gt;
&lt;/p&gt;
&lt;p&gt;Every AI coding agent has a fundamental problem: &lt;strong&gt;amnesia&lt;/strong&gt;. Start a new session with Claude Code, Cursor, or any LLM-powered tool, and it has zero memory of yesterday&amp;rsquo;s work. The architecture decisions you spent two hours discussing, the bug you finally tracked down, the coding conventions you carefully established — all gone.&lt;/p&gt;
&lt;p&gt;This is not a bug. It is how large language models work. Each session starts with a blank context window, and when that window fills up or the session ends, everything evaporates.&lt;/p&gt;</description></item></channel></rss>