Emir Aydın
Emir AydınAI AUTOMATION

Honest AI Stack Matrix

A transparent breakdown of AI models, frameworks, and agent architectures used in production.

HONEST TECH MATRIX

AI Stack & Expertise

A transparent view of technologies I use in production, actively master, and explore.

LLM ModelsUsing in Production

OpenAI (GPT-4o / O3)

Used in live customer agents with structured JSON outputs and function calling.

Structured OutputsFunction CallingEmbeddings
LLM ModelsUsing in Production

Anthropic Claude (3.5 Sonnet / Haiku)

Primary model for complex code reasoning, architecture analysis, and long-context processing.

Code GenerationSystem PromptsArtifacts
LLM ModelsUsing in Production

Google Gemini (1.5 Pro / Flash)

Multimodal audio/video ingestion and high-throughput background processing.

MultimodalLarge ContextVideo OCR
Orchestration & FrameworksUsing in Production

Model Context Protocol (MCP)

Connecting LLM agents to internal databases, file systems, and external tools securely.

ProtocolTool IntegrationContext Routing
Orchestration & FrameworksCurrent Level

LangGraph / LangChain

Cyclic multi-agent orchestration, state persistence, and human-in-the-loop nodes.

Multi-AgentGraph StateHuman-in-loop
Automation & WorkflowsUsing in Production

n8n (Self-Hosted Workflow Engine)

Event-driven workflow automation connecting webhooks, databases, and AI nodes.

WebhooksCustom JS/PythonAPI Integration
Orchestration & FrameworksLearning

Hermes Agent Framework

Exploring lightweight autonomous execution environments and local tool execution.

Local AgentsAutonomous Execution
Agent ArchitectureUsing in Production

Prompt Engineering & Evaluation

System prompt optimization, few-shot conditioning, and structured output enforcement.

Few-ShotGuardrailsEval Suites
Agent ArchitectureUsing in Production

Function Calling & Tool Use

Enabling agents to execute SQL queries, trigger webhooks, and call REST endpoints.

JSON SchemaDynamic ToolsAPI Triggers
Agent ArchitectureCurrent Level

Agentic Memory Systems

Short-term conversation buffers, Redis session state, and long-term vector memory.

RedisConversation HistoryState Store
Agent ArchitectureUsing in Production

RAG & Vector Search (Pinecone / PgVector)

Chunking, embedding, hybrid BM25 + dense search for enterprise document retrieval.

PgVectorPineconeHybrid Search
LLM ModelsPlanned

Fine-Tuning & Local LLMs (Ollama / vLLM)

On-premise LLM hosting and task-specific LoRA fine-tuning for privacy-sensitive data.

OllamavLLMLoRA