Skip to content

Archives

All the articles I've archived.

2026 2
April 1
January 1
2025 4
December 3
  • 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.

May 1
2024 1
March 1
2023 1
October 1
  • 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.