<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Joan&apos;s Tech Stuff</title><description>Notes on AI, search, and building software.</description><link>https://joanfihu.com/</link><item><title>📖 Can LLMs find knowledge gaps in the Internet?</title><link>https://joanfihu.com/can-llms-find-knowledge-gaps-in-the-internet/</link><guid isPermaLink="true">https://joanfihu.com/can-llms-find-knowledge-gaps-in-the-internet/</guid><description>🚀 Excited to share new work on “ Harnessing Retrieval-Augmented Generation (RAG) for Uncovering Knowledge Gaps “. In this paper, I simulate how users search the Internet but instea…</description><pubDate>Thu, 21 Dec 2023 00:00:00 GMT</pubDate></item><item><title>ColPali: A Breakthrough in Efficient Document Retrieval</title><link>https://joanfihu.com/colpali-a-breakthrough-in-efficient-document-retrieval/</link><guid isPermaLink="true">https://joanfihu.com/colpali-a-breakthrough-in-efficient-document-retrieval/</guid><description>Introduction to ColPali ColPali is a novel document retrieval model that significantly enhances the efficiency and accuracy of matching user queries to relevant documents. It lever…</description><pubDate>Mon, 15 Jul 2024 00:00:00 GMT</pubDate></item><item><title>🚧 Constraining AI agents increases reliability</title><link>https://joanfihu.com/constraining-the-ai-agent-action-space-increases-reliability/</link><guid isPermaLink="true">https://joanfihu.com/constraining-the-ai-agent-action-space-increases-reliability/</guid><description>Working with LLMs is shifting from human-machine interactions to human-machine and machine-machine interactions. This allows LLMs to do ever more complex tasks. This new interactiv…</description><pubDate>Mon, 22 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Data Quality over Capacity: Internalizing Documents into LoRA Adapters for Closed-Book QA</title><link>https://joanfihu.com/data-quality-over-capacity-internalizing-documents-into-lora-adapters-for-closed-book-qa/</link><guid isPermaLink="true">https://joanfihu.com/data-quality-over-capacity-internalizing-documents-into-lora-adapters-for-closed-book-qa/</guid><description>[New paper] https://arxiv.org/abs/2607.21861</description><pubDate>Mon, 27 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Document Chunking for RAG (Retrieval Augmented Generation)</title><link>https://joanfihu.com/document-chunking-for-rag-retrieval-augmented-generation/</link><guid isPermaLink="true">https://joanfihu.com/document-chunking-for-rag-retrieval-augmented-generation/</guid><description>LLMs have a limited input they can generate and output. In retrieval augmented generation (RAG) applications, a set of documents is first retrieved and added to the input alongside…</description><pubDate>Sat, 13 Jan 2024 00:00:00 GMT</pubDate></item><item><title>How can Adept&apos;s FUYU be used for  UI Navigation?</title><link>https://joanfihu.com/evaluating-adepts-fuyu-model-for-ui-navigation/</link><guid isPermaLink="true">https://joanfihu.com/evaluating-adepts-fuyu-model-for-ui-navigation/</guid><description>Adept&apos;s mission to enable computers to interact with UIs will enhance our productivity and save time. I have been eagerly awaiting their ACT-1 model for quite some time. However, w…</description><pubDate>Thu, 19 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Evolution of Media: From Ancient Communications to AI-Generated Content</title><link>https://joanfihu.com/evolution-of-media-from-ancient-communications-to-ai-generated-content/</link><guid isPermaLink="true">https://joanfihu.com/evolution-of-media-from-ancient-communications-to-ai-generated-content/</guid><description>Ancient Media Sharing stories and messages with an audience has been a fundamental human need since ancient times. From smoke signals and hieroglyphs to theatre acts and folklore s…</description><pubDate>Mon, 07 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Introduction To Building LLM Applications</title><link>https://joanfihu.com/introduction-to-building-llm-applications/</link><guid isPermaLink="true">https://joanfihu.com/introduction-to-building-llm-applications/</guid><description>I&apos;ve put together this presentation to help anyone with a technical background to build their own LLM powered applications. The topic is quite broad but it covers all the basic mov…</description><pubDate>Fri, 17 May 2024 00:00:00 GMT</pubDate></item><item><title>Kaggle Docs QA With Gemma - Data Collection + Dataset Generation + Fine Tuning + RAG + ColBERT Re-Ranker + Evaluation</title><link>https://joanfihu.com/kaggle-docs-qa-with-gemma-data-collection-dataset-generation-fine-tuning-rag-colbert-re-ranker-evaluation/</link><guid isPermaLink="true">https://joanfihu.com/kaggle-docs-qa-with-gemma-data-collection-dataset-generation-fine-tuning-rag-colbert-re-ranker-evaluation/</guid><description>Sharing my my notebook for the Google AI Assistants For Data Task With Gemma competition. The notebook (link at the end) covers the basic building blocks to adapt LLMs for your own…</description><pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate></item><item><title>MemGPT: Enhancing LLM Capabilities Through Operating System Principles</title><link>https://joanfihu.com/memgpt-enhancing-llm-capabilities-through-operating-system-principles/</link><guid isPermaLink="true">https://joanfihu.com/memgpt-enhancing-llm-capabilities-through-operating-system-principles/</guid><description>Large Language Models (LLMs) have transformed artificial intelligence, leading to significant advancements in conversational AI and applications. However, these models face limitat…</description><pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Simplifying Language-Image Pre-Training with Sigmoid Loss</title><link>https://joanfihu.com/simplifying-language-image-pre-training-with-sigmoid-loss/</link><guid isPermaLink="true">https://joanfihu.com/simplifying-language-image-pre-training-with-sigmoid-loss/</guid><description>Introduction to Language-Image Pre-Training Language-Image Pre-Training (LIP) has become a popular approach to obtain robust visual and textual representations. It involves alignin…</description><pubDate>Wed, 17 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Software Engineering Has Expanded: Choosing Between Rules, Prompts, Chains, and Agents</title><link>https://joanfihu.com/software-engineering-has-expanded-choosing-between-rules-prompts-chains-and-agents/</link><guid isPermaLink="true">https://joanfihu.com/software-engineering-has-expanded-choosing-between-rules-prompts-chains-and-agents/</guid><description>Software engineering has expanded to solve new kinds of problems that weren’t practical before. There are 4 ways to solve problems , depending on how certain we are about the path …</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>The Generative Internet</title><link>https://joanfihu.com/the-generative-internet/</link><guid isPermaLink="true">https://joanfihu.com/the-generative-internet/</guid><description>Generative AI is opening the doors to new products. It&apos;s great to witness in real time how the Internet is evolving and to imagine what it might become in the coming years. Search,…</description><pubDate>Wed, 14 Feb 2024 00:00:00 GMT</pubDate></item><item><title>The Platform For The Universal Personal Assistant</title><link>https://joanfihu.com/the-platform-for-the-universal-personal-assistant/</link><guid isPermaLink="true">https://joanfihu.com/the-platform-for-the-universal-personal-assistant/</guid><description>The quest to build the universal personal assistant (UPA) has been reignited, with both OpenAI and Google going head to head. But what would the ultimate personal assistant look li…</description><pubDate>Sat, 25 Jan 2025 00:00:00 GMT</pubDate></item><item><title>VQA and Image Chunking for MLLMs (GPT-4V and Gemini)</title><link>https://joanfihu.com/vqa-and-image-chunking-for-gpt-4v-and-gemini/</link><guid isPermaLink="true">https://joanfihu.com/vqa-and-image-chunking-for-gpt-4v-and-gemini/</guid><description>MLLMs (Multi Modal Large Language Models) such as GPT-4V and Gemini are able to ingest data in multiple modalities such as: text, video, sound and images. Personally, one of the mo…</description><pubDate>Tue, 20 Feb 2024 00:00:00 GMT</pubDate></item></channel></rss>