PSPragnesh Shahinpragmatic-builder.hashnode.dev·Aug 4 · 17 min readQuery Locally, Think Remotely: How DuckDB-Wasm Cuts LLM Token CostSubtitle: Using DuckDB-Wasm as an agent context layer to keep raw data local and send only small SQL results to the LLM. TL;DR DuckDB-Wasm runs entirely in a browser Web Worker — no backend data proc00
PSPragnesh Shahinpragmatic-builder.hashnode.dev·Jun 4 · 11 min readI Used DeepSeek R1 + Open Data to Challenge AI ROIThree conversations are happening in organisations right now. 'We deployed AI right before the rebound — the numbers recovered immediately.' 'Our AI rollout worked. Numbers are up, team is faster.' '00
PSPragnesh Shahinpragmatic-builder.hashnode.dev·May 31 · 8 min readI Built a RAG System That Actually Works — Hybrid Search, Reranking, and the Decisions That MatteredDisclaimer: The content presented here represents my own personal views and opinions. I built a RAG pipeline that retrieves the right answer from my personal knowledge base on the first try — with sou00