Skip to content
View OriginalKazdov's full-sized avatar
💥
💥

Highlights

  • Pro

Block or report OriginalKazdov

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.

Content in all repositories owned by your account will be closed.
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
OriginalKazdov/README.md

AI Engineer — Production Systems

I build AI systems that are reliable, observable, and intelligent. RAG engines, AI agents, and LLM observability platforms — designed for production, not demos.


What I Build

Adaptive RAG Engine — RAG system that dynamically selects its retrieval strategy per query. Hybrid search (vector + BM25 + RRF), self-evaluation pipeline, semantic chunking, and refusal path. 88 tests.

Agent Framework + DevTools — Lightweight framework for building AI agents with full execution traces. @tool decorator, ReAct + Planning modes, SQLite trace persistence, memory system, and Trace Explorer UI. 69 tests.

AI Pipeline Observatory — LLM observability SDK. Auto-instruments OpenAI/Anthropic with 3 lines of code. Cost tracking, quality scoring, hallucination detection, and EMA-based drift alerts. 28 tests.

The three projects form an ecosystem: Observatory instruments the other two, providing a unified monitoring layer across RAG and agent pipelines.


Tech Stack

Python FastAPI React.js Docker Anthropic OpenAI

AI/ML: Claude API, OpenAI Embeddings, Qdrant, BM25, Cohere Rerank, RAGAS evaluation

Backend: Python 3.12, FastAPI, Pydantic v2, SQLite, SSE streaming

Frontend: React 18, Tailwind CSS, Recharts, Vite

Infra: Docker Compose, Nginx


GitHub Stats

Kazdov's GitHub stats

Top Languages


Connect

Pinned Loading

  1. originalkazdov.github.io originalkazdov.github.io Public

    HTML

  2. adaptive-rag adaptive-rag Public

    Production RAG system with dynamic retrieval strategy selection, hybrid search, self-evaluation, and React dashboard. 88 tests.

    Python 1

  3. agent-framework agent-framework Public

    AI agent framework with @tool decorator, ReAct + Planning modes, full execution traces, and Trace Explorer UI. 69 tests.

    Python

  4. pipeline-observatory pipeline-observatory Public

    LLM observability SDK: auto-instrumentation, cost tracking, quality scoring, hallucination detection, drift alerts. 28 tests.

    Python