Steven Obst

AI Solutions Architect | Full-Stack Systems | Automation | SaaS

About

I design and ship production systems end-to-end, using AI as a force multiplier.

My background is ecommerce and fintech project management. Years of sitting between developers and stakeholders taught me to scope systems, write specs that survive implementation, and spot problems before they reach production.

I handle system architecture, technical direction, and validation. AI handles implementation speed. Fast iteration without cutting corners on reliability. That's the tradeoff I've figured out how to make work.

What I care about is what AI can do for businesses beyond chatbots. Intelligent pipelines that replace manual workflows. Decision support that actually changes how a company operates day to day. I spend most of my time figuring out where those opportunities are and then building them.

Multiple production systems live and counting. SaaS with Stripe billing, a DeFi solver in Rust competing in live blockchain auctions, a 29-source data aggregator, trading bots, a Solidity security scanner. All live, all solo.

Based in Berlin. German and English.

AI Solutions Architect Full-Stack Systems Automation n8n SaaS Systems Next.js Python Rust Supabase Docker Stripe DeFi Berlin German / English

Technical Skills

Core Stack

Python, JavaScript, TypeScript, Bash

Windows, Linux, macOS, Docker, VMs, Git

Frontend

Next.js 15 App Router, server/client components, middleware, SSR, React 19 Hooks, context, custom hooks, optimistic UI, real-time polling, TypeScript Strict typing, shared interfaces, type-safe API layer, Tailwind CSS v4 Utility-first, custom themes, responsive design, dark mode, Framer Motion, HTML/CSS

Backend

Python / Flask App factory, Blueprints, background workers, APScheduler, JWT auth, FastAPI Async endpoints, Pydantic validation, used in security and tax tooling, Rust / Axum Async HTTP server, Tokio runtime, used in DeFi solver, Supabase PostgreSQL RPC functions, Row-Level Security, migrations, real-time subscriptions, Stripe Integration Subscription billing, webhooks, credit-based usage accounting

AI / LLM Engineering

Multi-Model Orchestration Claude, Gemini, DeepSeek: routing by cost/capability per task, Evaluation Pipelines 5-tier funnel: SQL filter, Jaccard overlap, batch scoring, re-ranking, Content Generation 3-call cover letter pipeline: Analyst, Writer, Proofreader with PII safety, Prompt Engineering, JSON Schema Validation

E-Commerce

Shopify Store setup, theme customization, product management, integrations, WooCommerce, eBay, Amazon, Otto, Kaufland

Multichannel Feeds, Product Management, SEO Automation

Data & Infrastructure

Data Aggregation Multiple source types (APIs, ATS feeds, scrapers), 3-layer deduplication, circuit breakers, Supabase Auth JWKS verification, OAuth (Google/LinkedIn), PKCE flow, RLS policies, Docker, CRON, GitHub, Linux

Automation n8n, Zapier, REST APIs, webhook orchestration, n8n, Zapier, Webhook Pipelines

DeFi / Blockchain

DEX Integration Uniswap V2/V3, Curve, Balancer, Camelot, Trader Joe — pool math and calldata encoding, CoW Protocol Batch auction solver, GPv2Settlement encoding, UDCP/EBBO compliance, Smart Contract Security Slither static analysis + AI review, 10 vulnerability classes, multi-chain Etherscan

Polymarket EIP-712 signing, CLOB SDK, prediction market probability estimation, On-Chain Data WebSocket event feeds, The Graph subgraphs, pool indexing, multicall batching, Ethereum, Arbitrum, Solana

Project Highlights

SwiftJob Dashboard

SwiftJob: Career Intelligence Platform

Three repos, one product. A standalone aggregator scrapes 29 job sources across hundreds of companies, a Flask backend scores them through a 5-tier AI funnel, and a Next.js dashboard lets users generate cover letters, do mock interviews, run career analytics, and more.

Stripe billing with a credit system, bilingual (EN/DE). The aggregator runs on its own CRON cycle with circuit breakers per source. Deployed on Railway.

Next.js Flask Supabase OpenRouter Claude Stripe Docker Railway
CoW Protocol Solver

CoW Protocol Solver

Rust solver that competes in CoW Protocol batch auctions on Arbitrum. Every 8 seconds it receives a batch of trade orders and figures out the best way to route them through 1,400 liquidity pools across 7 DEXs.

Solves in 5 phases: direct pool routing, multi-hop via intermediaries, split across multiple pools, graph-based pathfinding, then falls back to external aggregators if needed.

Rust Tokio Axum DeFi Uniswap Curve Balancer Arbitrum
Talon Sales

Talon: Field Sales Execution System

Client project. A PWA that replaces the Excel sheets field reps use to track 14-day promotion campaigns across German retail chains. The reps are 50-60+, so the UX had to be dead simple and mobile-first.

Multi-tenant with Supabase RLS, 4 different quantity input modes depending on product type, real product catalog with templates, follow-up tracking, and campaign dashboards.

Next.js TypeScript Supabase Tailwind PWA Multi-tenant RLS
Contract Auditor

Smart Contract Security Scanner

Runs slither static analysis on Solidity contracts, then has Claude do a deeper review looking for 10 vulnerability types (reentrancy, access control, integer overflow, unchecked calls, and more). If it can't produce a working exploit, it doesn't report it.

Pulls verified contracts from Etherscan across 8 chains, offers 3 scan depths, generates PDF reports. Stripe billing with free/pro/enterprise tiers.

FastAPI Solidity slither Claude Stripe Multi-chain PDF Generation
Polymarket AI

Polymarket AI Scanner

Scans 500+ Polymarket prediction markets twice a day. For each one, GPT estimates the actual probability using live web search, then compares that to what the market thinks. If there's a gap, it paper-trades with Half-Kelly sizing.

Most of the cost savings come from tiered analysis: only high-signal markets get the expensive deep research. Everything else hits cache. 90%+ cache hit after the first day. Tracks Brier scores to measure if the predictions are actually calibrated. FastAPI dashboard on Railway.

Python FastAPI OpenRouter Polymarket SQLite Railway Kelly Criterion
Crypto Tax Calculator

DeFi Tax Calculator

Import your EVM wallets, Solana wallets, or CEX CSV exports and it figures out what happened: swaps, LP deposits, staking rewards, bridges, airdrops, NFTs. Then calculates your cost basis three ways (FIFO, LIFO, HIFO) so you can compare.

Generates IRS Form 8949 with the short/long-term split done for you. All the money math uses Decimal, not floats, because rounding errors in tax software is a bad time. Everything stays local in SQLite. Nothing leaves your machine.

Python FastAPI Decimal Etherscan Helius Stripe Privacy-first
Solana Trading Bot

Solana Trading Bot

Real-time Solana trading engine. Monitors memecoins, catches early entries, and tracks market activity across Pump.fun, Raydium, and Axiom.

Uses LLM-based filtering to sort signal from noise in Twitter and Telegram feeds. Has a dashboard for position tracking and risk management.

React Web3 Solana LLM Integration Trading Bots Alpha Tools
JL Shopping

JL Shopping

Did the full digital setup for a small retailer. Shopify store, domain, branding, legal pages, product catalog.

Then the operational stuff: multichannel feeds to Otto, Kaufland, Amazon, eBay. SEO automation via n8n. Internal tooling like company email, cloud storage, inventory software, and a mobile barcode scanner for warehouse intake.

Full-Stack Ecom Shopify n8n Multichannel Feeds System Setup Mobile Tools SEO Automation
Prompt Compass

Prompt Compass

Chrome extension that adds structure to long ChatGPT conversations.
You can drop markers, tag highlights, and index threads so you can actually find things later instead of scrolling forever.

Detects when you switch conversations, persists everything in chrome.storage.local, and keeps state synced across tabs. Small and fast.

JavaScript Chrome Extensions Prompt Engineering UI Design Persistent Storage
Trend Engine

Reddit Trend Engine

n8n pipeline that watches specific subreddits via RSS, pulls posts, and runs them through GPT for tagging and clustering.

The output is a list of trends, recurring pain points, and product ideas people are actually talking about. Used it for SaaS research and keyword discovery.

n8n Reddit Scraping GPT Integration Trend Analysis Prompt Engineering Market Research
Prompt Pack Factory

GPT Prompt Pack Factory

Give it a niche or trend keyword and it generates a full prompt library. n8n chains the prompts, GPT writes and enriches them, and the output is a ZIP-ready pack.

Markdown or JSON, ready to sell on Gumroad, drop in a Telegram group, or just use internally. Basically a content factory with one input.

n8n Prompt Engineering Micro-SaaS LLM Automation Productization Workflow Design

Experience Highlights

Dec 2024 – Present

Independent AI Automation Projects

Designing and shipping AI-powered SaaS products, data aggregation systems, and workflow automation tooling. Building DeFi protocol infrastructure including a competitive batch auction solver. Delivering client projects in field sales automation. Developing smart contract security scanners, prediction market systems, and crypto tax tooling.

Oct 2021 – Dec 2024

Technical Project Manager – Better Payment GmbH

Led developer coordination, feature scoping, and cross-team delivery for a FinTech SaaS platform.
Translated client needs into specs and GitHub issues, managed sprint cycles, and worked directly with stakeholders on product delivery.

2017 – 2019

E-Commerce Manager – Getränke Stöhr GmbH

Ran Amazon, eBay, and custom shop operations. Managed product listings, supplier workflows, returns, and pricing across platforms.

Systems & Architecture

Patterns, technologies, and workflows I design into production systems

Modular DesignComposable systems with clear boundaries: plug-in sources, swappable AI models, isolated repos sharing one database Pipeline ArchitectureMulti-stage evaluation funnels with progressive filtering and cost-aware model routing REST API DesignFlask Blueprints with auth middleware, validation, structured error handling Database Schema DesignPostgreSQL with RPC functions, Row-Level Security, migration system Runtime ResilienceCircuit breakers, retry logic, concurrency control, health tracking, graceful degradation Signal FilteringMulti-layer noise reduction: dedup, hash matching, relevance scoring Multi-Model OrchestrationCost-aware routing across Claude, Gemini, DeepSeek: different models for different tasks AI Evaluation PipelinesParallel batch scoring with progressive filtering, from thousands of candidates to ranked shortlists LLM Content GenerationMulti-step chains: analysis → generation → review, with structured JSON handoff and PII safety Prompt EngineeringFew-shot, Chain-of-Thought, JSON output shaping, injection hardening AI-Augmented WorkflowsLLM-powered trend mining, listing enrichment, narrative filtering, sentiment tracking Next.js / ReactApp Router, server/client components, custom hooks, context, real-time polling TypeScriptStrict types, shared interfaces, type-safe API client layer Tailwind CSSCustom themes, responsive design, dark mode, component-level styling Real-Time UILive status displays, polling, optimistic updates, loading states, error boundaries Browser ExtensionsChrome extensions with session-aware state, DOM mutation, persistent storage Flask / PythonApp factory, Blueprints, APScheduler, background workers, JWT auth Supabase PostgreSQLRPC functions, RLS policies, JWKS verification, admin vs anon clients Auth & SecurityJWT/JWKS verification, OAuth (Google/LinkedIn), PKCE flow, session refresh Background WorkersScheduled jobs: data fetching, evaluation, auto-apply, daily catch-up API IntegrationREST APIs, OAuth flows, webhooks, rate-limited clients Data AggregationMulti-source ETL: APIs, ATS drains, RSS feeds, HTML scrapers, all normalised into one schema DeduplicationMulti-layer: external ID, strict hash, fuzzy hash with description fingerprinting Web ScrapingPlaywright stealth, proxy rotation, rate limiting, structured extraction Data WranglingCSV workflows, Google Sheets automation, regex parsing, market signal extraction DEX IntegrationUniswap V2/V3, Curve StableSwap, Balancer weighted pools, Camelot, Trader Joe — pool math and calldata encoding Batch Auction SolvingCoW Protocol solver: 5-phase pipeline, split routing, graph pathfinding, UDCP enforcement Settlement EncodingGPv2Settlement calldata assembly, token approvals, interaction encoding per DEX type Smart Contract SecuritySlither static analysis + Claude review, 10 vulnerability classes, multi-chain Etherscan On-Chain Data PipelinesWebSocket event feeds, The Graph subgraphs, pool indexing, multicall batching, JIT refresh Prediction MarketsPolymarket CLOB SDK, EIP-712 signing, probability estimation, Kelly criterion sizing DeFi Tax LogicFIFO/LIFO/HIFO cost basis, LP impermanent loss, bridge detection, Form 8949 generation Multi-ChainEthereum, Arbitrum, Solana — chain-specific RPC, gas models, and API integrations Browser AutomationPlaywright stealth, ATS form detection, Tampermonkey scripting, anti-detection n8n / ZapierMulti-step workflows with credentials, retries, triggers, GPT-enhanced pipelines Trading LogicMulti-API trade automation, LLM-based narrative filtering, sentiment tracking Shopify & MultichannelStore setup, Otto/Kaufland/Amazon/eBay feeds, unified pricing and inventory Product & SEO AutomationListing enrichment, AI-powered descriptions, feed pipelines, ERP integration Docker & CRONContainerized services, scheduled aggregation, health monitoring, keepalive scripts Resilience EngineeringRate limiting, circuit breakers, exponential backoff, health dashboards GitHub WorkflowsMulti-repo management, branch-per-sprint workflow, CI scripts Solo Product DevelopmentRoadmap, sprint planning, iterative delivery, all self-managed across 4 phases Stakeholder TranslationConverting vision to technical scope, feature mediation, cross-department coordination Client OperationsOnboarding flows, KYC workflows, CRM systems, support tooling GDPR / DSGVO ComplianceData export, account deletion, PII stripping, cookie consent, legal pages

Let's talk.

I design and ship full-stack systems with AI acceleration. Production-ready MVPs in weeks, complex workflow automation, API integrations that actually work. If you need something built and running, not just specced, reach out.

Opening mail...