Posts about Architecture

16 posts tagged Architecture.

  1. LLM security: prompt injection, data leakage, and what actually stops them

    LLM security: prompt injection, data leakage, and what actually stops them

    Most LLM security advice is 'write a better system prompt.' The actual defenses are architectural: what the model can see, what it can do, and what never returns to a user unchecked.

  2. LLM application architecture: the layers that don't change with the model

    LLM application architecture: the layers that don't change with the model

    Model, harness, data layer, and product surface: the four layers of a production LLM application, and which ones survive the next model upgrade.

  3. Enterprise RAG: what changes with real documents, permissions, and scale

    Enterprise RAG: what changes with real documents, permissions, and scale

    A RAG demo answers questions about a clean folder of PDFs. An enterprise deployment has to handle permissions per document, millions of pages, and daily churn.

  4. RAG architecture: the pipeline from document to answer

    RAG architecture: the pipeline from document to answer

    Ingestion, chunking, embedding, retrieval, reranking, generation: the six stages of a production RAG pipeline, and where each one quietly determines answer quality.

  5. What is RAG, in plain terms?

    What is RAG, in plain terms?

    Retrieval-augmented generation, explained without the jargon: what problem it solves, the four steps in the pipeline, and where it stops being the right tool.

  6. Enterprise AI agents: what changes at scale

    Enterprise AI agents: what changes at scale

    The prototype agent and the enterprise one solve the same task with a different architecture underneath. SSO, audit, governance, and the review nobody skips.

  7. Building AI agents that can safely modify customer data

    Building AI agents that can safely modify customer data

    Read access is forgiving of mistakes. Write access is not. The permission model, approval flow, and audit trail that make a write-capable agent safe to ship.

  8. What are AI agents, actually?

    What are AI agents, actually?

    Not a chatbot, and not magic: an AI agent is a model that can call tools and decide what to do next. What that definition includes, excludes, and implies.

  9. How to architect an AI agent platform

    How to architect an AI agent platform

    Not one agent behind an API: a platform. The layers that stay stable while models and frameworks underneath them change, and the order to build them in.

  10. Agent harness: what it is, and why your agent needs one

    Agent harness: what it is, and why your agent needs one

    An AI agent is a model plus a harness. The model is rented; the harness is what you own, and it is where agents succeed or fail in production. What goes in one.

  11. When a RAG system is the wrong answer

    When a RAG system is the wrong answer

    Retrieval-augmented generation is the default answer to adding AI to documents. The four situations where it is the wrong one, and what to build instead.

  12. Context engineering is the new prompt engineering

    Context engineering is the new prompt engineering

    Prompt wording matters less than what the model sees. Context engineering in practice: retrieval, summarisation, exclusion, and a budget for attention.

  13. One agent is usually enough

    One agent is usually enough

    Multi-agent systems are the fashionable architecture. Most problems need one agent with good tools; more is slower and harder to debug. When more is right.

  14. The three architecture decisions that are expensive to reverse

    The three architecture decisions that are expensive to reverse

    Most early technical decisions can be changed later at reasonable cost. Three cannot. How to recognise them, and how to make them well in the first week.

  15. Postgres is enough, until it is not

    Postgres is enough, until it is not

    One database can be the queue, search index, vector store, and analytics layer for most products. The boring-stack case, and the signals that say add something.

  16. How long does an MVP take? Six to ten weeks, if you cut

    How long does an MVP take? Six to ten weeks, if you cut

    The honest answer to how long an MVP takes, what decides whether it is six weeks or six months, and the one activity in the first week that determines the rest.

Tell us what you are building.

We reply within one business day with how we would build it, what it would cost, and which engagement model fits.

  1. 01
    Tell us what you are building

    A short form or an email. No deck required, and "not sure yet" is a fine answer.

  2. 02
    A call with an engineer

    Within one business day. Technical questions get technical answers, from the person who would build it.

  3. 03
    A written scope and quote

    Fixed price where the scope is defined. The document is yours whether or not you go ahead.