Privacy choices

This site may send the owner a minimal page-visit notice with page, browser, device type, and resolution. If you accept analytics, it can also remember an anonymous visit/session ID and collect richer engagement signals.

Read the privacy notice
Expertise

Applied AI Systems

Designing practical AI-powered systems that combine language models, structured workflows, retrieval, tools and application logic.

Problems I solve
Turning AI models into usable product features, Connecting AI to application data and APIs, Structuring multi-step AI workflows, Reducing hallucinations through grounded retrieval, Making AI functionality understandable in the interface
Approach
Start from user intent rather than model capability, Separate reasoning, retrieval and UI presentation, Ground answers in verified content, Keep actions safe and reviewable, Use structured outputs instead of uncontrolled prose where possible
Strengths
Grounded retrieval over hallucination-prone free generation, Structured output contracts (blocks/actions, not chat text), Cost/behavior tracing on every LLM call

I focus on building AI features that are part of a real system rather than isolated chat interfaces. My work explores how AI can retrieve trusted information, reason over structured content, trigger safe actions, support workflows and generate useful outputs inside web applications.

I build AI features that are part of a working system, not standalone demos — grounded in real data, with clear boundaries around what the AI is allowed to do.

Extending Alex OS's reasoning layer to understand new CMS content types (like Expertise and Skills) without any code changes to the reasoning engine itself.

Explore with Alex OS

Alex builds AI features that connect to real application data and workflows — not standalone demos — with explicit boundaries around what the AI can and cannot…

Applied AI Systems

The core problem: most AI integrations stop at a chat interface, disconnected from real data, workflows, or safe action boundaries. Alex's focus is on AI features that are part of a working system — grounded in verified content, wired to application APIs, and structured so the AI's role is clear and reviewable. This covers retrieval, multi-step reasoning, structured outputs, and UI presentation as separate, coordinated concerns.

How Alex approaches AI feature design

The tradeoff: structured outputs vs. conversational flexibility

Free-form chat interfaces are easy to build but hard to trust — outputs are unpredictable, errors are invisible, and the AI's boundaries are undefined. Alex's approach trades some flexibility for reliability: structured output contracts mean the system knows exactly what shape the AI's response should take, making it easier to validate, display, and act on. The cost is more upfront design work per use case. The benefit is AI behavior that's consistent enough to ship in a real product.

Current work: extending reasoning without changing the engine

Alex is currently extending Alex OS's reasoning layer to understand new CMS content types — including Expertise and Skills — without modifying the reasoning engine itself. This is a concrete test of the architecture: new content types become interpretable through configuration and content structure alone. Related proof: the AI workflow automation proof demonstrates AI-assisted generation wired into real content operations, with per-call cost tracing in place.