Independent systems built around AI automation, agents, LLM pipelines, and workflow reliability.
n8n · AI Agents
Autonomous AI Email Agent
Stateful recruiter-screening and technical Q&A assistant for email, answering from verified resume and portfolio information.
- Gmail API ingestion with thread-state memory
- Groq inference for screening and reply drafting
- Answers grounded in verified profile data
n8n · Gmail API · Groq · RAG · Google Sheets
Case study for Autonomous AI Email AgentDemo of Autonomous AI Email Agent (opens in a new tab)Code for Autonomous AI Email Agent on GitHub (opens in a new tab)
n8n · Cloud · Cybersecurity · AI Agents
Autonomous Cloud Compliance & AI Auditing Engine
Answers enterprise security questionnaires (CAIQ, SOC 2, SIG) from live AWS evidence and policy documents, using a LangGraph Corrective RAG agent that must cite a verified source for every answer.
- 6-node LangGraph CRAG state machine with a Critic Agent that verifies AWS ARNs and document sections
- Local PDF retrieval with FastEmbed and Supabase pgvector
- n8n and PostgreSQL queue worker; 2,000+ questions processed with no timeout failures (reported)
- Demo video shows the first, Langflow-based version
LangGraph · LangChain · CRAG · LlamaIndex · Supabase pgvector · Groq · FastAPI · n8n · Docker · AWS CLI
Case study for Autonomous Cloud Compliance & AI Auditing EngineDemo of Autonomous Cloud Compliance & AI Auditing Engine (opens in a new tab)Code for Autonomous Cloud Compliance & AI Auditing Engine on GitHub (opens in a new tab)
n8n · AI Automation
Autonomous Competitor Intelligence & SEO Pipeline
Automation platform for competitor research, SEO brief generation, scraping-failure handling, QA routing, and SLA governance.
- Scrapes competitor content and runs AI-assisted SEO gap analysis
- Creates structured ClickUp tasks with briefs attached
- PostgreSQL dead-letter queue for failed scrapes
n8n · ClickUp · Gemini · PostgreSQL
Demo of Autonomous Competitor Intelligence & SEO Pipeline (opens in a new tab)Code for Autonomous Competitor Intelligence & SEO Pipeline on GitHub (opens in a new tab)
n8n · AI Automation · Backend
Autonomous Profitability Guardrail & State Machine
State-aware project-budget monitoring with Healthy → Warning → Critical transitions, DLQ-based error handling, and PostgreSQL audit logging.
- Alerts fire only on state changes
- Malformed payloads isolated in a PostgreSQL DLQ
- 95% reduction in notification noise, as reported in the project profile
n8n · PostgreSQL · ClickUp · Slack · JavaScript · SQL
Demo of Autonomous Profitability Guardrail & State Machine (opens in a new tab)Code for Autonomous Profitability Guardrail & State Machine on GitHub (opens in a new tab)
n8n · Cloud · AI Automation
Autonomous Cloud Cost Sentinel
AI-assisted FinOps workflow that detects cloud-cost anomalies with a rolling average, diagnoses likely AWS cost drivers, and alerts engineering.
- AWS Cost Explorer integration
- Rolling-average anomaly detection
- AI diagnosis of likely cost drivers
n8n · AWS Cost Explorer · Gemini
Case study for Autonomous Cloud Cost SentinelCode for Autonomous Cloud Cost Sentinel on GitHub (opens in a new tab)
AI Agents
Langflow RAG Agentic Research & Citation Engine
Planner-synthesizer RAG workflow that breaks a research question into searches, retrieves live web sources, and writes a report with citations.
- Planner model decomposes prompts into search queries
- Tavily retrieval grounds claims in live sources
- Synthesis step produces reports with clickable citations
Langflow · OpenAI · Tavily AI
Demo of Langflow RAG Agentic Research & Citation Engine (opens in a new tab)
Make.com · AI Automation
Make.com Omnichannel AI Content Hub
Parallel multi-branch automation that prepares platform-specific posts and visuals for X, LinkedIn, Instagram, and Facebook.
- Router-based parallel branches per channel
- Per-platform prompt chains for tone and hashtags
- DALL-E 3 visuals with metadata logged to Google Sheets
Make.com · OpenAI · DALL-E 3 · Google Sheets
Demo of Make.com Omnichannel AI Content Hub (opens in a new tab)
Make.com · AI Automation
End-to-End SEO Content Lifecycle
Five-stage modular content pipeline (research, SEO metadata, drafting, QA, publish) with media optimization and WordPress publishing.
- Stage-by-stage modular pipeline
- REST API publishing to WordPress
- Airtable content tracking
Make.com · WordPress · Airtable · OpenAI
Demo of End-to-End SEO Content Lifecycle (opens in a new tab)
Make.com · AI Automation
Slack to WordPress AI Blogger
A single Slack message triggers web research, a research-grounded draft, archiving to Google Docs, Airtable logging, and WordPress publishing.
- Live web scraping feeds context to the draft
- Google Docs archive and Airtable calendar logging
Make.com · Slack · OpenAI · WordPress · Airtable · Google Docs
Demo of Slack to WordPress AI Blogger (opens in a new tab)