Skip to content
View IKogtev's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report IKogtev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
IKogtev/README.md

Itai Kogtev — Forward Deployed AI Engineer

AI/ML Team Lead · Multi-Agent Systems · MCP · RAG · Enterprise AI

Location Email LinkedIn

About me

I am a forward deployed AI engineer with experience in building multi-agent systems and enterprise AI solutions. Currently working as AI/ML Team Lead at fintech company. Before that I spent 6 years at Gazprom Neft as Head of Data Quality, where I was building data platforms and leading teams.

I specialize in MCP protocol, RAG systems, and Google ADK framework. I like to work on problems where AI agents need to interact with real systems — databases, APIs, and business tools.

Tech Stack

┌─────────────────────────────────────────────────────┐
│                   Orchestration                      │
│        Google ADK · LangChain · LangGraph            │
├─────────────────────────────────────────────────────┤
│                     MCP Layer                        │
│     Model Context Protocol · Custom Servers           │
├─────────────────────────────────────────────────────┤
│                     RAG Layer                        │
│    LlamaIndex · Vector Search · Embeddings            │
├─────────────────────────────────────────────────────┤
│                  Deep Learning                        │
│           PyTorch · ONNX · GPU Opt                   │
├─────────────────────────────────────────────────────┤
│                    Platform                          │
│      Python · Docker · FastAPI · PostgreSQL           │
└─────────────────────────────────────────────────────┘

Languages: Python, SQL, Bash Frameworks: PyTorch, FastAPI, LlamaIndex, LangChain, Google ADK Infra: Docker, AWS, S3, PostgreSQL, SQLite Data: Pandas, Spark, DBT

Portfolio

MCP Servers

  • mcp-server-kbsearch — MCP server for semantic search. Using LlamaIndex embeddings and auto-ingest from S3. You can search through knowledge base with natural language queries.

  • mcp-server-dbsearch — MCP server for database search. Auto-loads Excel and CSV files from S3 to SQLite, provides REST API for querying. Good for when you need to search through structured data.

AI Agents

  • dbhub_example — Financial analyst agent built with Google ADK and MCP. It can query PostgreSQL database and verify SQL execution. Shows how to build agent that works with real financial data.

  • asch-chat-bot — Multi-agent chat bot with product selection. Uses MCP tools, PostgreSQL with Alembic migrations, deployed in Docker. Each agent handles different part of conversation.

  • ya-assistant-api — Integration with Yandex AI Assistant API. Prototyping different tools and workflows for Yandex platform. Shows how to extend LLM capabilities with custom tools.

Deep Learning

  • moleskin — PyTorch training pipelines for melanoma classification on ISIC 2019 dataset. Includes GPU inference optimization and experiment tracking.

  • mediag — Deep learning research for medical image analysis. Working on cancer diagnosis using cell classification models.

Experience

Period Role Company
2024–Present AI/ML Team Lead Fintech & Enterprise Solutions
2018–2024 Head of Data Quality Gazprom Neft

Recent work includes:

  • Building multi-agent systems with MCP protocol for enterprise use
  • Designing RAG pipelines with vector search and document retrieval
  • Leading ML team of 5+ engineers
  • Implementing data quality frameworks for petabyte-scale systems

Certifications & Education

  • CDMP — Certified Data Management Professional
  • IBM Deep Learning Specialization — Neural Networks
  • MBA — Master of Business Administration
  • Systems Analysis — Bachelor degree

Contact

Email: itai.kogtev@gmail.com LinkedIn: linkedin.com/in/vkogtev Location: Israel (open to remote) Available for freelance projects

Pinned Loading

  1. asch-chat-bot asch-chat-bot Public

    Multi-container chat bot with AI agent backend. Docker-based deployment with Alembic migrations and persistent state.

    Python 1

  2. dbhub_example dbhub_example Public

    Financial analyst agent using Google ADK Web + dbhub MCP server + PostgreSQL. ReAct prompt with SQL execution verification.

    Python 1

  3. mcp-server-dbsearch mcp-server-dbsearch Public

    MCP server for intelligent SQLite database search. Auto-loads Excel/CSV from S3 with rich query operators and REST API.

    Python 1

  4. mcp-server-kbsearch mcp-server-kbsearch Public

    MCP server for semantic knowledge base search using LlamaIndex embeddings. Auto-ingests from S3, vector search with configurable chunking.

    Python 1

  5. moleskin moleskin Public

    PyTorch training pipelines for melanoma image classification. ISIC 2019 dataset, GPU inference optimization, and model evaluation.

    Jupyter Notebook 1