AV
angelvelasquez.dev
Applied AI & Automation Enterprise Automation & Workflow Infrastructure

Autonomous AI Agent & Workflow Automation Engine

Deterministic LLM orchestration, structured JSON output validation & zero-hallucination pipelines.

Autonomous AI Agent & Workflow Automation Engine • Production Showcase
Applied AI & Automation
Autonomous AI Agent & Workflow Automation Engine
Engineering Role
AI Solutions Architect
Timeline
2024 - Present
Architecture Stack
Gemini 3.7 Flash Claude Opus 5 / Sonnet 5 GPT 5.6 (Sol / Terra / Luna) Tool / Function Calling Zod & JSON Schema Validation Make.com Cloudflare Tunnels Webhooks
Key Architectural Metrics
Zod Schema
Strict Schema Validation
Multi-LLM
Gemini, Claude & GPT
Tool Calling
Deterministic Execution

Executive Summary

A production-grade applied AI orchestration framework engineered to automate enterprise business workflows. The platform bridges large language models (LLMs) with external relational databases, third-party APIs, and CRM webhooks through deterministic tool execution and strictly enforced JSON schemas.

The Architectural Challenge

  • Mitigating LLM Hallucinations: Ensuring AI responses never invent facts, parameters, or schema types when triggering downstream transactional mutations.
  • Strict Schema Enforcement: Converting unstructured human inquiries and documents into validated type-safe payloads conforming to enterprise contracts.
  • Latency & Reliability: Building fault-tolerant webhook pipelines resilient to third-party API rate limits and network jitter.

Engineering Solutions & Strategy

  1. Deterministic Function Calling & Tools: Designed specialized system prompts and JSON schemas where LLMs act purely as intent parsers and routing engines rather than autonomous decision-makers without verification.
  2. Schema Validation Pipelines: Integrated Zod / JSON Schema gates that reject and auto-retry malformed model completions before hitting internal databases.
  3. Hybrid Agent Orchestration: Connected Make.com workflows, Cloudflare Tunnels, and secure webhook endpoints for secure local and edge execution.
  4. Context-Aware Semantic Grounding: Implemented targeted prompt grounding to restrict response boundaries strictly to verified domain documentation.

Key Architectural Metrics

  • Strict Schema Validation: Zod schema gates prevent unauthorized or hallucinated parameters from reaching production APIs.
  • Multi-Provider Architecture: Decoupled design allowing dynamic switching between Google, Anthropic, and OpenAI models.
  • Deterministic Workflows: Automated webhook pipelines with execution guardrails for mission-critical mutations.