Yash Bhoskar
RSS FeedExploring ideas that inspire me—and maybe you. See my work on My Profile.
Featured
-
Wait, how many P's are in "strawperry"?
Updated:Why AI gets letter counts wrong and what it tells us about artificial vs human brains.
-
Agentic Chunking - Why Your RAG Pipeline Is Quietly Failing (And How to Fix It)
Stop losing answers to bad chunks. Learn why agentic chunking beats every traditional RAG method — and why corn proves it.
-
Docling - AI-Powered Document Pipeline for LLMs & RAG
Updated:Still using basic PDF parsers? Docling brings AI-powered document understanding, layout detection, and smart chunking — built for modern LLM workflows.
-
Deep Dive into Semantic Chunking for RAG
Updated:Most RAG pipelines fail not because of the model, but because of bad chunking. In this deep dive, we explore semantic chunking and how splitting text by meaning instead of size can dramatically improve retrieval accuracy.
-
Different Chunking Methods for RAG
Updated:Boost your RAG performance by mastering chunking. Whether you use fixed-size, sentence-based, or semantic chunks, the right strategy improves retrieval accuracy and response quality. Smart chunking is the key to more relevant, efficient AI systems.
-
Integrate Google Drive with FastAPI Using OAuth2
Updated:Complete guide to connecting FastAPI and Google Drive using OAuth2
-
How to Build a Secure, Text-Based License Verification System in Python
Updated:Skip the flimsy date checks—this system uses sleek Ed25519 signatures so you can issue tamper-proof, copy-pasteable licenses that your app can instantly verify.
-
Building a Asymmetric License Verification System with Python and RSA
Updated:In the world of software distribution, ensuring that a user’s license is valid—and hasn't been tampered with—is a critical challenge. While there are many modern cryptographic curves (like Ed25519), **RSA** remains the classic, battle-tested standard for digital signatures.