Product and architecture
Strengthen the system without discarding the useful work already done.
AI engineering case studies from Smicolon: the architecture, workflow controls, and safeguards behind the products and internal systems we build and run.
Every study shows the architecture, the controls, and the decisions behind the screen — the parts that decide whether a product survives contact with real users.
Strengthen the system without discarding the useful work already done.
Define what good behavior means and catch regressions before users do.
Make permissions, sensitive paths, tenancy, and ownership explicit.
Trace what happened, release without holding your breath, recover fast, and keep the system maintainable.

AI Applications
Digibate is an AI-powered social media content and marketing platform that helps founders and marketers create, plan, and publish — with AI that assists, and a user who's always in control.
Agents and workflows execute inside the dashboard API Worker.
D1 records workflow state and snapshots beyond a single request.
Consumers, retries, and dead-letter paths separate request handling from long-running work.
Every workflow step emits telemetry; Mastra and Langfuse turn it into a readable trace.
Internal operating system
A technical deep dive into durable Mastra workflows running inside a Cloudflare Worker with D1 state, queues, model routing, telemetry, and Payload publication.

Fintech Websites
Nexpay is a UK-based payment service provider offering secure and cost-effective card processing solutions. With over £6 billion processed since 2011, the company helps other businesses accept payments online, in-store, and over the phone, offering PCI compliance and expert support.
Webhook-driven records create a consistent starting point for review.
Application rules and agent-assisted stages are explicit rather than hidden in personal routines.
Applications are edited, approved, submitted, and tracked through every status change.
Economics remain visible alongside the application decision.
Internal operating system
How Smicolon turned incoming marketplace opportunities into a configurable, reviewable commercial decision workflow with application state and economics in view.