Skip to content
View ElliotJLT's full-sized avatar
🥐
Clauding
🥐
Clauding

Block or report ElliotJLT

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ElliotJLT/README.md

Builder-operator who ships production AI.

Ops roots, product instincts, both now aimed at AI. 4x founding hire. I built an A-Level AI tutor that the UK government selected for its national programme on safe AI tutoring.

Track record: Flash Pack (pre-seed to Series A), MealsForTheNHS (co-founder, £1.8m raised, 303k meals), Farewill (SRA/FCA regulated).

Background: Languages BA (Birmingham/Fudan). French and English (native), Spanish (fluent), Chinese (intermediate). BlueDot Impact AI Governance and Alignment.

🎙️ Podcast: Just Now Possible with Teresa Torres. Building AI products that augment human relationships rather than replace them.


An A-Level AI STEM tutor, in production across four subjects on every major UK exam board. Direct-to-consumer for individual students, with a school hub for teachers running it across their classes.

The UK government selected it for the AI Tutoring Tools Pioneers Programme (DfE and DSIT), a national cohort building safe AI tutoring for disadvantaged pupils, held to the government's Generative AI Product Safety Standards.

I built it on a multi-agent architecture. Coaching, practice, marking and assignments each ran as their own agent, with their own prompts, pedagogy and evaluator. It was Socratic from the prompt up, refusing to give the answer even when students got creative about asking. An always-on evaluator graded every coaching session against the Socratic spec, and safety telemetry ran on every interaction.

The hard part was never the AI. It was the operating system around it: correctness evaluation against real past papers and official mark schemes, and the discipline to ship every day while the safeguards only got tighter.


AI products

I build across the agent stack: MCP servers, Claude Code skills and hooks, multi-agent orchestration, evals, and autonomous loops. I use Claude Code daily on a production app, and most of these came from scratching my own itches.

Project What it does Why it exists
💼 boulot Open-source career-ops system that runs on your own laptop through Claude Code. Tailors your CV per role, then three adversarial agents (hiring manager, reviewer, strategist) fight over the draft. Company research, mock interviews, pipeline tracking Built it for my own search in a brutal market. It worked, so I open-sourced it. Agent-native by design — markdown persona, code tools, your data stays on your machine
🛡️ ward Safeguarding safety layer for LLM apps that serve under-18s — screens each message, splits ordinary conduct from a genuine disclosure, routes real disclosures to a human on a clock. Grounded in UK statute (KCSIE 2025) Most AI reaching kids has no safeguarding process. A Claude-as-judge detector hits 90% recall, 100% precision and 0% false-positives on the eval that ships inside it, and a deterministic response guard checks the reply back to the child is safe too
📋 homebuyer-mcp UK home-buying MCP server — conveyancers and mortgage brokers from SRA/FCA/Companies House registers, stamp duty, lease checks, survey explainer, title register analysis Buying a house means chasing conveyancers, brokers and registers across half a dozen sites. This is the whole journey in one server: 11 tools, live regulatory data cross-referenced with company health
🎙️ vox Voice of Customer research agent VoC research is weeks of reading call transcripts before a pattern shows. Vox does 8 days of it in 8 minutes: JTBD, personas, opportunity mapping from Gong/Granola/Jiminy data

Agent & Claude Code tooling

Project What it does Why it exists
🎨 dabble Visual editor for server-rendered (Hotwire) apps — edit the running app in place, write real ERB, built for AI coding agents Design tools generate React and ignore server-rendered stacks. Dabble edits the running Hotwire app in place: click an element → tweak it → your agent gets the exact source and selection context. No design→code handoff
🧠 crux Capture human decisions during AI-assisted development When an agent writes the code, the reasoning behind each human call vanishes from the diff. Crux records which calls were made and why, so you can audit and learn from them later
🧪 Claude-Skill-Potions Curated Claude Code skills for ops and product workflows The skills directory is 40K+ deep. These are the ones that actually work
🍋 zeste macOS menubar app — search, install, and manage Claude Code skills Finding and installing skills shouldn't require digging through GitHub
🪝 hooksmith Browse and install pre-built Claude Code hooks with one command CC hooks are powerful but there's no easy way to find and install them. The missing package manager: 12 hooks, one command, zero config
🔍 claudemd-lint Linter for CLAUDE.md files CLAUDE.md files rot into vague rules and bloat that quietly degrade the agent. This lints them: catches vague rules, bloated configs, and instructions that should be hooks

Apps

Project What it does
spawn-cafe Share your link, pick a slot, find a cafe halfway. Agentic coffee meetup scheduler
mo-hanzi Menubar SRS for learning Chinese characters (HSK 1-3)
💡 lamplight An open street-lighting map for running after dark
🎧 spotifyunwrapped Your Spotify data, visualised properly. Privacy-first analytics, runs entirely in your browser

What I'm writing


LinkedIn BlueDot Impact

Pinned Loading

  1. Claude-Skill-Potions Claude-Skill-Potions Public

    A collection of Claude skills I have concocted to optimise my Ops/Product workflows.

    Python 60 2

  2. homebuyer-mcp homebuyer-mcp Public

    MCP server for the UK home-buying journey — find and vet conveyancers & mortgage brokers on live SRA/FCA/Companies House data, plus stamp duty, title register, survey and lease tools.

    Python

  3. elliot-os elliot-os Public

    My site, run like a product: live projects, a public roadmap, a changelog, and pages maintained by agents.

    TypeScript

  4. ward ward Public

    UK-safeguarding safety layer for LLM apps serving under-18s. Screens messages, splits conduct from disclosure, routes real disclosures to a human. Grounded in KCSIE 2025.

    Python