Apply & Reference
Decision Guides
High-intent architecture questions with trade-offs and conditions.
Agent or Workflow?
When autonomy helps, and when a deterministic workflow is safer.
Coming SoonRAG or Long Context?
Retrieve narrowly versus stuffing a larger window.
Coming SoonRAG or Fine-Tuning?
Grounding with retrieval versus changing model weights.
Coming SoonVector Search or Hybrid Search?
Dense retrieval versus BM25 plus vectors.
Coming SoonOne Agent or Multiple Agents?
A single loop versus specialist coordination.
Coming SoonMCP or Direct API?
Capability protocol versus first-party integrations.
Coming SoonHosted or Self-Hosted Models?
Provider APIs versus private inference.
Coming SoonRBAC, ABAC or ReBAC?
Which authorization model fits agent actions.
Coming SoonSynchronous or Asynchronous Execution?
Request/response loops versus durable background work.
Coming SoonWorkflow Engine or Agent Loop?
Orchestrators versus model-driven control flow.
Coming SoonModel Decision or Runtime Decision?
What the LLM may choose versus what the harness must enforce.
Coming SoonCentralized or Federated AI Platform?
One platform team versus federated product platforms.
Coming Soon