<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>ML &amp; AI in Action</title><description>Explore the Practical Side of ML &amp; AI: Real-World Applications and Impact.</description><link>https://ajing.github.io/</link><item><title>How to Arbitrarily Increase the Difficulty of Agent Evaluation Sets</title><link>https://ajing.github.io/posts/2026-05-28-agent-eval-difficulty-trajectory-constraints/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-05-28-agent-eval-difficulty-trajectory-constraints/</guid><description>A practical framework for making agent benchmarks harder in a controlled way: treat difficulty as trajectory-graph complexity, not prompt wording. Covers deterministic scoring, capability facets, harness effects, and systematic data generation.</description><pubDate>Thu, 28 May 2026 08:00:00 GMT</pubDate></item><item><title>The Mercor Breach: What 4TB of Stolen Data Reveals About How Frontier AI Labs Actually Train Models</title><link>https://ajing.github.io/posts/2026-04-13-mercor-breach-what-leaked-about-ai-training/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-04-13-mercor-breach-what-leaked-about-ai-training/</guid><description>A $10B AI data vendor was breached, exposing 84 Airtable workspaces of training data for OpenAI, Anthropic, Apple, Amazon, and Meta. This post analyzes what the public reporting reveals about each lab&apos;s evaluation methodology — rubric design, RLHF pipelines, and quality control — and what it means for the industry.</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Improving LLM Internationalization: Bridging the Gap in Tool Use and Agency</title><link>https://ajing.github.io/posts/2026-03-11-improving-llm-i18n-tool-use-agency/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-03-11-improving-llm-i18n-tool-use-agency/</guid><description>LLMs achieve 57% tool-calling accuracy in English but only 34% across 52 languages — and 6.8% for the worst. This post covers the full playbook for closing the multilingual gap: training-time techniques, agentic architecture patterns, failure mode analysis, and RL-based approaches for i18n.</description><pubDate>Wed, 11 Mar 2026 00:00:00 GMT</pubDate></item><item><title>The Unverifiable Reward Problem: The Real Frontier of RL for LLMs</title><link>https://ajing.github.io/posts/2026-03-08-unverifiable-rewards-rl-frontier/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-03-08-unverifiable-rewards-rl-frontier/</guid><description>Deep research on tasks with unverifiable rewards in RL — the key bottleneck for scaling RL beyond math and code. Covers JEPO, NRT, RLNVR, self-play methods, GenRM, Constitutional AI, reward hacking mitigation, and more.</description><pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Instruction Following: What Models Get Wrong and How to Fix It with Better Post-Training Data</title><link>https://ajing.github.io/posts/2026-03-05-instruction-following-post-training-data/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-03-05-instruction-following-post-training-data/</guid><description>LLMs can write poetry and solve math, but ask them to &apos;respond in exactly 3 bullet points using only lowercase&apos; and they stumble. This post dissects the taxonomy of instruction-following failures and provides a practical playbook for building post-training data that actually fixes them.</description><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Experience-Augmented In-Context Learning: A Training-Free Complement to RL Post-Training</title><link>https://ajing.github.io/posts/2026-03-01-experience-augmented-icl-complement-to-rl-post-training/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-03-01-experience-augmented-icl-complement-to-rl-post-training/</guid><description>RL post-training makes models smarter, but it can&apos;t cover the infinite long tail of real-world cases. Experience-augmented ICL retrieves successful reasoning traces at inference time, letting agents learn continuously from real usage — no retraining required.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Tool Selection Optimization for LLM Agents at Scale</title><link>https://ajing.github.io/posts/2026-01-10-tool-selection-optimization-llm-agents-at-scale/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-01-10-tool-selection-optimization-llm-agents-at-scale/</guid><description>A deep technical dive into tool selection—retrieval strategies, context optimization, learned selection, and the engineering trade-offs that matter when scaling to hundreds of tools.</description><pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Generative Engine Optimization (GEO): How to Get Your Product Cited by AI</title><link>https://ajing.github.io/posts/2026-01-03-generative-engine-optimization-geo/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-01-03-generative-engine-optimization-geo/</guid><description>A comprehensive guide to Generative Engine Optimization—making your content retrievable, citable, and recommendable by large language models.</description><pubDate>Sat, 03 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Ad Formats in LLM Products: What&apos;s Live vs. What&apos;s Research</title><link>https://ajing.github.io/posts/2026-01-02-ads-formats-in-llm-products/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-01-02-ads-formats-in-llm-products/</guid><description>A survey of advertising formats in LLM products—separating what&apos;s deployed in production from what remains in research.</description><pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Adding Ads in LLM/Chatbot: Character Training for Monetization</title><link>https://ajing.github.io/posts/2026-01-02-ads-in-llm-chatbot/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-01-02-ads-in-llm-chatbot/</guid><description>Exploring how to integrate ads in LLMs through character training—making recommendations genuinely helpful rather than annoyingly promotional.</description><pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Generative UI Doesn&apos;t Move the Needle—Steering Does</title><link>https://ajing.github.io/posts/2026-01-01-generative-ui-doesnt-move-the-needle-steering-does/</link><guid isPermaLink="true">https://ajing.github.io/posts/2026-01-01-generative-ui-doesnt-move-the-needle-steering-does/</guid><description>After shipping multiple generative UI features, I&apos;ve concluded that the sophistication of AI-generated interfaces often doesn&apos;t translate to user benefit—but steering does.</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>RLHF from an Engineering Perspective: PPO, GRPO, DPO, and Tool-Use Implementation</title><link>https://ajing.github.io/posts/2025-12-31-rlhf-engineering-implementation/</link><guid isPermaLink="true">https://ajing.github.io/posts/2025-12-31-rlhf-engineering-implementation/</guid><description>A practical engineering guide to RLHF implementation—covering PPO, GRPO, DPO, and tool-use training with code snippets and debugging tips.</description><pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate></item><item><title>Post-Training Is Not &apos;One Algorithm&apos;: Objective Functions and Implementation Essentials for PPO / DPO / GRPO</title><link>https://ajing.github.io/posts/2025-12-31-rlhf-ppo-dpo-grpo-notes/</link><guid isPermaLink="true">https://ajing.github.io/posts/2025-12-31-rlhf-ppo-dpo-grpo-notes/</guid><description>Reading notes on RLHF covering PPO, DPO, and GRPO—understanding post-training as an engineering pipeline rather than a single algorithm.</description><pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate></item><item><title>What Worked (and What Didn&apos;t) When Training AEs and VAEs for Embedding Compression</title><link>https://ajing.github.io/posts/2025-09-07-ae-vae-training-learnings/</link><guid isPermaLink="true">https://ajing.github.io/posts/2025-09-07-ae-vae-training-learnings/</guid><description>Practical lessons from training autoencoders and VAEs for embedding compression—covering dimension choice, KL scheduling, contrastive signals, and evaluation metrics.</description><pubDate>Sun, 07 Sep 2025 00:00:00 GMT</pubDate></item><item><title>User Interest Modeling with Transformer Architectures</title><link>https://ajing.github.io/posts/2025-09-07-user-interest-modeling-with-transformer-architectures/</link><guid isPermaLink="true">https://ajing.github.io/posts/2025-09-07-user-interest-modeling-with-transformer-architectures/</guid><description>Exploring position embeddings, architecture choices, and training techniques for Transformer-based recommender systems.</description><pubDate>Sun, 07 Sep 2025 00:00:00 GMT</pubDate></item><item><title>UI Representation and Action Execution for Generative UI</title><link>https://ajing.github.io/posts/2025-05-03-ui-representation-action-execution/</link><guid isPermaLink="true">https://ajing.github.io/posts/2025-05-03-ui-representation-action-execution/</guid><description>Exploring structured UI representation using JSON Schema, and how to implement action handlers for generative UI systems.</description><pubDate>Sat, 03 May 2025 00:00:00 GMT</pubDate></item><item><title>A Path Towards Generative UI</title><link>https://ajing.github.io/posts/2025-04-01-generative-ui/</link><guid isPermaLink="true">https://ajing.github.io/posts/2025-04-01-generative-ui/</guid><description>Exploring how LLMs can dynamically generate user interfaces that adapt in real time to user needs—the vision behind generative UI.</description><pubDate>Tue, 01 Apr 2025 00:00:00 GMT</pubDate></item><item><title>How to Make LLM Inference Faster</title><link>https://ajing.github.io/posts/2023-08-20-how-to-make-llm-serving-faster/</link><guid isPermaLink="true">https://ajing.github.io/posts/2023-08-20-how-to-make-llm-serving-faster/</guid><description>An overview of LLM inference optimization techniques including KV cache, FlashAttention, and memory management strategies.</description><pubDate>Sun, 20 Aug 2023 00:00:00 GMT</pubDate></item></channel></rss>