Skip to content
View Alexi5000's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Alexi5000

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
Alexi5000/README.md

Alex Cinovoj

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 · Columbus, OH

LinkedInTechTide AIalexcinovoj.com

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.

AnthropicClaude CodeMCPTypeScriptPythonPostgreSQLSupabaseDockerReact

Anthropic AcademyWorker NodesEnterprise IT

Featured projects

ProjectWhat it governs
ClawKeeperAgent 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-kitTrust 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.
CipherClawMulti-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-357357-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.
agentrewind · privateTime-travel debugging for agent traces: zero-trust import parsing (signature verification, size clamps, sanitization), five trace formats auto-detected, and a divergence/latency/token diff engine for side-by-side replay.
FintheFinderDeep-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.
Molten · privateGoverned agent runtime: kill switch with cost and error auto-triggers, circuit breakers, a four-tier execution sandbox (read-only → admin), hard daily and per-task budget caps, and a dead-man's switch.
TechTideAI2Company-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.

Manifesto

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.

Pre-2026 governance work

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.

Shipping now

  • 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.

Podcast & community

  • Automation Vibes — podcast + newsletter with Shane Spencer
  • Anthropic Partner Network — services partner

Work with me

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.

LinkedInTechTide AIalexcinovoj.comEmail

50+ concurrent worker nodes in production · 9 Anthropic Academy course completions · 13 yrs US enterprise IT · Columbus, OH

Pinned Loading

  1. TechTideOhio/techtide-harness-kitTechTideOhio/techtide-harness-kitPublic

    Trust contracts for AI agent skills: JSON Schema risk tiers, tool permissions, deny-by-default egress, approval gates, prompt-injection fixtures, ~28 CI validation gates. Apache-2.0.

    Python 1

  2. CipherClawCipherClawPublic

    Deterministic multi-agent debugger — zero LLM calls in the analysis path. Causal graphs, weighted root-cause scoring, failure prediction. 206 zero-mock tests, zero runtime deps.

    TypeScript 2 3

  3. ClawKeeperClawKeeperPublic

    Governed Claude agent control plane: deterministic policy engine runs before every LLM call, $0 default autonomous spend, database-enforced immutable audit log. 147 passing tests. MIT.

    TypeScript 20 7

  4. Shubhamsaboo/awesome-llm-appsShubhamsaboo/awesome-llm-appsPublic

    100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.

    Python 131k 19.3k

  5. TechTideOhio/swarm-357TechTideOhio/swarm-357Public

    357 Claude agent roles across 6 business layers. Portable Memvid memory, enforced cost caps, bash policy gate, durable checkpoints. Apache-2.0 Python runtime.

    Python 2 3

  6. FintheFinderFintheFinderPublic

    Deep-research agent with human-in-the-loop approval gates — runs suspend until a human approves — and a deterministic citation audit with zero AI in the verification path.

    TypeScript