AI Automation & Agentic Systems
Autonomous agents that do real work: read a mailbox, query an API, decide, act, and escalate to a human
when confidence drops. We build the orchestration, the tool layer, the memory, and — crucially — the
evaluation harness that tells you whether it is still working next month.
n8nTool callingRAG
EvalsHuman-in-the-loop
Full Use-Case Automation
The entire commercial loop, unattended: an inbound message in a chatroom is qualified, answered,
negotiated, closed, invoiced and reconciled — with the payment captured and the receipt filed.
Humans supervise the exceptions instead of typing the routine.
Chat → CloseQuotingInvoicing
Stripe billingReconciliation
AI Tooling for Newsrooms
The journalist stays in charge; the tooling takes the repetitive work off the desk. Source monitoring,
first-pass translation, transcription, image handling, SEO metadata and scheduled publication all run
automatically, and every piece is written, judged and signed off by a human. In practice that removes
up to 80% of the time spent on repetitive tasks at no cost to journalistic quality.
Journalist in controlSource ingestion
Multi-languageScheduled publishing
Agentic Commerce & x402 APIs
Machine-payable endpoints built on the HTTP 402 pattern: an agent calls your API, receives a payment
challenge, settles it programmatically and gets the resource — no API keys, no manual onboarding,
no invoicing round-trip. We build both sides: the paywalled service and the agent that pays.
x402Per-call settlement
Machine identityUsage metering
Next.js Product Engineering
Data-heavy, real-time web products where the page has to be fast, indexable and correct at the same time:
server-side rendering, incremental regeneration, streaming updates, and visualisation that stays readable
at a thousand data points. Three live examples are embedded below — judge them yourself.
Next.jsReactTypeScript
SSR / ISRRealtimeData viz
WordPress & Custom Plugins
Real plugin engineering, not page-builder assembly: custom post types, editorial workflows, REST
endpoints, caching layers and automation hooks written against the WordPress core APIs — so the site
stays fast and upgradeable instead of collapsing under twenty third-party plugins.
Custom pluginsPHP
WP REST APIGutenberg blocksPerformance
Fintech & Payments
Money movement done properly: Stripe integration, subscriptions, metered and usage-based billing,
dunning, tax handling, webhook idempotency and reconciliation against the ledger. We treat payment
code the way it deserves — as the part that must never silently lose a cent.
StripeSubscriptions
Usage billingWebhooks & idempotencyReconciliation
Blockchain & DeFi
On-chain engineering with an execution mindset: smart contracts, DEX integration and liquidity routing,
wallet and custody flows, event indexing and on-chain data pipelines. Our own arbitrage system trades
against these venues in production, which is a harder test than any audit checklist.
Uniswap / DEXSmart contracts
IndexingWallet flows
Java & Spring Enterprise
For the systems that have to survive a decade of audits: Spring Boot services, domain-driven design,
transactional integrity, batch processing and integration with the legacy estate nobody wants to touch.
Boring, documented, testable — which in enterprise is the highest possible compliment.
Spring BootDDD
JPA / HibernateBatchLegacy integration
Infrastructure We Own
Everything runs on Linux we administer ourselves — Kubernetes clusters, CI/CD pipelines, monitoring,
backups, DNS, and our own mail servers with the deliverability work that actually makes mail arrive.
No mystery layer between your product and the metal, and no surprise cloud bill.
KubernetesLinuxCI/CD
DockerOwn mail serversObservability
SEO & Our Publishing Network
We do not buy reach — we operate it. Our own portfolio of publications gives us editorial distribution,
and we automate the commercial side of it too: guest-post enquiry handling, placement, publication and
billing run as one unattended pipeline.
Owned publicationsTechnical SEO
Guest-post sales automationStructured data
Custom Agent Bots
Purpose-built assistants that live where your team already works — chat, ticketing, mailbox or CLI —
wired into your real systems with scoped permissions and a full audit trail. Built on whichever
frontier model fits the task, and swappable when a better one ships.
Chat & ticketing botsScoped permissions
Audit trailsModel-agnostic