<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Portfolio</title>
        <link>https://davidokpare.com</link>
        <description>This is my portfolio RSS feed</description>
        <item>
          <title>RL 101: Building An Environment</title>
          <link>https://davidokpare.com/blog/rl-101-q-learning</link>
          <description>A top-down approach to building intuition in reinforcement learning starting with building an environment.</description>
          <pubDate>Mon, 15 Dec 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building a Research Agent</title>
          <link>https://davidokpare.com/blog/building-a-research-agent</link>
          <description>Building a multi-agent research system using the orchestrator-worker pattern, where subagents work as intelligent tool calls to handle complex research queries.</description>
          <pubDate>Sun, 24 Aug 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Not One Prompt Rules Them All</title>
          <link>https://davidokpare.com/blog/not-one-prompt-rules-them-all</link>
          <description>Why your fallback models need fallback prompts and how to preserve output quality when models switch</description>
          <pubDate>Tue, 19 Aug 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Bridging the Three Gulfs of LLM Development: A Primer to Evals</title>
          <link>https://davidokpare.com/blog/a-primer-to-evals</link>
          <description>How to bridge the three gulfs of LLM evaluation (comprehension, specification, and generalization) to build reliable AI systems that actually work in production.</description>
          <pubDate>Sun, 27 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building a Multimodal Search Engine: A Reddit Case Study</title>
          <link>https://davidokpare.com/blog/building-multimodal-search-engine-reddit-case-study</link>
          <description>Exploring multimodality to enhance semantic search capabilities with image and text</description>
          <pubDate>Thu, 07 Nov 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Building a Vector Database on SQLite, Numpy and KNNs</title>
          <link>https://davidokpare.com/blog/building-a-vector-database-on-sqlite-numpy-and-knns</link>
          <description>Minimalist implementation of a vector database on SQLite, Numpy and KNNs.</description>
          <pubDate>Thu, 10 Aug 2023 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>