<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Neel Shah Blog</title>
    <link>https://neelshah18.com/blog/</link>
    <description>Technical writing on data engineering, self-hosted AI, PySpark, and the tools I use in production.</description>
    <language>en-ca</language>
    <atom:link href="https://neelshah18.com/rss.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Tue, 02 Jun 2026 20:20:09 GMT</lastBuildDate>
    <generator>Astro</generator>
    <item>
      <title>PaperBanana: Turning Research Papers into Publication-Ready Scientific Figures</title>
      <link>https://neelshah18.com/blog/paperbanana-academic-figure-generation-guide/</link>
      <guid>https://neelshah18.com/blog/paperbanana-academic-figure-generation-guide/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to PaperBanana, the academic-figure generation framework that extracts ideas from research papers, plans figure layouts, generates graphics, and evaluates whether the result communicates the science.</description>
      <category>AI Research</category>
    </item>
    <item>
      <title>OmniVoice Studio: Local Voice Cloning, Dictation, and Dubbing Without the Cloud</title>
      <link>https://neelshah18.com/blog/omnivoice-studio-local-voice-cloning-guide/</link>
      <guid>https://neelshah18.com/blog/omnivoice-studio-local-voice-cloning-guide/</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>A practical look at OmniVoice Studio, the open-source desktop app that wraps OmniVoice, WhisperX, Demucs, Pyannote, and AudioSeal into a local voice-production workflow for cloning, dictation, and video dubbing.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>When Does LeJEPA Learn a World Model?</title>
      <link>https://neelshah18.com/blog/lejepa-world-model-identifiability/</link>
      <guid>https://neelshah18.com/blog/lejepa-world-model-identifiability/</guid>
      <pubDate>Wed, 27 May 2026 00:00:00 GMT</pubDate>
      <description>A practical reading of Klindt, LeCun, and Balestriero&apos;s LeJEPA identifiability paper: why Gaussian latent worlds matter, what linear identifiability guarantees, how Lean 4 verification changes the trust story, and what the released code includes.</description>
      <category>AI Research</category>
    </item>
    <item>
      <title>TurboVec: Rust and Python Vector Search Built on TurboQuant</title>
      <link>https://neelshah18.com/blog/turbovec-rust-python-vector-index/</link>
      <guid>https://neelshah18.com/blog/turbovec-rust-python-vector-index/</guid>
      <pubDate>Wed, 27 May 2026 00:00:00 GMT</pubDate>
      <description>A practical look at RyanCodrai/turbovec: a local vector index that compresses embeddings with TurboQuant, keeps Python ergonomics, uses Rust/SIMD for search, and makes filtered retrieval a first-class RAG primitive.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>UI-TARS Desktop: A Practical Guide to Native GUI Agents for Computer Use</title>
      <link>https://neelshah18.com/blog/ui-tars-desktop-gui-agent-guide/</link>
      <guid>https://neelshah18.com/blog/ui-tars-desktop-gui-agent-guide/</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description>A hands-on learning guide to ByteDance UI-TARS Desktop: what it is, how local and remote computer/browser operators work, setup, model configuration, safety boundaries, SDK concepts, and practical workflows.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Mirage: A Practical Guide to the Virtual Filesystem for AI Agents</title>
      <link>https://neelshah18.com/blog/mirage-virtual-filesystem-ai-agents-guide/</link>
      <guid>https://neelshah18.com/blog/mirage-virtual-filesystem-ai-agents-guide/</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description>A long-form user guide to Mirage by Strukto AI: install it, mount services into one filesystem, run shell-style commands across S3, GitHub, Slack, databases, cache remote reads, snapshot agent runs, and understand the limits.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Floci: A Practical Guide to the Free Local AWS Emulator</title>
      <link>https://neelshah18.com/blog/floci-local-aws-emulator-guide/</link>
      <guid>https://neelshah18.com/blog/floci-local-aws-emulator-guide/</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description>A hands-on user guide to Floci, the free open-source local AWS emulator: quick start, LocalStack migration, storage modes, multi-account isolation, SDK setup, Testcontainers, and where its real Docker-backed services matter.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>OpenHuman: A Local-First AI Agent with Memory Trees and Persistent Integrations</title>
      <link>https://neelshah18.com/blog/openhuman-personal-ai-agent-memory-tree/</link>
      <guid>https://neelshah18.com/blog/openhuman-personal-ai-agent-memory-tree/</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>OpenHuman is an open-source Tauri/Rust desktop agent that builds a persistent memory tree from 118+ OAuth sources, compresses context via TokenJuice, and routes tasks across LLMs automatically.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>agentmemory: Persistent Memory for AI Coding Agents via MCP and Hooks</title>
      <link>https://neelshah18.com/blog/agentmemory-persistent-memory-ai-coding-agents-mcp/</link>
      <guid>https://neelshah18.com/blog/agentmemory-persistent-memory-ai-coding-agents-mcp/</guid>
      <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
      <description>agentmemory gives AI coding agents persistent memory through MCP and lifecycle hooks — 95.2% R@5 retrieval, 92% fewer tokens, zero external databases.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Google Skills: Agent Skills Are Becoming Cloud Documentation for AI Agents</title>
      <link>https://neelshah18.com/blog/google-skills-agent-skills-cloud-ai-agents/</link>
      <guid>https://neelshah18.com/blog/google-skills-agent-skills-cloud-ai-agents/</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description>Google&apos;s google/skills repository turns Google Cloud and Gemini guidance into installable Agent Skills. It is small today, but it shows where AI-agent documentation is heading: task-scoped, executable, and closer to production workflows.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Local Deep Research: Run Perplexity-Level Research Entirely on Your Own Machine</title>
      <link>https://neelshah18.com/blog/local-deep-research-guide/</link>
      <guid>https://neelshah18.com/blog/local-deep-research-guide/</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>Local Deep Research (LDR) is an open-source AI research assistant that searches the web, academic databases, and your own documents — then synthesizes everything into cited reports. Fully local, zero telemetry, any LLM.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>GEO Audit: How My Personal Site Scored 74/100 and My Startup Scored 28/100</title>
      <link>https://neelshah18.com/blog/geo-audit-neelshah18-dishuu/</link>
      <guid>https://neelshah18.com/blog/geo-audit-neelshah18-dishuu/</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>A full Generative Engine Optimization audit of neelshah18.com and dishuu.com — what AI systems found, what was broken, what we fixed, and what the gap between a personal brand and a startup looks like through the lens of AI citability.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Agent Skills: Production-Grade Workflows for AI Coding Agents</title>
      <link>https://neelshah18.com/blog/agent-skills-production-ai-coding-agents/</link>
      <guid>https://neelshah18.com/blog/agent-skills-production-ai-coding-agents/</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>A practical look at Addy Osmani&apos;s agent-skills project — 20 reusable engineering skills, 7 lifecycle commands, agent personas, and quality gates for making AI coding agents behave more like senior engineers.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Vibe Leader: The Next Generation of Tech Lead</title>
      <link>https://neelshah18.com/blog/vibe-leaders-ai-world/</link>
      <guid>https://neelshah18.com/blog/vibe-leaders-ai-world/</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description>AI tools automated the execution layer of software engineering. What remains — judgment, context, coherence — defines a new kind of leader. Introducing the Vibe Leader.</description>
      <category>AI Research</category>
    </item>
    <item>
      <title>geo-seo-claude: Optimize Your Website for AI Search with Claude Code</title>
      <link>https://neelshah18.com/blog/geo-seo-claude-guide/</link>
      <guid>https://neelshah18.com/blog/geo-seo-claude-guide/</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description>A complete guide to geo-seo-claude by Zubair Trabzada — the GEO-first SEO skill for Claude Code. Covers AI citability scoring, crawler access, llms.txt generation, brand authority, schema markup, and PDF reporting.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>hf-mount: Mount Hugging Face Repos as Local Filesystems — No Download Required</title>
      <link>https://neelshah18.com/blog/hf-mount-huggingface-filesystem/</link>
      <guid>https://neelshah18.com/blog/hf-mount-huggingface-filesystem/</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
      <description>hf-mount lets you browse and use Hugging Face models and datasets directly as local files using FUSE or NFS — with zero upfront download, lazy fetching, and on-demand streaming. Here&apos;s everything you need to know.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Dishuu Zero: A Communications System Built for When Infrastructure Cannot Be Trusted</title>
      <link>https://neelshah18.com/blog/dishuu-zero-whitepaper/</link>
      <guid>https://neelshah18.com/blog/dishuu-zero-whitepaper/</guid>
      <pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate>
      <description>A deep dive into the Dishuu Zero public white paper — exploring its device-first architecture, in-person trust model, layered security, multi-transport stack, and the Roots relationship layer that makes communication feel alive.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Anthropic Found 171 Emotion Vectors Inside Claude — Here&apos;s What They Actually Mean</title>
      <link>https://neelshah18.com/blog/anthropic-claude-functional-emotions/</link>
      <guid>https://neelshah18.com/blog/anthropic-claude-functional-emotions/</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <description>Anthropic&apos;s interpretability team mapped 171 emotion-like neural representations inside Claude Sonnet 4.5 and showed they causally shape behavior. What the research found, what it doesn&apos;t claim, and why it matters for AI safety.</description>
      <category>AI Research</category>
    </item>
    <item>
      <title>Google AI Edge Eloquent: Offline AI Voice Dictation, No Subscription Required</title>
      <link>https://neelshah18.com/blog/google-ai-edge-eloquent-offline-dictation/</link>
      <guid>https://neelshah18.com/blog/google-ai-edge-eloquent-offline-dictation/</guid>
      <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
      <description>Google quietly launched AI Edge Eloquent on iOS — an offline, on-device voice dictation app powered by edge AI. No cloud, no subscription, no usage caps. Here&apos;s what it does and why it matters.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Claude Code: The Complete Hands-On Guide to Every Feature</title>
      <link>https://neelshah18.com/blog/claude-code-complete-guide/</link>
      <guid>https://neelshah18.com/blog/claude-code-complete-guide/</guid>
      <pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate>
      <description>A practical, example-driven guide to every Claude Code feature — slash commands, memory, skills, subagents, MCP, hooks, plugins, checkpoints, and advanced workflows. Real templates you can copy today.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Langflow: Build AI Agents Visually Without Losing Code Control</title>
      <link>https://neelshah18.com/blog/langflow-visual-ai-workflow-builder/</link>
      <guid>https://neelshah18.com/blog/langflow-visual-ai-workflow-builder/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to Langflow — the open-source visual builder for AI agents and workflows. Setup, drag-and-drop walkthrough, MCP server deployment, 5 top features, and security notes.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>n8n: Automate Everything — The Developer&apos;s Alternative to Zapier</title>
      <link>https://neelshah18.com/blog/n8n-workflow-automation-guide/</link>
      <guid>https://neelshah18.com/blog/n8n-workflow-automation-guide/</guid>
      <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to n8n — the self-hosted workflow automation tool with 400+ integrations, AI-native capabilities, and the power of custom code. Setup, usage, 5 standout features, and honest review.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Sarvam AI 105B: India&apos;s Most Powerful Multilingual Language Model</title>
      <link>https://neelshah18.com/blog/sarvam-ai-105b-model/</link>
      <guid>https://neelshah18.com/blog/sarvam-ai-105b-model/</guid>
      <pubDate>Wed, 25 Mar 2026 00:00:00 GMT</pubDate>
      <description>A deep dive into Sarvam AI&apos;s 105B parameter model — built for Bharat, fluent in 22 Indian languages, and designed for production AI applications. API setup, key features, and real-world use cases.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>Dify: From LLM Prototype to Production in One Platform</title>
      <link>https://neelshah18.com/blog/dify-llm-app-platform-guide/</link>
      <guid>https://neelshah18.com/blog/dify-llm-app-platform-guide/</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>A hands-on guide to Dify — the open-source LLM platform with visual workflows, RAG pipelines, and built-in observability. Setup via Docker, key features, and honest review.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>LangChain: The Developer&apos;s Framework for Building Real LLM Applications</title>
      <link>https://neelshah18.com/blog/langchain-practical-guide/</link>
      <guid>https://neelshah18.com/blog/langchain-practical-guide/</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to LangChain — the Python framework powering thousands of production AI apps. Setup, core concepts, 5 must-know features, and when to use it vs when not to.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>RAGFlow: The Open-Source RAG Engine That Actually Understands Your Documents</title>
      <link>https://neelshah18.com/blog/ragflow-open-source-rag-engine/</link>
      <guid>https://neelshah18.com/blog/ragflow-open-source-rag-engine/</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>A practical guide to RAGFlow — the open-source RAG engine with deep document understanding, grounded citations, and intelligent chunking. Setup, usage, 5 killer features, and honest pros/cons.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>GSD-2: The Autonomous AI Agent That Builds Software While You Sleep</title>
      <link>https://neelshah18.com/blog/gsd2-autonomous-ai-development/</link>
      <guid>https://neelshah18.com/blog/gsd2-autonomous-ai-development/</guid>
      <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
      <description>A complete guide to Get Shit Done 2 — the CLI that turns Claude Code into a fully autonomous coding agent. Setup on Ubuntu/Linux, full workflow walkthrough, and why it changes everything about how you build software.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>NemoClaw by NVIDIA: A Practical Guide for OpenClaw Developers</title>
      <link>https://neelshah18.com/blog/nemoclaw-practical-guide/</link>
      <guid>https://neelshah18.com/blog/nemoclaw-practical-guide/</guid>
      <pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate>
      <description>A hands-on walkthrough of NemoClaw — NVIDIA&apos;s sandboxed AI agent runtime. Fresh install, local Ollama inference, 5 game-changing features, and every error explained simply.</description>
      <category>AI Tools</category>
    </item>
    <item>
      <title>My Ubuntu .bashrc for Python, AI, and Daily Development</title>
      <link>https://neelshah18.com/blog/ubuntu-bashrc-developer-setup/</link>
      <guid>https://neelshah18.com/blog/ubuntu-bashrc-developer-setup/</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description>Every command, alias, and function in my .bashrc — covering file navigation, git, system info, AI stack control, Python environments, Jupyter, GPU monitoring, and a single update command for everything.</description>
      <category>DevOps</category>
    </item>
    <item>
      <title>Self-Hosted AI on Ubuntu: Ollama + OpenClaw Setup Guide</title>
      <link>https://neelshah18.com/blog/ollama-openclaw-ubuntu-setup/</link>
      <guid>https://neelshah18.com/blog/ollama-openclaw-ubuntu-setup/</guid>
      <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
      <description>A complete walkthrough of setting up Ollama and OpenClaw on Ubuntu — including model selection, WhatsApp integration, every error I hit, and how to fix them.</description>
      <category>DevOps</category>
    </item>
  </channel>
</rss>