<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Nedved Yang — AI-Native SDLC &amp; Transformation Notes</title>
    <link>https://www.nedved.tech/blog</link>
    <description>Field notes from real AI-first delivery, multi-agent systems, LLM deep dives, and transformation thinking.</description>
    <language>en-sg</language>
    <lastBuildDate>Fri, 25 Sep 2026 06:53:51 GMT</lastBuildDate>
    <atom:link href="https://www.nedved.tech/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Beyond Code: A New Artefact and a Second Pipeline in the AI-DLC</title>
      <link>https://www.nedved.tech/blog/beyond-code-ai-dlc</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/beyond-code-ai-dlc</guid>
      <pubDate>Thu, 03 Sep 2026 00:00:00 GMT</pubDate>
      <description>As the AI development lifecycle matures, code stops being the only first-class artefact — and one delivery pipeline stops being enough. The latest chapter in the AI-DLC series.</description>
    </item>
    <item>
      <title>Geek Out Time: Agent Harness Exploration (Part 1) -What Happens When Success Is Impossible?</title>
      <link>https://www.nedved.tech/blog/geek-out-time-agent-harness-exploration-part-1-what-happens-when-success-is-impossible</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-agent-harness-exploration-part-1-what-happens-when-success-is-impossible</guid>
      <pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate>
      <description>I gave my coding agent an impossible task. It eventually redefined “equals.”</description>
    </item>
    <item>
      <title>AI Coding Made Us Faster. Then the Real SDLC Problems Started</title>
      <link>https://www.nedved.tech/blog/ai-coding-made-us-faster</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/ai-coding-made-us-faster</guid>
      <pubDate>Mon, 06 Jul 2026 00:00:00 GMT</pubDate>
      <description>Reflections from a first real AI-native project built with Claude Code and Codex: when coding becomes fast, the bottleneck moves to requirements, testing, UAT, and ownership.</description>
    </item>
    <item>
      <title>From AI Coding to AI SDLC: What Four Iterations Taught Us</title>
      <link>https://www.nedved.tech/blog/from-ai-coding-to-ai-sdlc</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/from-ai-coding-to-ai-sdlc</guid>
      <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
      <description>Four iterations into a real AI-first project: why AI agents are like very capable (but imperfect) developers, and why traditional engineering discipline matters more, not less.</description>
    </item>
    <item>
      <title>Geek Out Time: Can AI Do Research by Itself? I Tried AutoResearch on Singapore Hawker Food</title>
      <link>https://www.nedved.tech/blog/geek-out-time-can-ai-do-research-by-itself-i-tried-autoresearch-on-singapore-hawker-food</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-can-ai-do-research-by-itself-i-tried-autoresearch-on-singapore-hawker-food</guid>
      <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
      <description>Andrej Karpathy’s autoresearch ( https://github.com/karpathy/autoresearch ) hit 62k GitHub stars in weeks. The idea is genuinely interesting: give an AI agent a real LLM training setup, let it run experiments autonomously overnight, wake up to a log of 100 experiments and hopefully a better model. T</description>
    </item>
    <item>
      <title>Fewer Developers, More Builders (Part 2): The First Week of Going AI-First</title>
      <link>https://www.nedved.tech/blog/fewer-developers-more-builders-part-2</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/fewer-developers-more-builders-part-2</guid>
      <pubDate>Fri, 27 Feb 2026 00:00:00 GMT</pubDate>
      <description>Week one of a deliberately AI-first project: same AI, different people, different results — why AI-first development is a capability shift, not a tooling shift.</description>
    </item>
    <item>
      <title>Fewer Developers, More Builders: Why We're Starting an AI-First Project</title>
      <link>https://www.nedved.tech/blog/fewer-developers-more-builders</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/fewer-developers-more-builders</guid>
      <pubDate>Mon, 23 Feb 2026 00:00:00 GMT</pubDate>
      <description>Why we committed a real internal product to a deliberately AI-first SDLC — and why the future needs fewer traditional developers but many more builders.</description>
    </item>
    <item>
      <title>Geek Out Time: Gradient Boosted Trees(GBT) Using a Hallucination Risk Playground</title>
      <link>https://www.nedved.tech/blog/geek-out-time-gradient-boosted-trees-gbt-using-a-hallucination-risk-playground</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-gradient-boosted-trees-gbt-using-a-hallucination-risk-playground</guid>
      <pubDate>Thu, 19 Feb 2026 00:00:00 GMT</pubDate>
      <description>Gradient Boosted Trees (GBT) are one of those models everyone uses, and u probably know the story: sequential trees, correcting residuals, learning rate, depth trade-offs. This week’s geek-out was about playing with GBT in a modern setting — a synthetic “LLM hallucination risk” dataset. Not because </description>
    </item>
    <item>
      <title>Geek Out Time: Tree-of-Thought for LLM Reasoning</title>
      <link>https://www.nedved.tech/blog/geek-out-time-tree-of-thought-for-llm-reasoning</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-tree-of-thought-for-llm-reasoning</guid>
      <pubDate>Wed, 11 Feb 2026 00:00:00 GMT</pubDate>
      <description>As LLMs get better at producing structured explanations, it has become increasingly common to describe them as “reasoning models.” The release of OpenAI’s o-series, particularly o1, along with DeepSeek R1 etc, made this framing much more explicit. Unlike earlier models that relied primarily on scali</description>
    </item>
    <item>
      <title>Geek Out Time: Running FastMCP with DeepSeek on Google Colab</title>
      <link>https://www.nedved.tech/blog/geek-out-time-running-fastmcp-with-deepseek-on-google-colab</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-running-fastmcp-with-deepseek-on-google-colab</guid>
      <pubDate>Sun, 25 Jan 2026 00:00:00 GMT</pubDate>
      <description>I’ve been reading quite a bit about the MCP recently. It is an open standard designed to solve the “integration tax” of LLMs. Instead of writing customized glue code for every tool or data source, MCP provides a universal interface. Think of it like a Language Server Protocol (LSP) but for AI: it st</description>
    </item>
    <item>
      <title>Geek Out Time: Reject-by-Design -Determinism in Enterprise AI</title>
      <link>https://www.nedved.tech/blog/geek-out-time-reject-by-design-determinism-in-enterprise-ai</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-reject-by-design-determinism-in-enterprise-ai</guid>
      <pubDate>Fri, 09 Jan 2026 00:00:00 GMT</pubDate>
      <description>In the previous geek out, we established a boundary that enterprise AI systems cannot afford to blur: language understanding is not the same thing as authority. Ontology gives us a way to model reality explicitly, and a deterministic core gives us something regulators can actually trust.</description>
    </item>
    <item>
      <title>Geek Out Time: From Ontology to AI Agents -Determinism Matters in High-Compliance Industries</title>
      <link>https://www.nedved.tech/blog/geek-out-time-from-ontology-to-ai-agents-determinism-matters-in-high-compliance-industries</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-from-ontology-to-ai-agents-determinism-matters-in-high-compliance-industries</guid>
      <pubDate>Mon, 05 Jan 2026 00:00:00 GMT</pubDate>
      <description>In my earlier geek out, “Why Enterprise AI Quietly Depends on Ontology”, we explored a simple but easily overlooked idea: enterprise AI doesn’t fail because models aren’t smart enough. It fails because reality isn’t modeled explicitly enough.</description>
    </item>
    <item>
      <title>Geek Out Time: Why RAG Alone Fails Enterprise Governance (And How Ontology Fixes It)</title>
      <link>https://www.nedved.tech/blog/geek-out-time-why-rag-alone-fails-enterprise-governance-and-how-ontology-fixes-it</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-why-rag-alone-fails-enterprise-governance-and-how-ontology-fixes-it</guid>
      <pubDate>Wed, 31 Dec 2025 00:00:00 GMT</pubDate>
      <description>In the earlier geek out ( https://medium.com/the-constellar-digital-technology-blog/geek-out-why-enterprise-ai-quietly-depends-on-ontology-485bdecc733c ), I focused on the separation of responsibilities: letting LLMs deal with language, while ontology enforces rules. That experiment assumed somethin</description>
    </item>
    <item>
      <title>Geek Out - Why Enterprise AI Quietly Depends on Ontology</title>
      <link>https://www.nedved.tech/blog/geek-out-why-enterprise-ai-quietly-depends-on-ontology</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-why-enterprise-ai-quietly-depends-on-ontology</guid>
      <pubDate>Fri, 19 Dec 2025 00:00:00 GMT</pubDate>
      <description>Ontology is one of those ideas that never really went away — it just stayed invisible. Long before LLM, ontology was already being used to model how complex systems work: what entities exist, how they relate, and which actions are allowed. If u are a Palantir stock holders, u won’t feel surprised th</description>
    </item>
    <item>
      <title>Geek Out Time: Can a Model Detect When It’s About to Hallucinate?</title>
      <link>https://www.nedved.tech/blog/geek-out-time-can-a-model-detect-when-its-about-to-hallucinate</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-can-a-model-detect-when-its-about-to-hallucinate</guid>
      <pubDate>Sun, 14 Dec 2025 00:00:00 GMT</pubDate>
      <description>Hallucinations are usually discussed after the fact. The answer is wrong. The reference doesn’t exist. A confident explanation collapses the moment a human checks it. At that point, we talk about better prompts, stricter retrieval, guardrails, or simply using a bigger model. Before a model hallucina</description>
    </item>
    <item>
      <title>Geek Out Time: The Economics of LLMs -How Token Pricing Quietly Shapes the Architecture</title>
      <link>https://www.nedved.tech/blog/geek-out-time-the-economics-of-llms-how-token-pricing-quietly-shapes-the-architecture</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-the-economics-of-llms-how-token-pricing-quietly-shapes-the-architecture</guid>
      <pubDate>Sun, 07 Dec 2025 00:00:00 GMT</pubDate>
      <description>Every time a new LLM comes out, we tend to compare quality, benchmarks, reasoning scores. But when you are actually running something at scale — say a customer support agent handling tens of thousands of queries per month — the story becomes much less glamorous and much more economic. The architectu</description>
    </item>
    <item>
      <title>Geek Out Time: Testing TPU vs GPU on Google Colab After Meta’s Reported Shift Toward TPUs</title>
      <link>https://www.nedved.tech/blog/geek-out-time-testing-tpu-vs-gpu-on-google-colab-after-metas-reported-shift-toward-tpus</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-testing-tpu-vs-gpu-on-google-colab-after-metas-reported-shift-toward-tpus</guid>
      <pubDate>Wed, 26 Nov 2025 00:00:00 GMT</pubDate>
      <description>The AI hardware discussion has heated up over the past two days after reports that Meta is exploring using Google TPUs for parts of its training workloads. The market responded immediately. Google traded higher, NVIDIA slipped, and the usual questions began circulating: Is NVIDIA’s dominance finally</description>
    </item>
    <item>
      <title>Geek Out Time: Where LLMs “Keep” Their Facts? (VSCode with Colab)</title>
      <link>https://www.nedved.tech/blog/geek-out-time-where-llms-keep-their-facts-vscode-with-colab</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-where-llms-keep-their-facts-vscode-with-colab</guid>
      <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
      <description>A few weeks ago, we tried “ Reducing Hallucination with DoLa in Google Colab (Microsoft Phi-2)”( https:// nedvedyang.medium.com/geek-out-time-reducing-hallucination-with-dola-in-google-colab-microsoft-phi-2-ec878793df50 ) , a technique that improves factual accuracy by mixing signals from different </description>
    </item>
    <item>
      <title>ICF ACC Exam Prep: Reflections and Lessons Learned</title>
      <link>https://www.nedved.tech/blog/icf-acc-exam-prep-reflections-and-lessons-learned</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/icf-acc-exam-prep-reflections-and-lessons-learned</guid>
      <pubDate>Mon, 03 Nov 2025 00:00:00 GMT</pubDate>
      <description>I recently passed the ICF Associate Certified Coach (ACC) exam. It was a meaningful milestone — not just because of the certification itself, but because of how much the preparation process revealed about my own mindset as a problem-solver learning to coach.</description>
    </item>
    <item>
      <title>Geek Out Time: DeepSeek-Powered Query Expansion and Self-Querying in Advanced RAG</title>
      <link>https://www.nedved.tech/blog/geek-out-time-deepseek-powered-query-expansion-and-self-querying-in-advanced-rag</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-deepseek-powered-query-expansion-and-self-querying-in-advanced-rag</guid>
      <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
      <description>RAG has rapidly become the most widely used architecture for enterprise-grade LLM systems. Why? Because it grounds large language models in private, up-to-date knowledge bases, drastically reducing hallucinations and improving trustworthiness. If you’re building a reliable, production-ready AI appli</description>
    </item>
    <item>
      <title>Geek Out Time: When Geometry Fights Back — Why Your Embeddings in RAG Can’t Think in ‘AND’</title>
      <link>https://www.nedved.tech/blog/geek-out-time-when-embeddings-hit-their-limit</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-when-embeddings-hit-their-limit</guid>
      <pubDate>Tue, 14 Oct 2025 00:00:00 GMT</pubDate>
      <description>In information retrieval, dense embeddings have become the standard way to represent and retrieve text. With better models and larger dimensions, we expect better recall.</description>
    </item>
    <item>
      <title>Geek Out Time: Reducing Hallucination with DoLa in Google Colab (Microsoft Phi-2)</title>
      <link>https://www.nedved.tech/blog/geek-out-time-reducing-hallucination-with-dola-in-google-colab-microsoft-phi-2</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-reducing-hallucination-with-dola-in-google-colab-microsoft-phi-2</guid>
      <pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate>
      <description>Is decoding just about the top layer — greedy, beam, temperature sampling, maybe top-p if you want variation? What if we could make a model reason better just by changing how we decode, not what we train?</description>
    </item>
    <item>
      <title>Geek Out Time: The “Rich” Get Smarter in RAG-Continuing from “Embeddings”</title>
      <link>https://www.nedved.tech/blog/geek-out-time-the-rich-get-smarter-in-rag-continuing-from-embeddings</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-the-rich-get-smarter-in-rag-continuing-from-embeddings</guid>
      <pubDate>Tue, 23 Sep 2025 00:00:00 GMT</pubDate>
      <description>Geek Out Time: The “Rich” Get Smarter in RAG -Continuing from “ Embeddings ”</description>
    </item>
    <item>
      <title>Geek Out Time: Back to When I First Asked “What Is a Container?” -CGroups and Namespaces on Colab</title>
      <link>https://www.nedved.tech/blog/geek-out-time-back-to-when-i-first-asked-what-is-a-container-cgroups-and-namespaces-on-colab</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-back-to-when-i-first-asked-what-is-a-container-cgroups-and-namespaces-on-colab</guid>
      <pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate>
      <description>I was reading this post the other day — Why I Ditched Docker for Podman (and You Should Too) — and it reminded me of the first time I learned about containers from this excellent YouTube talk nearly nine years ago. Time flies.</description>
    </item>
    <item>
      <title>Geek Out Time: From Prompts to Programs -How Open-Source DSPy + DeepSeek Train Better Autogen…</title>
      <link>https://www.nedved.tech/blog/geek-out-time-from-prompts-to-programs-how-open-source-dspy-deepseek-train-better-autogen</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-from-prompts-to-programs-how-open-source-dspy-deepseek-train-better-autogen</guid>
      <pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate>
      <description>Geek Out Time: From Prompts to Programs -How Open-Source DSPy + DeepSeek Train Better Autogen Coaching Agents</description>
    </item>
    <item>
      <title>𝗚𝗲𝗲𝗸 𝗢𝘂𝘁 𝗧𝗶𝗺𝗲: Embeddings -Continuing from “Chunk Happens” (RAG)</title>
      <link>https://www.nedved.tech/blog/embeddings-continuing-from-chunk-happens-rag</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/embeddings-continuing-from-chunk-happens-rag</guid>
      <pubDate>Mon, 01 Sep 2025 00:00:00 GMT</pubDate>
      <description>In our last Geek Out Time we poked at chunking — the unglamorous decision that quietly controls what even has a chance to be retrieved. This time we zoom in on the sibling that decides whether those chunks are actually found: embeddings. If chunking is how knowledge gets in , embeddings are how it’s</description>
    </item>
    <item>
      <title>Geek Out Time: LoRA Fine-Tuning new Gemma-3–270M on a Free Colab GPU</title>
      <link>https://www.nedved.tech/blog/geek-out-time-lora-fine-tuning-new-gemma-3-270m-on-a-free-colab-gpu</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-lora-fine-tuning-new-gemma-3-270m-on-a-free-colab-gpu</guid>
      <pubDate>Sun, 24 Aug 2025 00:00:00 GMT</pubDate>
      <description>The Gemma family is Google’s initiative to provide lightweight, open-weight models for developers and researchers. The name “Gemma” comes from the Latin for precious stone , and these models are built from the same research foundation as Google’s closed-source Gemini models.</description>
    </item>
    <item>
      <title>Geek Out Time: Building a Kid-Safe AI Agent with Multi-Layer Protection (TF-IDF &amp; Content…</title>
      <link>https://www.nedved.tech/blog/geek-out-time-building-a-kid-safe-ai-agent-with-multi-layer-protection-tf-idf-content</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-building-a-kid-safe-ai-agent-with-multi-layer-protection-tf-idf-content</guid>
      <pubDate>Mon, 11 Aug 2025 00:00:00 GMT</pubDate>
      <description>Geek Out Time: Building a Kid-Safe AI Agent with Multi-Layer Protection (TF-IDF &amp; Content Moderation) in Google Colab</description>
    </item>
    <item>
      <title>𝗚𝗲𝗲𝗸 𝗢𝘂𝘁 𝗧𝗶𝗺𝗲: Training AI Agents for Tool Use with Reinforcement Learning in Google…</title>
      <link>https://www.nedved.tech/blog/training-ai-agents-for-tool-use-with-reinforcement-learning-in-google</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/training-ai-agents-for-tool-use-with-reinforcement-learning-in-google</guid>
      <pubDate>Sun, 03 Aug 2025 00:00:00 GMT</pubDate>
      <description>R𝗚𝗲𝗲𝗸 𝗢𝘂𝘁 𝗧𝗶𝗺𝗲: Training AI Agents for Tool Use with Reinforcement Learning in Google Colab</description>
    </item>
    <item>
      <title>Geek Out Time: Human-in-the-Loop Safety for High-Stakes AI Agents (HumanLayer + GPT-4 on Google…</title>
      <link>https://www.nedved.tech/blog/geek-out-time-human-in-the-loop-safety-for-high-stakes-ai-agents-humanlayer-gpt-4-on-google</link>
      <guid isPermaLink="true">https://www.nedved.tech/blog/geek-out-time-human-in-the-loop-safety-for-high-stakes-ai-agents-humanlayer-gpt-4-on-google</guid>
      <pubDate>Thu, 31 Jul 2025 00:00:00 GMT</pubDate>
      <description>Geek Out Time: Human-in-the-Loop Safety for High-Stakes AI Agents (HumanLayer + GPT-4 on Google Colab)</description>
    </item>
  </channel>
</rss>
