<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>VeriStamp Blog</title>
        <link>https://blog.veristamp.in</link>
        <description>Clarity on proof, provenance, and the fragile web of trust.</description>
        <lastBuildDate>Wed, 22 Apr 2026 15:26:42 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>VeriStamp Feed Generator</generator>
        <language>en</language>
        <image>
            <title>VeriStamp Blog</title>
            <url>https://blog.veristamp.in/icon.png</url>
            <link>https://blog.veristamp.in</link>
        </image>
        <copyright>All rights reserved 2026, VeriStamp</copyright>
        <item>
            <title><![CDATA[Schema-First Extraction for LLM Wikis with GLiNER2]]></title>
            <link>https://blog.veristamp.in/blog/schema-first-llm-wiki</link>
            <guid isPermaLink="false">https://blog.veristamp.in/blog/schema-first-llm-wiki</guid>
            <pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Learn how schema-first extraction and GLiNER2 turn messy RAG pipelines into a persistent LLM wiki and knowledge graph.]]></description>
            <content:encoded><![CDATA[Learn how schema-first extraction and GLiNER2 turn messy RAG pipelines into a persistent LLM wiki and knowledge graph.]]></content:encoded>
            <author>Srimon Danguria</author>
            <enclosure url="https://blog.veristamp.in/covers/schema-first-llm-wiki.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Self-Hosted AI Agent on Oracle Cloud Always Free (1GB VPS, Zero Public Ports) - PicoClaw + Tailscale]]></title>
            <link>https://blog.veristamp.in/blog/self-hosted-ai-agent-oracle-always-free-picoclaw-tailscale</link>
            <guid isPermaLink="false">https://blog.veristamp.in/blog/self-hosted-ai-agent-oracle-always-free-picoclaw-tailscale</guid>
            <pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Run a private AI agent 24/7 on Oracle Cloud Always Free (1GB VPS): zero public ports, Tailscale VPN, optional Telegram control, and systemd uptime.]]></description>
            <content:encoded><![CDATA[Run a private AI agent 24/7 on Oracle Cloud Always Free (1GB VPS): zero public ports, Tailscale VPN, optional Telegram control, and systemd uptime.]]></content:encoded>
            <author>Srimon Danguria</author>
            <enclosure url="https://blog.veristamp.in/covers/run-private-ai-agent-oracle-always-free.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[RAG Chunking Visualizer in Rust (WebAssembly): A Production-Ready Text Splitter Workbench]]></title>
            <link>https://blog.veristamp.in/blog/chunkerlite-rag-chunk-visualizer</link>
            <guid isPermaLink="false">https://blog.veristamp.in/blog/chunkerlite-rag-chunk-visualizer</guid>
            <pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[A Rust + WebAssembly RAG chunking visualizer that lets you debug text splitting, inspect semantic boundaries, and export production-ready chunks for embedding pipelines and vector databases.]]></description>
            <content:encoded><![CDATA[A Rust + WebAssembly RAG chunking visualizer that lets you debug text splitting, inspect semantic boundaries, and export production-ready chunks for embedding pipelines and vector databases.]]></content:encoded>
            <author>Srimon Danguria</author>
            <enclosure url="https://blog.veristamp.in/covers/chunkerlite-rag-chunk-visualizer.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Governed Code Mode: From Tool-Calling to Zero-Trust Execution]]></title>
            <link>https://blog.veristamp.in/blog/governed-code-mode</link>
            <guid isPermaLink="false">https://blog.veristamp.in/blog/governed-code-mode</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Cloudflare, Anthropic, Google, and others are converging on a new pattern: let agents write code—but only inside a governed, zero-trust runtime.]]></description>
            <content:encoded><![CDATA[Cloudflare, Anthropic, Google, and others are converging on a new pattern: let agents write code—but only inside a governed, zero-trust runtime.]]></content:encoded>
            <author>Srimon Danguria</author>
            <enclosure url="https://blog.veristamp.in/covers/verified-code-mode.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[The Ultimate n8n Beginner Setup: Zero to Automation in 10 Minutes]]></title>
            <link>https://blog.veristamp.in/blog/n8n-beginner-setup-docker</link>
            <guid isPermaLink="false">https://blog.veristamp.in/blog/n8n-beginner-setup-docker</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Stop struggling with manual tunnels and databases. Here is a complete guide to running n8n, PostgreSQL, and ngrok in a single Docker command.]]></description>
            <content:encoded><![CDATA[Stop struggling with manual tunnels and databases. Here is a complete guide to running n8n, PostgreSQL, and ngrok in a single Docker command.]]></content:encoded>
            <author>Srimon Danguria</author>
            <enclosure url="https://blog.veristamp.in/covers/n8n-beginner-setup-docker.webp" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[The Identity Trap: Why We Killed Our Custom IdP to Save Our Architecture]]></title>
            <link>https://blog.veristamp.in/blog/the-identity-trap-killing-custom-idp</link>
            <guid isPermaLink="false">https://blog.veristamp.in/blog/the-identity-trap-killing-custom-idp</guid>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[We built a fully functional Identity Provider from scratch in three days. Then we deleted it. Here is why decoupling Authentication (commodity) from Authorization (strategy) is the only scalable path for modern engineering.]]></description>
            <content:encoded><![CDATA[We built a fully functional Identity Provider from scratch in three days. Then we deleted it. Here is why decoupling Authentication (commodity) from Authorization (strategy) is the only scalable path for modern engineering.]]></content:encoded>
            <author>Souveek Das</author>
            <enclosure url="https://blog.veristamp.in/covers/the-identity-trap-killing-custom-idp.webp" length="0" type="image/webp"/>
        </item>
    </channel>
</rss>