Skip to content
View AVP-Dev's full-sized avatar
🤖
Human in the loop
🤖
Human in the loop

Block or report AVP-Dev

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
AVP-Dev/README.md

Aliaksei Patskevich (AVPDev)

Typing SVG



EnglishРусская версия

Pravia NYX Vox Website LinkedIn Telegram Blog

AI Solutions Architect & Systems Engineer focusing on deterministic agent orchestration, high-load vector RAG pipelines, and disciplined software architecture.


🎯 About & Engineering Focus

I bridge high-level system architecture, hands-on AI engineering, and low-level systems programming. As the creator and architect of Pravia (enterprise AI-employee platform), creator of NYX Vox (zero-latency Rust & Tauri voice interface), author of agent-starter-kit, and writer of technical essays at avpdev.com/blog, my focus is transforming experimental "vibe coding" into disciplined, enterprise-grade development. By defining strict system invariants, contract-first boundaries, and automated verification loops, I build AI-native systems that are resilient, maintainable, and deterministic.


🧠 Philosophy: Zero Vibe Coding

«Controlling ideas and system invariants, not babysitting syntax.»

Systems are built around an immutable, human-designed Skeleton (data SSOT, auth context, event bus) powering isolated, AI-generated Disposable Modules that can be regenerated on demand rather than manually refactored.

┌────────────────────────────────────────────────────────┐
│                   HUMAN ARCHITECT                      │
│        Invariants │ Data Schemas │ System SSOT         │
└───────────────────────────┬────────────────────────────┘
                            │
                            ▼
┌────────────────────────────────────────────────────────┐
│                   SKELETON KERNEL                      │
│   Auth Context │ Event Bus │ pgvector / HNSW │ Queues  │
└───────────────┬────────────────────────┬───────────────┘
                │                        │
                ▼                        ▼
      [ Disposable Module A ]  [ Disposable Module B ]
         100% AI Generated        100% AI Generated

🛠️ Technology Stack & Core Competencies

Domain Production Tools & Technologies
AI, RAG & Agents Gemini Antigravity, Claude Code, OpenAI Codex, pgvector, HNSW, ONNX Runtime, Agent Orchestration, Tool Calling
Systems & Desktop Rust 2021, Tauri 2, cpal (Audio DSP), macOS & Windows APIs, Groq Whisper / Deepgram Nova-2 / Gemini STT
Backend & Distributed Bun 1.3+, Node.js 26 LTS, Go 1.27+, Python 3.14 (FastAPI), BullMQ, Redis, PostgreSQL, Drizzle ORM
Frontend Systems Next.js (App Router), React, TypeScript 5.8+, Astro 7, Tailwind CSS
DevOps & Infrastructure Docker, Coolify, Dokploy (Self-Hosted PaaS), GitHub Actions (CI/CD), Linux (Bash, Nginx)

🚀 Featured Engineering Projects & Products

Production B2B AI-employee platform powered by enterprise knowledge base RAG. Instant customer support, lead qualification, and CRM/Telegram pipeline integrations.

Production-grade AI engineering standards, verification gates, and disposable module architecture for Antigravity, Claude Code, and Copilot/Codex.

🎙️ NYX Vox

Sub-500ms voice-to-text interface for macOS & Windows built with Rust & Tauri 2. Verbatim AI formatting, smart VAD, and instant auto-paste into any focused app.

High-performance personal website and engineering blog built on Astro 7, TypeScript, and Bun. Features hybrid SSR/SSG, strict security, and Docker-first architecture.


✍️ Engineering Thought & Blog

I write about deterministic AI architectures, multi-agent systems, and moving beyond raw code generation into systems thinking.
👉 Read technical essays & architecture deep-dives on avpdev.com →


⚡ Live Terminal API

Run in your terminal for real-time telemetry, ANSI graphics, and instant collaboration info:

🖥️ ANSI Cyber-Terminal Banner & Telemetry:

curl -s "https://avpdev.com/api/connect?banner=1"

🟢 Live Architect Availability Status:

curl -s "https://avpdev.com/api/connect?raw=status"

🤝 Initiate Engineering Collaboration:

curl -s "https://avpdev.com/api/connect?action=hire"

Aliaksei Patskevich (AVPDev)
AI SOLUTIONS ARCHITECT • LINKEDINTELEGRAM

Pinned Loading

  1. avpdev.com avpdev.com Public

    🚀 Production-ready portfolio & technical blog built on Astro 7, TypeScript, and Bun. A reference Docker-first architecture featuring hybrid SSR/SSG rendering, advanced i18n, strict security, and st…

    TypeScript

  2. nyx-vox nyx-vox Public

    ⚡ Sub-500ms AI voice interface for macOS & Windows built with Rust & Tauri 2. Verbatim speech-to-text, smart VAD & instant auto-paste into any app.

    Rust 1

  3. agent-starter-kit agent-starter-kit Public

    Production-grade AI engineering standards, verification gates, and disposable module architecture for Antigravity, Claude Code, and Copilot/Codex.

    Shell