{
  "id": 5567430,
  "title": "I Took the Wheel Off My RAG: Managed KB vs. Manual Chunking",
  "url": "https://urgent.news/2026/09/04/i-took-the-wheel-off-my-rag-managed-kb-vs-manual-chunking",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-04T13:39:17.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/aws-builders/i-took-the-wheel-off-my-rag-managed-kb-vs-manual-chunking-106m"
  },
  "original_language": "en",
  "account": "In April, a benchmark was published comparing five chunking strategies for Amazon Bedrock Knowledge Bases. The conclusion was straightforward: using FIXED_SIZE with S3 Vectors as the backend is optimal, unless your data justifies a more complex setup. However, three months later, AWS eliminated the need for users to choose a chunking strategy altogether. Amazon Bedrock Managed Knowledge Base handles parsing based on document type, manages the vector store, and uses AgenticRetrieveStream for complex queries.\n\nThe author conducted a study to determine the cost of quality lost when relinquishing control over the chunking process and under what conditions. The study focused on three models: Managed KB with fixed size, Managed KB with Smart Parsing, and AgenticRetrieveStream with the default planner. The author also compared the performance of these configurations against two question sets: the original 25 single-hop questions from April and 15 new multi-hop questions written against the actual document text.\n\nThe results showed that Managed KB with Simple Retrieve performed similarly to the manual configuration in accuracy. Smart Parsing was able to ingest PDFs that failed in the April configuration and did so more quickly. However, the AgenticRetrieveStream with the default planner did not generate sub-queries across all 80 evaluated questions, even when the questions were demonstrably solvable with simple retrieval. On multi-hop questions, the AgenticRetrieveStream landed below simple retrieval, and with a small custom planner, the real decomposition was only observed on questions that did not need it. With a large custom planner, multi-hop correctness jumped from 0.50 to 1.00, but the planner and generator shared the same model. The study highlights the importance of measuring the loss of control when using Managed Knowledge Base and the potential benefits of a large custom planner.",
  "summary": "In April I published a benchmark comparing 5 chunking strategies in Amazon Bedrock Knowledge Bases. The practical conclusion was simple: FIXED_SIZE with S3 Vectors as the backend, and that's it, unless your data justifies something more complex. Three months later, AWS took the question away from the problem entirely. Amazon Bedrock Managed Knowledge Base doesn't ask you to pick a chunking…",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}