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

Block or report Zuzuna54

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

Giorgi Giorgobiani

Senior AI Platform Engineer — I build the infrastructure that agent systems run on: orchestration, retrieval, evaluation, and the cost and latency controls that decide whether a system survives contact with production.

Nine years of production engineering, the last several on LLM and agent platforms.


In production

A multi-tenant conversation-intelligence platform turning ~100 hours of calls a week into structured business intelligence — nine queue-driven workers across seven queues each with its own dead-letter queue, retrieval over 3,072-dimension embeddings in pgvector, a 24-tool function-calling assistant, and an MCP server exposing the intelligence layer to external agents. Tenant isolation by Postgres row-level security in a single deployment. Compute cost down ~94% by moving off per-task serverless containers to capacity providers tuned per workload shape, autoscaled on queue backlog per task rather than CPU.

A 10-agent NLP pipeline on a decentralized data platform — a meta-orchestrator fanning out to seven stateless model agents in parallel, merging through a single writer into a social graph. Content-hash idempotency made the whole thing replayable: wipe Postgres, rebuild from source events, get identical output. Pipelines declared as infrastructure-as-code, so a new one ships as a stack file without recompiling any service.

An embedded AI companion platform — custom ESP32-S3 hardware, four memory layers across Redis, Postgres and a graph store, and a streaming voice loop under 500ms. Every session reprocesses the full prior history rather than reading a fixed window, so recall doesn't degrade as the window slides.

Earlier: founding engineer at a legal-AI startup through SOC 2 Type 2, and ML platform tooling in biotech.


What's pinned

Keeping agents accountable while they build — the problem I keep returning to. Agents that write code are easy; agents you can trust unattended are not.

  • loop-kit — a portable autonomous build loop. Fresh context per iteration, builder separated from judge, and evidence-gated marking so a feature can't go green unless it re-proves green.
  • sprint-harness — Shape Up + SPARC with drift control, using inject-violation-catch-restore to verify the guardrails actually fire.
  • inspector-hook — cross-IDE visibility into what AI coding assistants are doing to your files, in real time.

Agentic systems

  • jobsearch-automation — a local-first automation OS: ingest, score, tailor, then a hard human gate before anything is sent. Next.js dashboard over Postgres, with an LLM harness that runs faithfulness checks against fabrication.
  • Topic-Modelling — real-time chat analysis into a social graph with relationship intelligence and LLM-driven topic modelling.

Architecture

  • systems-architecture-studies — C4, sequence, and component diagrams for two production systems, written as pattern studies. Autoscaling on backlog-per-task, fan-out reads with a single writer, a promotion ladder that never demotes, content-hash idempotency.

Stack

TypeScript Python Node.js Next.js AWS Terraform Docker Kubernetes PostgreSQL Redis Neo4j Kafka OpenAI Anthropic Gemini

AI & LLM Multi-agent orchestration · agentic workflows · agent runtimes · RAG pipelines · vector search (pgvector) · embeddings · semantic clustering · Model Context Protocol (MCP) servers · streaming STT/TTS pipelines · prompt versioning · LLM observability · cost and latency optimization · OpenAI / Anthropic / Gemini / Mistral APIs · open-weight TTS/STT
Cloud & Infra AWS (ECS, SQS, Lambda, S3, RDS, AppSync, CloudWatch, ECR, EC2, VPC, CloudFront) · Pulumi (TypeScript) · CDKTF · Docker · Kubernetes · GitHub Actions · Serverless · GCP
Data PostgreSQL 17 (Row Level Security, pgvector) · Redis · FalkorDB · Neo4j · DynamoDB · MongoDB · Elasticsearch · Kafka · Prisma · TypeORM
Languages TypeScript · JavaScript · Python · C/C++ (embedded firmware) · Java · SQL · Cypher
Backend & API Node.js · Express · FastAPI · GraphQL · AppSync · Flask · Vert.x
Frontend React · Next.js · React Native · Redux · Tailwind · D3.js

📍 New York, NY · Remote (US)   ·   🔎 Open to Senior AI Platform / AI Infrastructure roles

Website · Résumé · LinkedIn · Email

Pinned Loading

  1. sprint-harness sprint-harness Public

    Shape Up + SPARC sprint harness with drift control, inject-violation-catch-restore methodology

    JavaScript

  2. inspector-hook inspector-hook Public

    Cross-IDE monitoring and orchestration tool for AI coding assistants, giving real-time visibility into AI agent operations, file changes, and session management.

    JavaScript 2

  3. loop-kit loop-kit Public

    A portable autonomous build loop: fresh context per iteration, builder separated from judge, and evidence-gated marking so a feature can't go green unless it re-proves green. Runs on Claude Code or…

    Shell

  4. systems-architecture-studies systems-architecture-studies Public

    Architecture studies of two production systems: a multi-tenant conversation-intelligence platform and a decentralized data platform. C4, sequence, and component diagrams.

  5. Topic-Modelling Topic-Modelling Public

    Agentic AI system for real-time chat analysis — a concierge agent fans batches out to model-backed agents, merging into a social graph with relationship intelligence and topic modelling.

    TypeScript

  6. jobsearch-automation jobsearch-automation Public

    Local-first job-search pipeline — sources, scores and tailors applications with an LLM, then stops at a human gate. Next.js + Postgres + Docker.

    TypeScript