alexcinovoj.devby TechTide AI
Operator console · Live

Control planes for AI agents.
Not slideware.

Policy gates, immutable audit, eval harnesses, and budget ceilings. The operating layer that takes blocked Claude and agent initiatives to production.

Agents are downstream of workflow intelligence. Connect the source systems first: files, tools, reports, inbox, leads, services, logs. Then the agents have something real to read.

MCP servers

2 prod

Providers

OpenAI · Anthropic · Google

Base

Columbus, OH

The operating layer, not the demo layer

Wire the source systems first

Files, tools, reports, inbox, leads, services, logs. All connected into a queryable map before a single agent is deployed.

Ship agents with guardrails

Policy gates, per-caller budgets, and immutable audit are wired into every tool call. Not bolted on after review.

Prove it with telemetry

Every claim comes with a log, a cost line, and a rollback path. Logs over vibes. Production over theater.

How an engagement moves

1

Workflow Intelligence Audit

Seven days. Full source-system inventory, live workflow map, and a written rescue plan with cost and risk lines. $5,000, fixed.

2

Wire the operating layer

Policy gates, immutable audit, budget ceilings, and eval harnesses wired end-to-end. Not glued on top of an unverified stack.

3

Ship into production

Real users, real load, real telemetry. Every tool call is logged, every model call is priced, every failure is replayable.

4

Hand it off

Runbooks, dashboards, and an internal owner. The point of the engagement is that your team keeps operating it after we're gone.

By the numbers

Primary-source metrics. No marketing estimates.

OpenAI usage dashboard, Anthropic Academy, Lovable activity log, GitHub graph, LinkedIn. Auditable on request.

2.27B

OpenAI tokens

processed

559

Codex sessions

completed

30+

Claude Code skills

shipped

2

MCP servers

published

10,183

Lovable edits

277 active days

56,424

LinkedIn followers

Top 5 AI Education

13

years enterprise IT

US-based

Anthropic Academy

certified

Turned a blocked Claude initiative into production

We'd been stuck for two quarters trying to get Claude Code past legal. Alex wired the policy gates and audit trail, and the same initiative was in production inside a month.

Thomas Schmidt

VP Engineering, mid-market SaaS

TS

Agent governance

Case files

Real engagements. Real timelines.

No velocity claims without engineering context.

Stripe Connect V1 → V2 Migration

Fintech marketplace

4 weeks

Dual-API coexistence with zero payment failures during transition.

Core API migration in 14 days; full rollout in 4 weeks. Dual-webhook coexistence let V1 and V2 endpoints operate simultaneously during merchant-by-merchant migration, with feature flags routing traffic per merchant ID.

MLS Data Integration

Real estate platform

3-day sprint

LLM data-mapping agents collapsed a 12-week integration timeline.

Claude Code agents automated schema alignment across 47 disparate MLS data formats and generated unified transformation logic. Human review handled the ~3% of edge-case listings. Roughly 90% reduction in manual data entry.

Auth + MVP Scaffold

B2B SaaS startup

3 days

JWT + Postgres RLS scaffolding deployed, ready for feature development.

Auth, RBAC, and Row Level Security enforcing tenant isolation from day one. Infrastructure only — no business logic. Client engineering team built features on top over the next six weeks.

OSINT Intelligence Platform

Security consultancy

58 days · Phase 1

Multi-source intelligence aggregation with analyst dashboard.

Aggregates 12 public intelligence sources with LLM-powered entity extraction and relationship mapping. Analyst dashboard provides threat timeline visualization and exports. Redis pub/sub drives real-time updates.

ClawKeeper Finance Platform

Open source · internal

Ongoing

110-agent SMB finance platform: invoices, reconciliation, compliance.

OpenClaw-native platform built on Bun + Hono with a React dashboard and Postgres RLS. Agents operate in specialized clusters — intake, validation, reconciliation, reporting, and compliance.

TechTide Swarm 357

Internal platform

Ongoing

Single runs utilizing up to 50 concurrent worker nodes.

Multi-agent orchestrator: one CEO agent (LangGraph) delegates to ten sub-orchestrators (Claude Agent SDK), each managing five specialized workers across six business layers.

Architecture

The systems behind the engagements.

Production patterns, not theoretical designs.

TechTide Swarm 357 — Multi-agent orchestrator

Single runs utilizing up to 50 concurrent worker nodes. CEO agent delegates to ten sub-orchestrators, each managing five specialized workers.

                ┌──────────────────────┐
                │      CEO Agent       │   LangGraph
                │   (delegation tier)  │
                └──────────┬───────────┘
                           │
       ┌───────────┬───────┼───────┬───────────┐
       ▼           ▼       ▼       ▼           ▼
   ┌───────┐   ┌───────┐  ...  ┌───────┐   ┌───────┐
   │  O1   │   │  O2   │       │  O9   │   │  O10  │   Claude Agent SDK
   └───┬───┘   └───┬───┘       └───┬───┘   └───┬───┘
       │           │               │           │
     5 workers   5 workers       5 workers   5 workers   = up to 50 concurrent

Stripe Connect V1 → V2 — Thin-slice migration

Dual-API webhook coexistence. V1 and V2 endpoints run in parallel; feature flags control traffic routing per merchant during rollout.

        Stripe Webhooks
              │
   ┌──────────┴──────────┐
   ▼                     ▼
/api/stripe/v1/      /api/stripe/v2/
  webhook              webhook
(legacy merchants)   (migrated merchants)
   │                     │
   └─────────┬───────────┘
             ▼
   Feature Flag Router
   (merchant_id → version)
             │
             ▼
   Unified Business Logic
   (version-agnostic)
Discoverable endpoints

MCP servers shipped to production.

Model Context Protocol servers registered on major MCP directories and installable via the Anthropic CLI.

techtide-mcp

TechTideOhio/techtide-mcp

Production MCP server for TechTide AI workflows. Exposes Claude Code skill orchestration, Lovable project management, and n8n workflow triggers.

cipherclaw-mcp

Alexi5000/CipherClaw

Debug-first MCP server for OpenClaw agents. Causal debug graphs, cognitive fingerprinting, predictive failure detection, and soul integrity checks.

Q1/Q2 2026 field report

Multi-provider usage from production.

Tokens, spend, and the patterns underneath them. 90-day window · last updated 2026-05-15.

OpenAI

2.27B

tokens · $333

gpt-4o, gpt-4o-mini, o1-preview across code review and document processing.

Anthropic

892M

tokens · $187

claude-3.5-sonnet, claude-3-opus, claude-3-haiku for reasoning and orchestration.

Gemini

156M

tokens · $42

gemini-1.5-pro and gemini-1.5-flash for long-context (100k+) processing.

Patterns

Claude-3.5-sonnet outperforms GPT-4o on structured-output reliability by 12% in production.

Gemini-1.5-pro handles long-context (100k+) 3× more cost-efficiently than alternatives.

Multi-provider routing via 9Router reduces p99 latency by 340ms on failover.

MCP tool chains reduce context window consumption by ~23% vs inline tool definitions.

Operator stack

The tools behind the operating layer.

The actual surfaces I build, ship, and operate from. Not a menu — a working setup.

Build & code

Cursor

Primary IDE. Repo-wide context, agent mode.

Claude

Reasoning and long-context planning.

Codex

Diff-scoped edits and refactors.

Lovable

Full-stack prototype surface. 10,183 verified edits.

Operator agents

Zo Computer

Local agent runtime with connected app context.

Manus.ai

Autonomous task runs against real tools.

Granola

Meeting capture into structured notes for downstream agents.

Creative & docs

Canva

Static brand and social artifacts.

Gamma

Long-form decks and briefings.

CapCut

Video edits and demo captures.

Infrastructure

Railway

Long-running workers and services.

Supabase

Postgres, auth, and RLS. Primary data plane.

Cloudflare

Workers, edge routing, DNS.

GitHub activity

6,326 contributions across 120+ repositories.

Primary accounts: @Alexi5000 (personal) and @TechTideOhio (organization).

6,326

contributions / year

120+

repos touched

2

GitHub orgs

30+

Claude Code skills

Three engagements. One entry point.

Every engagement starts with the Audit. It's the qualification gate — for both sides — before Rescue or Fractional FDE.

Workflow Intelligence Audit

The qualification gate before any engagement.

$5,000/ 7 days

Fixed scope · Written brief · Cost ceilings

  • Full source-system inventory across files, tools, inbox, and logs
  • Live workflow map with signal-vs-noise scoring
  • Concrete rescue plan with cost, risk, and rollback lines
  • Delivered as a workable report, not a slide deck

Workflow Rescue

Most requested

For teams with a blocked or stalled AI initiative that needs to ship.

$25K–$40K/ engagement

Fixed scope · Written brief · Cost ceilings

  • Everything in the Audit
  • Policy gates, approval flows, and immutable audit wired end-to-end
  • Model-agnostic eval harness with CI-gated pass/fail
  • Handoff runbooks so the internal team owns it after

Fractional FDE

Founding-engineer capacity, embedded, for organizations building an operating layer in-house.

Custommonthly

Fixed scope · Written brief · Cost ceilings

  • Everything in Rescue
  • Weekly build cadence with real telemetry, not vibes
  • Direct MCP + agent-system authorship inside your codebase
  • Executive briefings on cost, risk, and roadmap

FAQs

  • It's the technical operator console behind Alex Cinovoj and TechTide AI — proof surface for the operating layer, not a personal brand hub. The canonical brand site is alexcinovoj.com; the commercial implementation site is techtideai.io.

Ship the operating layer. Skip the vaporware.

Every engagement starts with the Workflow Intelligence Audit. Seven days, fixed scope, workable report at the end.