The whole story

The AI Engineering Toolkit

Eleven pieces that fit together: design a workflow, run it, evaluate the AI in it, review the code around it, ship it, then integrate or embed it anywhere. Every tool below is either open-source, live on this site, or a real shipped product — no slideware.

The end-to-end flow
flowchart LR
  A["Design<br/>(Workflow Builder)"] --> B["Run"]
  B --> C["Evaluate<br/>(ai-eval)"]
  C --> D{"Pass?"}
  D -- "yes" --> E["Ship"]
  D -- "no" --> A
  E --> F["Review on PR<br/>(PR Reviewer)"]
  E --> G["Integrate via MCP<br/>(Inspector + servers)"]
  E --> H["Embed on any site<br/>(SiteAsk)"]
  classDef tool fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1px
  classDef io fill:#fef3c7,stroke:#d97706,color:#7c2d12,stroke-width:1px
  class A,C,F,G,H tool
  class B,E io

Design & Run

Compose chained LLM steps into a workflow you can actually run.

Evaluate

Test the AI itself — catch prompt regressions before users do.

Review

Multi-agent code review running on real public PRs.

Connect & integrate

A complete Model Context Protocol toolkit — visualise the wire, run a reference server, scaffold new ones, and generate them from any OpenAPI spec.

Embed in any site

A drop-in AI chat widget anyone can install with one script tag.

Explore patterns

Fifteen browser-runnable AI demos that illustrate the underlying patterns — embeddings, retrieval, agents, tracing, memory, reasoning, tokenisation.

Real shipped products

AI products living outside the portfolio.

Try the whole thing in one minute

Open a workflow → watch it run → click into ai-eval to see how the same prompts get tested → click the chat icon in the bottom-right of any page to see SiteAsk in action — that's the toolkit.