<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Shihab Shahriar Antor - Blog</title>
    <link>https://shihub.online/blog</link>
    <atom:link href="https://shihub.online/feed.xml" rel="self" type="application/rss+xml" />
    <description>Thoughts on AI agents, SaaS engineering, and distributed systems by Shihab Shahriar Antor.</description>
    <language>en</language>
    <lastBuildDate>Tue, 02 Jun 2026 22:10:23 GMT</lastBuildDate>
    <item>
      <title>How I Built LetX: Real-Time Collaborative LaTeX</title>
      <link>https://shihub.online/blog/building-letx</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-letx</guid>
      <pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate>
      <description>I built LetX, a real-time collaborative LaTeX editor, using CRDTs for conflict-free editing and a sandboxed Docker compile pipeline. Here is the architecture.</description>
    </item>
    <item>
      <title>Building QuantumSketch: AI + Manim for STEM Video</title>
      <link>https://shihub.online/blog/building-quantumsketch</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-quantumsketch</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 GMT</pubDate>
      <description>QuantumSketch turns text prompts into narrated STEM animations using LLMs and ManimGL. Here is the pipeline that takes an idea to a finished video.</description>
    </item>
    <item>
      <title>The Solo Founder Stack: 6 Products With AI</title>
      <link>https://shihub.online/blog/solo-founder-ai-stack</link>
      <guid isPermaLink="true">https://shihub.online/blog/solo-founder-ai-stack</guid>
      <pubDate>Sat, 30 May 2026 00:00:00 GMT</pubDate>
      <description>As a solo founder I run multiple products with AI coding agents, a shared skills layer and rigorous architecture. Here is the exact stack I use to ship.</description>
    </item>
    <item>
      <title>How I Built BikroyBuddy: AI Sales Agent (5k+ Users)</title>
      <link>https://shihub.online/blog/building-bikroybuddy</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-bikroybuddy</guid>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <description>BikroyBuddy is an AI shopping agent for Bangladesh that handles discovery and orders over chat, serving 5,000+ users. Here is how the architecture scaled.</description>
    </item>
    <item>
      <title>Designing Bagh: A Bengali Programming Language</title>
      <link>https://shihub.online/blog/building-bagh-language</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-bagh-language</guid>
      <pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate>
      <description>Bagh is a Bangla-first programming language I designed that compiles to Python. Here is the compiler design and why a native language matters for coding education.</description>
    </item>
    <item>
      <title>Building World-Class Software From Dhaka, Bangladesh</title>
      <link>https://shihub.online/blog/engineering-from-bangladesh</link>
      <guid isPermaLink="true">https://shihub.online/blog/engineering-from-bangladesh</guid>
      <pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate>
      <description>You can build global-class software from Dhaka. Here is what changes when your home is Bangladesh and your customers are global, and what gives you an edge.</description>
    </item>
    <item>
      <title>How I Use Claude Code to Ship Faster (Solo Founder)</title>
      <link>https://shihub.online/blog/claude-code-solo-founder</link>
      <guid isPermaLink="true">https://shihub.online/blog/claude-code-solo-founder</guid>
      <pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate>
      <description>I use Claude Code with a custom skills layer to plan, build, test and deploy across products. Here is my exact workflow and the skills I rely on.</description>
    </item>
    <item>
      <title>Building Context-Heavy: Knowledge Graph API</title>
      <link>https://shihub.online/blog/building-context-heavy</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-context-heavy</guid>
      <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
      <description>Context-Heavy is a multi-tenant knowledge-graph API in Go (pgvector + recursive CTEs) that gives AI agents persistent context. Here is the architecture.</description>
    </item>
    <item>
      <title>CRDT vs OT: How Real-Time Collaboration Works</title>
      <link>https://shihub.online/blog/crdt-vs-ot</link>
      <guid isPermaLink="true">https://shihub.online/blog/crdt-vs-ot</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description>CRDTs and OT both enable real-time co-editing; CRDTs merge conflict-free without a central server while OT transforms operations. Here is the breakdown.</description>
    </item>
    <item>
      <title>Temporal.io for Long-Running GenAI Workflows</title>
      <link>https://shihub.online/blog/temporal-genai-workflows</link>
      <guid isPermaLink="true">https://shihub.online/blog/temporal-genai-workflows</guid>
      <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
      <description>GenAI video and agent workflows take minutes. Temporal.io makes them durable and retryable. Here is how QuantumSketch uses Temporal end-to-end.</description>
    </item>
    <item>
      <title>My AI Agent Skills Stack (Open Source)</title>
      <link>https://shihub.online/blog/my-ai-agent-skills</link>
      <guid isPermaLink="true">https://shihub.online/blog/my-ai-agent-skills</guid>
      <pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate>
      <description>I maintain open-source skills that supercharge AI coding agents. softco, skill-builder, openrouter-free-infer and more. Here is the full stack.</description>
    </item>
    <item>
      <title>Microservices as One Engineer (Go + AWS + Terraform)</title>
      <link>https://shihub.online/blog/solo-microservices</link>
      <guid isPermaLink="true">https://shihub.online/blog/solo-microservices</guid>
      <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
      <description>Microservices for one engineer pay off when you have the right tooling: Go services, Terraform IaC, AWS ECS Fargate. Here is the exact pattern I use.</description>
    </item>
    <item>
      <title>Building ChessGoddess: Stockfish + LLM on AWS</title>
      <link>https://shihub.online/blog/building-chessgoddess</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-chessgoddess</guid>
      <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
      <description>ChessGoddess analyzes games with Stockfish, explains moves with an LLM, and does image-to-FEN — deployed on AWS ECS. Here is the architecture.</description>
    </item>
    <item>
      <title>How I Do SEO / GEO / AEO for AI Products (2026)</title>
      <link>https://shihub.online/blog/seo-geo-aeo-2026</link>
      <guid isPermaLink="true">https://shihub.online/blog/seo-geo-aeo-2026</guid>
      <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
      <description>GEO and AEO is still SEO with extra layers: answer-first content, dense structured data, and being in each AI engine&apos;s index. Here is the 2026 framework.</description>
    </item>
    <item>
      <title>Building ComiKola: AI Comic &amp; Webtoon Platform</title>
      <link>https://shihub.online/blog/building-comikola</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-comikola</guid>
      <pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate>
      <description>ComiKola generates Bangla comics end-to-end — scripting, character design, panel images — on a Go + React + Temporal stack. Here is the architecture.</description>
    </item>
    <item>
      <title>My Engineering Principles: Own the Whole Problem</title>
      <link>https://shihub.online/blog/engineering-principles</link>
      <guid isPermaLink="true">https://shihub.online/blog/engineering-principles</guid>
      <pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate>
      <description>I build by owning the whole problem — design, code, ship, operate — not just implementing specs. Here are the principles that shape how I work.</description>
    </item>
    <item>
      <title>Building common-knowledge: Persistent Memory for Agents</title>
      <link>https://shihub.online/blog/building-common-knowledge</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-common-knowledge</guid>
      <pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate>
      <description>common-knowledge is a Git-backed memory store I built so AI coding agents keep context across sessions. Here is the design and why Git is the right backend.</description>
    </item>
    <item>
      <title>Exoplanet Detection With Contrastive Learning (92%)</title>
      <link>https://shihub.online/blog/exoplanet-detection-ml</link>
      <guid isPermaLink="true">https://shihub.online/blog/exoplanet-detection-ml</guid>
      <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
      <description>My BRAC University research used contrastive learning (SimCLR, Siamese nets) to detect exoplanets in astronomical imagery, reaching 92% accuracy. Here is the approach.</description>
    </item>
    <item>
      <title>Deploy Always-On AI Agents on AWS for ~$17/mo</title>
      <link>https://shihub.online/blog/cheap-always-on-ai-agent</link>
      <guid isPermaLink="true">https://shihub.online/blog/cheap-always-on-ai-agent</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>Run a private always-on AI agent on AWS for about $17/month using free OpenRouter models and Terraform. Here is the exact recipe and cost breakdown.</description>
    </item>
    <item>
      <title>The Tools I Built to Make AI Coding Agents 10x</title>
      <link>https://shihub.online/blog/tools-for-ai-coding-agents</link>
      <guid isPermaLink="true">https://shihub.online/blog/tools-for-ai-coding-agents</guid>
      <pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate>
      <description>I built a toolchain — skills, memory, free-LLM routing — that makes AI coding agents dramatically more capable. Here is the full set and what each enables.</description>
    </item>
    <item>
      <title>Building offSchool: AI Adaptive Learning + Graphs</title>
      <link>https://shihub.online/blog/building-offschool</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-offschool</guid>
      <pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate>
      <description>offSchool builds personalized study plans with spaced repetition and knowledge graphs on a Next.js + Go + Python stack. Here is the architecture.</description>
    </item>
    <item>
      <title>Build in Public: Lessons From 170+ GitHub Repos</title>
      <link>https://shihub.online/blog/build-in-public-170-repos</link>
      <guid isPermaLink="true">https://shihub.online/blog/build-in-public-170-repos</guid>
      <pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate>
      <description>After 170+ public and private repos, here is what building in public taught me about scope, momentum and reuse — and what I would do differently.</description>
    </item>
    <item>
      <title>Scaling an AI Agent to 300k+ Users on Kubernetes</title>
      <link>https://shihub.online/blog/scaling-ai-agent-kubernetes</link>
      <guid isPermaLink="true">https://shihub.online/blog/scaling-ai-agent-kubernetes</guid>
      <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
      <description>Scaling a social-commerce AI agent to 300k+ users meant queueing, autoscaling on Kubernetes, and tight cost control. Here is the architecture that survived.</description>
    </item>
    <item>
      <title>Open Source in Bangladesh: The BaghLang Story</title>
      <link>https://shihub.online/blog/bagh-lang-open-source-community</link>
      <guid isPermaLink="true">https://shihub.online/blog/bagh-lang-open-source-community</guid>
      <pubDate>Fri, 06 Feb 2026 00:00:00 GMT</pubDate>
      <description>How we grew from a hackathon project to a national open source initiative.</description>
    </item>
    <item>
      <title>Coding in Emerging Markets: A BaghLang Perspective</title>
      <link>https://shihub.online/blog/bagh-lang-emerging-markets-coding</link>
      <guid isPermaLink="true">https://shihub.online/blog/bagh-lang-emerging-markets-coding</guid>
      <pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate>
      <description>Language shouldn&apos;t be a barrier to logic. How Bagh-lang is creating a new generation of programmers in Bangladesh.</description>
    </item>
    <item>
      <title>LetX vs Overleaf: The 2026 Benchmark</title>
      <link>https://shihub.online/blog/letx-vs-overleaf-benchmark</link>
      <guid isPermaLink="true">https://shihub.online/blog/letx-vs-overleaf-benchmark</guid>
      <pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate>
      <description>We benchmarked LetX against the industry standard. The results? Local-first architecture wins on speed, latency, and reliability.</description>
    </item>
    <item>
      <title>Scientific Writing: From Draft to Publication in LetX</title>
      <link>https://shihub.online/blog/letx-scientific-writing-workflow</link>
      <guid isPermaLink="true">https://shihub.online/blog/letx-scientific-writing-workflow</guid>
      <pubDate>Tue, 03 Feb 2026 00:00:00 GMT</pubDate>
      <description>Academic writing hasn&apos;t changed in decades. LetX introduces cloud-native compilation and real-time collaboration to the research workflow.</description>
    </item>
    <item>
      <title>5 Real-World Applications of QuantumSketch in 2026</title>
      <link>https://shihub.online/blog/quantumsketch-real-world-applications</link>
      <guid isPermaLink="true">https://shihub.online/blog/quantumsketch-real-world-applications</guid>
      <pubDate>Mon, 02 Feb 2026 00:00:00 GMT</pubDate>
      <description>From high school chemistry to YouTube edutainment, here is how QuantumSketch is visualizing the invisible.</description>
    </item>
    <item>
      <title>The Neuro-Symbolic Vision: Why We Built QuantumSketch</title>
      <link>https://shihub.online/blog/quantumsketch-neuro-symbolic-vision</link>
      <guid isPermaLink="true">https://shihub.online/blog/quantumsketch-neuro-symbolic-vision</guid>
      <pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate>
      <description>Why we built a deterministic AI video engine in an era of hallucination. A founder&apos;s perspective on the future of STEM education.</description>
    </item>
    <item>
      <title>Localized EdTech SEO: BaghLang Regional Search</title>
      <link>https://shihub.online/blog/localized-seo-edtech-bagh-lang</link>
      <guid isPermaLink="true">https://shihub.online/blog/localized-seo-edtech-bagh-lang</guid>
      <pubDate>Sat, 31 Jan 2026 00:00:00 GMT</pubDate>
      <description>Educational tools have unique discovery patterns. Here is how we optimized Bagh-lang for parents, teachers, and students in Bangladesh.</description>
    </item>
    <item>
      <title>BaghLang: Democratizing Coding in Bengali</title>
      <link>https://shihub.online/blog/bagh-lang-democratizing-coding-bengali</link>
      <guid isPermaLink="true">https://shihub.online/blog/bagh-lang-democratizing-coding-bengali</guid>
      <pubDate>Fri, 30 Jan 2026 00:00:00 GMT</pubDate>
      <description>Bagh-lang is a Bengali-first programming language designed to remove language barriers from computer science education. It is not just a toy; it is a gateway to the future.</description>
    </item>
    <item>
      <title>SaaS Growth in AI Age: LetX Linkless Discovery</title>
      <link>https://shihub.online/blog/saas-growth-linkless-discovery-strategy</link>
      <guid isPermaLink="true">https://shihub.online/blog/saas-growth-linkless-discovery-strategy</guid>
      <pubDate>Thu, 29 Jan 2026 00:00:00 GMT</pubDate>
      <description>How do you grow a SaaS product when nobody clicks links anymore? A deep dive into the Entity SEO strategy behind LetX.app.</description>
    </item>
    <item>
      <title>LetX: Next-Gen Collaborative LaTeX Editor</title>
      <link>https://shihub.online/blog/letx-next-gen-collaborative-latex-editor</link>
      <guid isPermaLink="true">https://shihub.online/blog/letx-next-gen-collaborative-latex-editor</guid>
      <pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate>
      <description>LetX is the modern, real-time alternative to Overleaf. Built by Shahriar Labs, it combines the power of LaTeX with the speed of local-first editing.</description>
    </item>
    <item>
      <title>Entity SEO: Optimizing QuantumSketch for AI Discovery</title>
      <link>https://shihub.online/blog/entity-seo-strategy-quantumsketch</link>
      <guid isPermaLink="true">https://shihub.online/blog/entity-seo-strategy-quantumsketch</guid>
      <pubDate>Tue, 27 Jan 2026 00:00:00 GMT</pubDate>
      <description>Traditional SEO is dead. Here is how we optimized QuantumSketch to be the primary answer for AI Overviews and LLM citations in 2026.</description>
    </item>
    <item>
      <title>What is QuantumSketch? Neuro-Symbolic STEM AI Engine</title>
      <link>https://shihub.online/blog/what-is-quantumsketch-neuro-symbolic-ai</link>
      <guid isPermaLink="true">https://shihub.online/blog/what-is-quantumsketch-neuro-symbolic-ai</guid>
      <pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate>
      <description>QuantumSketch is an advanced AI video engine that transforms text into high-fidelity STEM animations. Built by Shahriar Labs, it allows educators and creators to visualize complex physics and math concepts instantly.</description>
    </item>
    <item>
      <title>LetX vs Overleaf: Engineering a Local-First Editor</title>
      <link>https://shihub.online/blog/letx-vs-overleaf-local-first-latex</link>
      <guid isPermaLink="true">https://shihub.online/blog/letx-vs-overleaf-local-first-latex</guid>
      <pubDate>Tue, 20 Jan 2026 00:00:00 GMT</pubDate>
      <description>Overleaf is the standard, but it&apos;s built on old web tech. LetX uses a custom CRDT engine and WebGL renderer to make LaTeX collaboration feel like a video game.</description>
    </item>
    <item>
      <title>Python vs Go for AI Agents: Production Benchmarks</title>
      <link>https://shihub.online/blog/python-vs-go-ai-agents-benchmarks</link>
      <guid isPermaLink="true">https://shihub.online/blog/python-vs-go-ai-agents-benchmarks</guid>
      <pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate>
      <description>Python is the language of AI training. But for AI serving and orchestration layers? Go eats Python for lunch. Here are the benchmarks from migrating a high-throughput agent router.</description>
    </item>
    <item>
      <title>Advanced RAG: Semantic Caching + Knowledge Graphs</title>
      <link>https://shihub.online/blog/advanced-rag-architecture-semantic-caching-knowledge-graphs</link>
      <guid isPermaLink="true">https://shihub.online/blog/advanced-rag-architecture-semantic-caching-knowledge-graphs</guid>
      <pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate>
      <description>Retrieval-Augmented Generation (RAG) is the &apos;Hello World&apos; of AI systems. To build production-grade search that actually understands intent, you need GraphRAG and Semantic Caching.</description>
    </item>
    <item>
      <title>Beyond the Wrapper: First-Principles AI Engineering</title>
      <link>https://shihub.online/blog/beyond-wrapper-first-principles-engineering</link>
      <guid isPermaLink="true">https://shihub.online/blog/beyond-wrapper-first-principles-engineering</guid>
      <pubDate>Fri, 05 Dec 2025 00:00:00 GMT</pubDate>
      <description>Everyone is wrapping OpenAI and calling it a startup. True value comes from owning the physics of your software universe. A manifesto on deep tech.</description>
    </item>
    <item>
      <title>SaaS Engineering in the Global South (Bangladesh)</title>
      <link>https://shihub.online/blog/saas-engineering-global-south-bangladesh</link>
      <guid isPermaLink="true">https://shihub.online/blog/saas-engineering-global-south-bangladesh</guid>
      <pubDate>Thu, 20 Nov 2025 00:00:00 GMT</pubDate>
      <description>Building for a global audience from a developing economy requires a different kind of engineering discipline. How we built high-margin SaaS using serverless scale and localized payments.</description>
    </item>
    <item>
      <title>Reliable Multi-Agent Systems in Python at 95% Accuracy</title>
      <link>https://shihub.online/blog/building-reliable-multi-agent-systems-python</link>
      <guid isPermaLink="true">https://shihub.online/blog/building-reliable-multi-agent-systems-python</guid>
      <pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate>
      <description>Autonomous agents often fail in production due to context pollution. Here is the exact &apos;Manager-Critic&apos; architecture and Pydantic pattern I used to achieve 95% reliability.</description>
    </item>
  </channel>
</rss>
