Skip to content

Aakash Sharan

Agentic AI. Retrieval. Distributed Systems.

  • About
Aakash Sharan
Agentic AI. Retrieval. Distributed Systems.
  • Agentic AI | Artificial Intelligence

    What AI Exploit Benchmarks Actually Tell Us About System Architecture

    ByAakash Sharan December 8, 2025December 10, 2025

    Recently, researchers at Anthropic published a study showing autonomous AI agents discovering and monetizing real software failures in simulated environments. The headlines made it sound dramatic, triggering unhelpful reactions ranging from dismissal (“this is just crypto”) to alarmism (“AI attackers are here”). Both miss the point. I care about this result not because it’s a…

    Read More What AI Exploit Benchmarks Actually Tell Us About System ArchitectureContinue

  • Vector Databases

    The Hidden Architecture Behind Dense Vector Search (and Why It’s Hard to Scale)

    ByAakash Sharan November 27, 2025December 10, 2025

    Most people think dense vector search works like this: embed your documents store the vectors run cosine similarity Done. This is the biggest misunderstanding in modern AI systems. Dense vector search looks simple, but in real deployments it becomes one of the hardest layers to scale—and often the true bottleneck behind: slow RAG pipelines inconsistent…

    Read More The Hidden Architecture Behind Dense Vector Search (and Why It’s Hard to Scale)Continue

  • Vector Databases

    The Hidden Complexity Behind Scaling Dense Vector Search

    ByAakash Sharan November 26, 2025November 27, 2025

    A systems-level explanation for engineers, architects, and anyone building RAG, search, or agent infrastructure. Dense retrieval looks clean on paper. You take an embedding model, generate vectors, drop them into a vector database, and let an ANN index handle the rest. But once you go beyond a single machine, dense search becomes something very different:…

    Read More The Hidden Complexity Behind Scaling Dense Vector SearchContinue

  • Vector Databases

    Distributed Vector Search: How Real Vector Databases Scale Beyond One Machine

    ByAakash Sharan November 25, 2025November 27, 2025

    Why dense search becomes a routing, sharding, and distributed-systems problem Vector search looks simple when everything fits on one machine. It becomes a different discipline entirely when you need to serve: millions to billions of vectors, across multiple nodes, with predictable latency, and high recall, while RAG or agent pipelines depend on you staying under…

    Read More Distributed Vector Search: How Real Vector Databases Scale Beyond One MachineContinue

  • Vector Databases

    The Write Path in Vector Databases (It’s a Distributed Systems Problem)

    ByAakash Sharan November 24, 2025November 27, 2025

    (Where Dense Search Becomes a Distributed Systems Problem) Most content about vector databases focuses on the glamorous part: fast queries, clever indexing, tight cosine similarity loops. But if you operate these systems in production, you learn something uncomfortable: Your system’s correctness, performance, and scalability are defined far more by the write path than by the…

    Read More The Write Path in Vector Databases (It’s a Distributed Systems Problem)Continue

  • Vector Databases

    How Vector Databases Fail (And What Architects Must Design For)

    ByAakash Sharan November 23, 2025November 27, 2025

    The Hidden Failure Modes of Dense Vector Search, ANN Indexes, and RAG Infrastructure Most engineering teams learn this the hard way: vector databases don’t fail like relational systems or search indexes. They fail in quiet, geometric, and catastrophic ways that often go unnoticed until correctness, latency, or agent performance collapses. Dense vector search systems built…

    Read More How Vector Databases Fail (And What Architects Must Design For)Continue

  • Vector Databases

    Hybrid Retrieval: The Architectural Backbone Behind Reliable AI Systems

    ByAakash Sharan November 22, 2025November 22, 2025

    Most AI failures don’t happen inside the model. They happen one layer earlier — in retrieval. If your RAG system, copilot, or agentic workflow is hallucinating, the LLM probably isn’t “dumb.” It’s operating on bad context. Dense search alone can’t fix that. Sparse search alone can’t fix that. Hybrid retrieval — the combination of semantic…

    Read More Hybrid Retrieval: The Architectural Backbone Behind Reliable AI SystemsContinue

  • Edge Computing

    Akka Edge: Shaping the Future of Industry with Edge Computing

    ByAakash Sharan January 22, 2024November 14, 2025

    Introduction: navigating the digital revolution with Akka at the edge capabilities In the ever-evolving digital technology landscape, a significant shift is taking place, with edge computing emerging as a cornerstone of this transformation. This shift is fundamentally changing our approach to data handling and processing. Leading this change is Akka Edge, a key player in the…

    Read More Akka Edge: Shaping the Future of Industry with Edge ComputingContinue

  • Artificial Intelligence | Machine Learning

    Data Magic: Exploring K-means Clustering

    ByAakash Sharan February 21, 2022May 27, 2023

    Introduction Brief overview of the blog post Hello, fellow engineers! Looking to dive into the magic behind clustering in machine learning? Well, then you’ve come to the right place! In this post, we’re going to deep-dive into the colorful realm of K-means clustering, a powerful algorithm that might look deceptively simple but hides a beastly…

    Read More Data Magic: Exploring K-means ClusteringContinue

  • Deep Learning | Machine Learning

    Neural Networks 101: Dive into the Fundamentals

    ByAakash Sharan February 3, 2022May 21, 2023

    Introduction: Diving into the World of Neural Networks Welcome aboard, folks! We’re about to embark on a thrilling journey into the world of neural networks – an integral part of the exciting machine learning and deep learning landscape. What is a Neural Network? Imagine your brain. Now imagine it a lot simpler (no offense intended!)….

    Read More Neural Networks 101: Dive into the FundamentalsContinue

Page navigation

1 2 3 … 8 Next PageNext

Recent Posts

  • What AI Exploit Benchmarks Actually Tell Us About System Architecture
  • The Hidden Architecture Behind Dense Vector Search (and Why It’s Hard to Scale)
  • The Hidden Complexity Behind Scaling Dense Vector Search
  • Distributed Vector Search: How Real Vector Databases Scale Beyond One Machine
  • The Write Path in Vector Databases (It’s a Distributed Systems Problem)

Categories

Archives

© 2025 Aakash Sharan - WordPress Theme by Kadence WP

  • About