5 pointsby askhn1234_122 hours ago1 comment
  • frank16772 hours ago
    Good read

    The interesting part is that every layer independently reinvented retrieval: RAG for documents tool routing for MCP/actions skills/workflow loading context compaction/navigation for long-context agents

    Different abstractions, same core problem: “How does the agent find the right thing at the right time under cost/latency constraints?”

    Feels like search is becoming the actual runtime for agents.