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. Allergic to GitHub? You can read more about what I'm building and writing here: ElliotOS

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 builds

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
๐Ÿงช My-Claude-Skills 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

AI behavior research

Controlled experiments on how Claude actually behaves, not how it's assumed to.

Project What it found
๐Ÿง  crux Capture human decisions during AI-assisted development
๐Ÿ• dog-years Claude quotes human-team timelines ("2-3 weeks") for work it does itself in minutes. The real question is whether that bad estimate changes what it actually does. A fix that grounds future estimates in measured history instead of vibes
๐Ÿงญ agent-orchestration-research Research notes on multi-agent coding workflow patterns and orchestration strategies

Fun stuff

Project What it does
ๅขจ mo-hanzi Menubar SRS for learning Chinese characters (HSK 1-5)
๐Ÿ’ก lamplight An open street-lighting map for running after dark
๐ŸŽง spotifyunwrapped Your Spotify data, in depth. Maybe too in depth.

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