Skip to content
View revazi's full-sized avatar

Organizations

@GDG-Tbilisi

Block or report revazi

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

Hi, I’m Revaz/Rezi

Engineer building developer tools, coding-agent integrations, and practical AI-assisted products.

I work across backend systems, developer experience, and practical AI integrations. Recent projects focus on helping developers understand codebases, monitor agent work and build LLM features that stay explicit, validated, and permission-aware.

🎯 Current focus

  • Code intelligence inside coding-agent workflows
  • Agent/session infrastructure: notifications, long-running tasks, remote control and review loops
  • Safe natural-language interfaces for Django and Django REST Framework applications
  • Local-first product experiments around music libraries, publishing and personal workflows

🛠️ Open-source projects

  • pi-fallow — TypeScript extension that brings Fallow codebase intelligence into the Pi coding agent through agent tools and slash commands.
  • tasklight — Go CLI for running long developer tasks and getting notified when they finish, fail, or need attention.
  • pi-tasklight — TypeScript extension that connects Pi coding-agent sessions to Tasklight desktop notifications.
  • django-asklens — Python/Django package for safe natural-language querying over registered models using validated LLM query plans and read-only ORM execution.

🧪 Product experiments

  • Bgera (bgera.app) — local-first macOS music library for audio analysis, similarity search and playlist building. Previously musicidx.
  • Pi Deck — global session manager and remote companion for the Pi coding agent.
  • retreat.day — agent-assisted publishing platform for thoughtful content about retreats, mindfulness and self-care.
  • AskLens — product direction around natural-language data exploration for Django applications, currently published as django-asklens.

Some of these projects are in active development and will be public when they’re useful beyond my own experiments.

🔭 What I’m exploring

  • Developer tools and code intelligence
  • Coding-agent UX and infrastructure
  • AI-assisted software without replacing engineering judgment
  • Python/Django, TypeScript, Go, and Rust
  • Local-first and privacy-conscious applications
  • Learning in public through small, useful open-source projects

🧭 Background

I have more than ten years of software engineering experience across backend systems, product development, infrastructure and technical leadership.

Recently I’ve been focused on making AI-assisted development more inspectable and dependable: giving agents better project context, keeping humans in the review loop and turning recurring workflow problems into reusable tools.

🔗 Elsewhere

Pinned Loading

  1. pi-fallow pi-fallow Public

    Pi extension that brings Fallow codebase intelligence into Pi as an agent tool and slash command.

    TypeScript 9

  2. pi-tasklight pi-tasklight Public

    Pi extension that sends Tasklight desktop notifications when coding-agent tasks finish.

    TypeScript 5

  3. tasklight tasklight Public

    CLI that notifies you when long-running developer tasks finish, fail, or need attention.

    Go 3

  4. django-asklens django-asklens Public

    Safe natural-language querying for Django models with validated LLM query plans and read-only ORM execution.

    Python