<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ank Blog</title>
    <link>https://xary1024.me/en</link>
    <description>A personal blog on AI applications, prompt engineering, industry adoption, and everyday notes.</description>
    <language>en</language>
    <lastBuildDate>Sat, 20 Jun 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://xary1024.me/en/rss.xml" rel="self" type="application/rss+xml" />
    <generator>vibe-blog/build-rss</generator>
    <item>
      <title>Getting Models to Return Clean JSON: Four Structured Output Traps</title>
      <link>https://xary1024.me/en/posts/structured-output-traps</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/structured-output-traps</guid>
      <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
      <description>The real traps are rarely about format. They&apos;re about fields: the JSON parses fine, the content isn&apos;t what you asked for.</description>
      <category>Structured Output</category>
    </item>
    <item>
      <title>The More AI Writes for Me, the More I Worry I&apos;m Faking It</title>
      <link>https://xary1024.me/en/posts/output-vs-understanding</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/output-vs-understanding</guid>
      <pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
      <description>AI lets output run ahead of understanding. Code that works and a plan that sounds right don&apos;t mean you actually get it.</description>
      <category>Essay</category>
    </item>
    <item>
      <title>AI Tutors Are Hot, but Teaching Is the Wrong Job for Them</title>
      <link>https://xary1024.me/en/posts/ai-in-education</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/ai-in-education</guid>
      <pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate>
      <description>Overrated: personalized instruction replacing teachers. Underrated: getting teachers out from under repetitive work.</description>
      <category>Education AI</category>
    </item>
    <item>
      <title>Giving the Model Examples: Four Counterintuitive Things About Few-Shot</title>
      <link>https://xary1024.me/en/posts/few-shot-examples</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/few-shot-examples</guid>
      <pubDate>Mon, 15 Jun 2026 00:00:00 GMT</pubDate>
      <description>Examples beat a pile of adjectives. But the wrong ones are worse than none, because the model learns the traits you never noticed.</description>
      <category>Few-shot</category>
    </item>
    <item>
      <title>Claude Code: A Practical Command Handbook</title>
      <link>https://xary1024.me/en/posts/claude-code-commands</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/claude-code-commands</guid>
      <pubDate>Sun, 14 Jun 2026 00:00:00 GMT</pubDate>
      <description>From slash commands to pipe scripts, the Claude Code commands that actually earn their keep every day, collected into a handbook you can copy from.</description>
      <category>Claude Code</category>
    </item>
    <item>
      <title>Writing Agents with Claude Code: Where Context Should Flow</title>
      <link>https://xary1024.me/en/posts/agent-context</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/agent-context</guid>
      <pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate>
      <description>The hard part of building an agent isn&apos;t orchestrating tool calls. It&apos;s deciding what goes into the context at each step.</description>
      <category>Agent</category>
    </item>
    <item>
      <title>A Prompt Is Not a Spell: It&apos;s a Spec for the Model</title>
      <link>https://xary1024.me/en/posts/prompt-as-spec</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/prompt-as-spec</guid>
      <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
      <description>Write your prompt like a task brief you&apos;d hand a coworker. You get output you can count on.</description>
      <category>Prompt</category>
    </item>
    <item>
      <title>Opus, Sonnet, Haiku: How to Actually Pick One</title>
      <link>https://xary1024.me/en/posts/model-selection</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/model-selection</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description>There is no best model, only the right one for the job. Here is a table for deciding which to call where.</description>
      <category>Model Selection</category>
    </item>
    <item>
      <title>Wiring Claude Code Into the Release Flow: 5 Real Cases</title>
      <link>https://xary1024.me/en/posts/claude-code-workflow</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/claude-code-workflow</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>Not a party trick. It&apos;s handing the small stuff that happens every day to the AI, and it only works if the process is already clear.</description>
      <category>Claude Code</category>
    </item>
    <item>
      <title>Minimalism in Front-End Design</title>
      <link>https://xary1024.me/en/posts/design-thinking</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/design-thinking</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <description>Whitespace, restraint, content first. That&apos;s what Apple taught me.</description>
      <category>Design</category>
    </item>
    <item>
      <title>RAG Is Not a Silver Bullet: When to Use It, When Not To</title>
      <link>https://xary1024.me/en/posts/rag-when-not</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/rag-when-not</guid>
      <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
      <description>Stuffing every question into a vector store won&apos;t make your AI smarter. It might make it dumber.</description>
      <category>RAG</category>
    </item>
    <item>
      <title>Context Engineering: Getting the Model to Work Like a Colleague</title>
      <link>https://xary1024.me/en/posts/context-engineering</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/context-engineering</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description>Context engineering matters more than prompt engineering. It decides what the model sees, and doesn&apos;t see, at every step.</description>
      <category>Context</category>
    </item>
    <item>
      <title>Is a Longer Context Window Always Better? Four Overlooked Costs</title>
      <link>https://xary1024.me/en/posts/long-context-tradeoff</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/long-context-tradeoff</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>A 1M context window sounds great. Actually ship with one and you find out longer is not better.</description>
      <category>Context</category>
    </item>
    <item>
      <title>Vue 3 Composition API: Practical Tips</title>
      <link>https://xary1024.me/en/posts/vue-tips</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/vue-tips</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description>ref, reactive, computed — which one to pick, in one read.</description>
      <category>Vue</category>
    </item>
    <item>
      <title>The Limits of AI in Medical Imaging</title>
      <link>https://xary1024.me/en/posts/ai-medical-imaging</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/ai-medical-imaging</guid>
      <pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate>
      <description>Medical imaging was one of the first places AI actually shipped. Accuracy was never the thing holding it back.</description>
      <category>Healthcare AI</category>
    </item>
    <item>
      <title>Writing Quant Research with an LLM: A New Tool for Analysts</title>
      <link>https://xary1024.me/en/posts/ai-finance-research</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/ai-finance-research</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
      <description>AI can&apos;t replace an analyst&apos;s judgment. It can replace 80% of the formatting grunt work.</description>
      <category>Finance AI</category>
    </item>
    <item>
      <title>Frosted Glass with backdrop-filter</title>
      <link>https://xary1024.me/en/posts/css-tricks</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/css-tricks</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description>One line of CSS and your cards feel like macOS.</description>
      <category>CSS</category>
    </item>
    <item>
      <title>My Dev Toolchain, 2026</title>
      <link>https://xary1024.me/en/posts/productivity</link>
      <guid isPermaLink="true">https://xary1024.me/en/posts/productivity</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
      <description>Editor, terminal, AI assistant — the tools you touch every day are worth the time it takes to sharpen them.</description>
      <category>Productivity</category>
    </item>
  </channel>
</rss>
