1 pointby proportionate6 hours ago1 comment
  • proportionate6 hours ago
    After years of building agent infrastructure, I keep hitting the same wall: the problem isn't model capability or window size — it's what we're putting in the window and how it's structured.

    Most agent failures I see trace back to the same root cause: unstructured context forces the model to navigate by probability where you need ground truth. Bigger windows just give you more room to be wrong in.

    This post lays out the first principles I've landed on — why facts without relationships dead-end in RAG, why tool selection is broken without a context layer underneath, and why the order of operations most agent architectures use is backwards.