I build control planes for AI agents.
Policy gates, approval workflows, immutable audit, and eval harnesses — the deterministic layer that makes autonomous systems deployable.
Founder & CTO, TechTide AI · Automation Vibes co-host · 13 years US enterprise IT · Lovable Champion and Lovable beta user for over 1 year · 9 Anthropic Academy course completions
Lovable Champion is an earned Discord community support volunteer role, not a certification.
This repository is the source for the Alexi5000 GitHub profile. It presents current open-source work, product builds, and the operating principles behind governed AI systems. Use it when you need an accurate public overview of the projects, the design philosophy behind them, or the right route for collaboration and technical questions.
The profile is a Markdown-and-assets repository with a dependency-free Node verification contract. Use Node.js 22 or newer to validate a change before publishing it.
git clone https://github.com/Alexi5000/Alexi5000.git
cd Alexi5000
npm ci
npm run build
npm run lint
npm run typecheck
npm run testnpm run build, npm run lint, and npm run test validate the profile contract: public identity, quickstart and support routes, and the presence of every local asset referenced by the README. Keep the profile concise, publish only intentionally public information, and add any new local visual file under assets/.
Most agent failures aren't model failures — they're governance failures. I design the enforcement layer that sits between an agent and anything that matters: deterministic policy engines with zero LLM calls in the decision path, human-in-the-loop approval gates, database-enforced immutable audit logs, and eval harnesses that treat policy regressions as build breaks. If a system can't show you a log, it isn't governed.
| Project | What it governs |
|---|---|
| ClawKeeper | Agent finance platform where a deterministic policy engine runs tenant, capability, and approval checks before any LLM call. Payments default to $0 autonomous spend, and the audit log is immutable at the database layer — UPDATE or DELETE raises an exception. |
| techtide-harness-kit | Trust contracts as JSON Schema: every skill declares its risk tier, tool permissions, deny-by-default network egress, approval gates, and compliance control mappings. Ships a prompt-injection threat model with adversarial fixtures, enforced by ~28 CI validation gates. |
| CipherClaw | Multi-agent debugger with zero LLM calls in the analysis path — causal graphs, weighted root-cause scoring, and failure prediction you can't prompt-inject. 206 zero-mock tests, zero runtime dependencies, no network egress. |
| swarm-357 | 357-agent orchestrator governed by per-agent budget caps, a pattern-matched bash security gate, layer-level daily budgets with automatic model downgrade, a hard per-run spend ceiling, and correlation-ID structured telemetry. |
| FintheFinder | Deep-research agent with a real human-in-the-loop approval workflow — the run suspends until a human approves — and a deterministic citation audit with zero AI in the verification path. |
| TechTideAI2 | Company-scale agent platform on a three-plane architecture — control, data, and evidence. Status transitions run through an explicit state machine, execution has a hard timeout, and changes are graded by an adversarial eval harness with a 33-task golden suite. |
| Product | What it does | Tags |
|---|---|---|
| Y2KSelfie.ai | An AI photo experience that transforms modern selfies into nostalgic Y2K-era portraits. | AI imaging · consumer web app |
| Ship With Bob | A voice-first task manager that turns a spoken brain dump into small, prioritized jobs so users can decide what to do now, next, and later. | Voice AI · productivity PWA |
| Syncra | An interactive law-firm operations portal demonstrating AI-assisted document intake, classification, routing, approvals, and role-based workflows. Proposal demo built for a California law firm. | Legal tech · AI workflow portal |
| Clawli | A multi-agent LinkedIn workspace that turns content strategy into researched, reviewed, and approval-gated posts. | Multi-agent AI · LinkedIn operations |
| Buckeye DataCom | A client website for a Central Ohio low-voltage contractor, presenting fiber, structured cabling, and enterprise network services. | Client website · fiber & low-voltage · Central Ohio |
Logs over vibes.
Production over theater.
Deny by default.
The trustworthy part of an agent system is the part with no AI in it. Policy checks, budget ceilings, audit trails, and approval gates should be boring, deterministic functions — because you can't prompt-inject a function.
The same discipline, before it had a name: production marketplace infrastructure with idempotent payment webhooks, forward-only migrations, end-to-end trace propagation into an ops event log, and ten pre-written incident runbooks — on top of 13 years in US enterprise IT. Governance isn't a pivot; it's the pattern.
- TechTide AI — client engagements: Production Triage, Workflow Rescue, Fractional FDE
- techtide-harness-kit — trust contracts and CI gates for agent skills
- swarm-357 — governed multi-agent orchestration
Updated quarterly.
- Automation Vibes — podcast + newsletter with Shane Spencer
- Anthropic Partner Network — services partner
For a project question, collaboration inquiry, or a correction to this public profile, start at techtideai.io or email alex@techtideai.io. Do not send credentials, customer records, private repository material, or security-sensitive reports through public GitHub discussions.
Start with the $1,000 AI Audit — 90-minute live review, written go/no-go plan in 48 hours — at techtideai.io/audit. Not ready for the full audit? The $247 Production Block Diagnosis reviews one stuck workflow async. Production Triage and larger engagements available after that; book in the Featured section on LinkedIn or at techtideai.io.






