The whole story

The AI Engineering Toolkit

The whole AI ops loop, end to end: 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. See /dashboard for live counts, or /changelog for the timeline.

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

Try a 2-step workflow right here

live · no key needed

Step 1 writes a product pitch from your topic. Step 2 takes that pitch as its input ( {{step1.output}} ) and critiques it. The same chaining principle drives every workflow in the builder.

Examples:
1Write pitch
input topic: A startup that uses AI to scan grocery receipts and track price-per-kg across shops
2Critique pitch
input {{step1.output}}: (waiting for step 1)

Powered by the same /api/demo/generate route that drives every demo on this site. Rate-limited per IP.

Open the full builder

Design & Run

Compose chained LLM steps into a workflow you can actually run — in the browser, in CI, or as a REST call.

Evaluate

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

Inspect & debug

Dev-time tooling for the moment you're hand-iterating on a prompt and want to know what your app actually sent.

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

Drop-in AI chat — one script tag for vanilla sites, one React component for React apps.

Explore patterns

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

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.