Skip to content
View Gleb-Sergeevich-Loktionov's full-sized avatar
🔒
Locked In (ADHD Mode)
🔒
Locked In (ADHD Mode)

Highlights

  • Pro

Block or report Gleb-Sergeevich-Loktionov

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

Gleb Loktionov — AI Engineer


Reach me: Email Telegram AI knowledge base


Featured projects

Finished, working tools with setup guides, test suites and containerized deployments:

  • voice-agent
    Real-time outbound voice agent: live speech-to-speech lead qualification via OpenAI Realtime protocol, state-machine dialogue flow, SIP telephony & signed webhooks.
    Python · FastAPI · OpenAI Realtime · SIP · WebSockets · Docker
  • caseflow-ai
    Human-in-the-loop document ingestion pipeline: automated PDF splitting, layout OCR, schema extraction, and deterministic risk routing with a web review UI.
    Python · Tesseract OCR · PyMuPDF · Docker
  • presales-planner  CI
    Telegram bot that auto-schedules a team's tasks across people and days — respecting capacity, dependencies and deadlines — with a FastAPI web admin. Deterministic greedy solver over a critical-path graph; Claude intent parsing; text + voice task capture.
    Python · aiogram · FastAPI · PostgreSQL · SQLAlchemy · NetworkX · Claude
  • ai-redaktor  CI
    Telegram bot that proofreads and edits Russian text — spelling, punctuation, grammar and unjustified anglicisms — in a single structured Claude call, returning a corrected file, a summary, and a full list of fixes. One-command Docker run; tokens via .env.
    Python · python-telegram-bot · Anthropic Claude · pandoc · Docker
  • notion-telegram-notifier  CI
    Notion → Telegram push notifications for teams on Notion guest seats, where native notifications stop working. Polls Notion, diffs snapshots, and DMs the right person on assignment or status change. docker compose up -d.
    Python · aiogram · Notion API · SQLite · Docker
  • SpotiDL DJ  CI
    CLI that downloads Spotify playlists to MP3 with correct-track matching — you get the exact song and version you named, never a random remix or live cut — with full metadata and album art. Step-by-step setup incl. Spotify API keys.
    Python · yt-dlp · FFmpeg · Spotify API
GitHub stats Top languages

What I research & collect

I spend real time mapping the dev & AI-tooling landscape and sorting what's worth keeping into curated lists I actually use:

AI Agents list Developer Tools list Networking VPN list Reverse Engineering list Game Tech list Data Engineering list

all stars


How I build

The AI tools I work with every day to ship real software:

Claude Claude Code Cursor Codex Replit ChatGPT Gemini DeepSeek Qwen

Pinned Loading

  1. notion-telegram-notifier notion-telegram-notifier Public

    Notion → Telegram bot: personal push notifications when a Notion task is assigned to you or changes status. For teams on Notion guest seats where native notifications stop working.

    Python

  2. ai-redaktor ai-redaktor Public

    Telegram-бот для корректуры и редактуры русского текста: орфография, пунктуация, грамматика, замена англицизмов. Приём текста и файлов (.txt/.md/.csv/.docx/.odt/.rtf), Anthropic Claude + pandoc.

    Python

  3. caseflow-ai caseflow-ai Public

    Human-in-the-loop document ingestion pipeline: automated PDF splitting, layout OCR, schema extraction, and deterministic risk routing with a web review UI. Python / Tesseract / Docker.

    Python

  4. presales-planner presales-planner Public

    Telegram bot that auto-schedules a team's tasks across people and days (capacity, dependencies, deadlines), with a FastAPI web admin. Greedy solver + Claude intent parsing + voice input. Python 3.1…

    Python

  5. spotidl-dj spotidl-dj Public

    Download Spotify playlists to MP3 with correct-track matching that downloads the song you named — not a remix, live cut, or cover. yt-dlp + Spotify API. DJ's edition.

    Python

  6. voice-agent voice-agent Public

    Real-time outbound voice agent: live speech-to-speech lead qualification via OpenAI Realtime protocol, state-machine dialogue flow, SIP telephony & signed webhooks. FastAPI / WebSockets / Docker.

    Python