
Denys Kyrpota
AI Developer | AI-First Full-Stack Engineer
Remote / PoznaĆ, Poland
AI Developer specializing in building scalable AI-first systems and optimizing software development life cycles through advanced LLM agents and automated workflows.
$ npx connect --ai-expert
Initializing AI context...
Status: Ready to build.
Mode: Autonomous Agent.
Status: Ready to build.
Mode: Autonomous Agent.
from typing import List, TypedDict
class AIFirstEngineer(TypedDict):
name: str
role: str
core_focus: List[str]
tech_stack: dict
methodology: List[str]
me: AIFirstEngineer = {
"name": "Denys Kyrpota",
"role": "AI-First Full-Stack Engineer",
"core_focus": [
"Native LLM Apps (MVP to Prod)",
"Agent Orchestration (MCP)",
"AI-Powered SDLC & CI/CD"
],
"tech_stack": {
"core": ["Python", "FastAPI", "Node.js", "React"],
"ai": ["LLM Agents", "RAG", "Vector DBs", "MCP"]
},
"methodology": [
"Standardization: 'Rules for AI'",
"Legacy: AI-generated docs"
]
}
def get_mission() -> str:
return "Augmenting human expertise with Generative AI."Featured Project
SQL AI Agent
Advanced Text-to-SQL system for PostgreSQL databases (270+ tables). Utilizes a two-stage LLM pipeline (Table Selection + SQL Gen) and a RAG system with a knowledge base of verified queries, achieving high precision and minimizing hallucinations.
OpenAI GPT-4 RAG FastAPI PostgreSQL React
View on GitHub