<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Wayland Zhang</title>
        <link>https://waylandz.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>The AI Agent Harness: How ShanClaw Evolved After Claude Code Went Public</title>
          <link>https://waylandz.com/blog/shanclaw-ai-agent-harness</link>
          <description>I built ShanClaw — a Go agent runtime with tool dispatch, permissions, context management, and loop detection — before Claude Code went open source. When their architecture became public, the convergences were striking. Here is what we independently arrived at, what I learned from their caching practices, and what I think defines a production harness.</description>
          <pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>What Claude Code Learned About Multi-Agent Tool Design (and What Shannon Already Did)</title>
          <link>https://waylandz.com/blog/claude-code-tool-design-lessons</link>
          <description>An Anthropic engineer described Claude Code's evolution from simple todo lists to dependency-aware task graphs — the same patterns Shannon independently arrived at. Five lessons mapped, including where Shannon needs to catch up.</description>
          <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Information Theory Is All You Need (to Understand LLMs)</title>
          <link>https://waylandz.com/blog/information-theory-and-llm</link>
          <description>Shannon laid the foundation in 1948. Seventy-eight years later, his framework still explains why Transformers work, what cross-entropy loss actually means, and why your model can never be smarter than its training data.</description>
          <pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Dnalyaw: Engineering an AI Quant Trading System from Scratch</title>
          <link>https://waylandz.com/blog/dnalyaw-quant-trading-system</link>
          <description>A deep dive into the architecture, language choices, and hard-won lessons behind building a production quantitative trading platform with Rust, Go, and Python — from nanosecond risk checks to RL-driven signal generation.</description>
          <pubDate>Sat, 14 Feb 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>My Book on Building Production AI Agents</title>
          <link>https://waylandz.com/blog/ai-agent-book-introduction</link>
          <description>A practical guide to building production-grade AI Agent systems. Covers single-agent design, multi-agent orchestration, MCP protocol, Computer Use, cost control, and enterprise deployment patterns.</description>
          <pubDate>Sun, 11 Jan 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>My Book on Transformers and LLM Architecture</title>
          <link>https://waylandz.com/blog/transformer-book-introduction</link>
          <description>A deep dive into every component of the Transformer architecture—from Tokenization to Attention mechanisms, from forward propagation to code implementation. For developers who want to truly understand how GPT and ChatGPT work.</description>
          <pubDate>Sun, 11 Jan 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>2025 Year-In-Review and 2026 Prediction</title>
          <link>https://waylandz.com/blog/2025-review-2026-prediction</link>
          <description>Reflecting on how 2025 normalized agent workflows and reasoning models, and why 2026 feels less like a prediction and more like a state you can already opt into.</description>
          <pubDate>Tue, 06 Jan 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Tensor Logic: A Brain‑Like Architecture</title>
          <link>https://waylandz.com/blog/tensor-logic-brain-like-architecture</link>
          <description>Bridging the gap between logic and learning—how tensor equations create AI systems that think both symbolically and intuitively.</description>
          <pubDate>Tue, 21 Oct 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Shannon: Designing a Production-Grade Multi-Agent Platform</title>
          <link>https://waylandz.com/blog/shannon-agentkit-alternative</link>
          <description>An architectural deep-dive into Shannon, a self-hosted multi-agent platform that addresses the three hardest problems in production AI: runaway costs, non-deterministic failures, and security vulnerabilities—through deliberate technology choices in Rust, Go, and Python.</description>
          <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>AI Quantitative Trading: From Models to Quant Funds</title>
          <link>https://waylandz.com/blog/ai-quant</link>
          <description>Demystifying quantitative trading for AI practitioners — what quant funds actually do, why reinforcement learning fits markets better than LLMs, and where the real barriers lie.</description>
          <pubDate>Tue, 29 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>From RNNs to LLMs: A Decade of Simplicity and Transformation</title>
          <link>https://waylandz.com/blog/read-karpathy-rnn-post</link>
          <description>Reflecting on Andrej Karpathy’s 2015 RNN post and the surprising evolution of LLMs with transformers and fine-tuning.</description>
          <pubDate>Tue, 25 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Transformer Architecture Explained: A Comprehensive Review</title>
          <link>https://waylandz.com/blog/transformer-architecture</link>
          <description>A step-by-step walkthrough of the Transformer architecture—from input embeddings and positional encoding to self-attention and the decoder-only GPT variant.</description>
          <pubDate>Thu, 22 Feb 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>