Skip to content
View quocbao201104's full-sized avatar

Highlights

  • Pro

Block or report quocbao201104

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

Bảo

@baodev

Typing SVG

I build backend and AI systems for real operational use — explicit state, bounded decisions, and failure-aware automation.

   


⟡ About

Most of my work sits at the intersection of backend systems, AI workflows, and operational reliability. I care about what happens outside the happy path: retries, restarts, stale state, partial failure, authorization boundaries, and whether a system can explain why it made a decision.

What I focus on

  • Reliable backend systems under real workloads
  • AI pipelines with explicit quality and policy gates
  • Durable state, recovery, and idempotent execution
  • Security and observability as system properties

How I work

  • Design for failure before polishing the demo
  • Prefer explicit routing and state transitions
  • Bound model authority with deterministic controls
  • Treat evidence, telemetry, and recovery as first-class

⟡ Building

🤖 OmniPilot — AI Sales Agent for Shopee

My main commercial project: a seller-controlled agent that handles Shopee buyer conversations, grounds replies in shop knowledge, and can operate unattended without giving the model unrestricted authority.

  • Failure-aware runtime — local-first MV3 state, durable locks/debounce, idempotent decisions, retry/backoff, stale-send protection, and recovery when the browser service worker disappears
  • Hard trust boundaries — the extension owns the Shopee session; the backend owns LLM/RAG and secrets; signed requests connect the two without moving marketplace credentials across the boundary
  • Bounded automation — deterministic compliance and buyer-risk gates can bypass the LLM entirely; seller-controlled auto-send and a global kill-switch cap effect authority
  • Grounded responses — structured shop knowledge + RAG, validation, telemetry, and observable send decisions rather than opaque end-to-end generation

TypeScript · Chrome MV3 · Fastify · IndexedDB/Dexie · LLM + RAG  ·  Active commercial project  ·  🔒 Private source


⟡ Shipped

🎧 TruyenVietHay — Content & Audio Platform

A completed full-stack Vietnamese reading and audio platform built around CDN-backed content delivery, realtime features, background processing, and mobile-first UX.

  • Static chapter/audio delivery through object storage + CDN while the API serves metadata and application state
  • Redis-backed background jobs for batched counters, statistics, reconciliation, cleanup, rewards, and ranking workloads
  • Realtime chat/notifications, PWA support, JWT + Google OAuth, rate limiting, and production deployment tooling
  • Separate media/content paths for image, JSON, and audio-heavy workloads instead of pushing everything through the application server

Vue 3 · TypeScript · Node.js · MySQL · Redis · Cloudflare R2 · Cloudinary  ·  Completed system  ·  🌐 Public source


⟡ Researching

🔬 Trustworthy Agentic Systems

An ongoing research track on state integrity in long-lived AI agents: provenance, authority, temporal correctness, durable execution, and the gap between rich runtime traces and governance-relevant interfaces.

  • Separates established foundations from agent-specific hypotheses instead of assuming novelty
  • Uses falsification-first gates: weak ideas are narrowed or abandoned rather than rescued after the fact
  • Current benchmark work studies whether an already-produced action can still be bound to the exact committed external effect occurrence after crash/recovery boundaries
  • Freezes claims, implementation, held-out evaluation, and adjudication rules before observing authoritative results

Python · Agent Runtimes · Durable Execution · Provenance · Benchmarking  ·  Research in progress  ·  🔒 Private until release


⟡ Explored

📊 MarketGap — Product Opportunity Intelligence

A paused product/R&D track for finding products with promising source-market signals on 1688 that still face limited competition on Shopee Vietnam.

  • Engine pipeline: source crawling → deduplication → translation → Shopee image/market matching → supply enrichment → evidence-backed scoring and decisions
  • Opportunity scoring combines demand, visual gap, estimated margin, local-market gap, competition pressure, data confidence, and explicit risk signals
  • Separate SaaS consumes a versioned engine contract and provides auth, subscriptions, billing, opportunity exploration, watch/reserve workflows, and market radar

Python · Vision / pHash · Next.js · TypeScript · PostgreSQL · payOS  ·  Paused  ·  🔒 Private source


⟡ Open Engineering

These are smaller or more inspectable public artifacts that show the engineering behind the claims above.

  • BAO.OS / Portfolio — interactive portfolio with command routing, multiple RAG modes/personas, Supabase pgvector retrieval, local deterministic embeddings, an OpenAI-compatible API surface, and server-side redaction boundaries.
  • CD1-2 — Linux security monitoring lab combining Suricata, Wazuh, deterministic correlation/risk scoring, local IsolationForest signals, evidence-aware explanations, and controlled response policy.
  • Marketing Practitioner — evidence-informed marketing reasoning skill with explicit epistemic, scope, causal-claim, measurement, and learning discipline.
  • Audio Ingest — queue-based YouTube audio ingestion pipeline using Redis workers, FFmpeg, object storage, recovery paths, and database synchronization.

⟡ Capabilities

Area Stack
Languages & Runtime Node.js TypeScript Python
Backend & Security Express Fastify JWT
Data & Processing PostgreSQL MySQL Redis Queues
AI & Agents LLM RAG Agents
Infra & Storage Cloudflare R2 Cloudinary Vercel

⟡ GitHub Activity

GitHub contribution activity


Open to backend / AI systems roles where reliability actually matters  ·  reach out

Popular repositories Loading

  1. marketing-practitioner-skill marketing-practitioner-skill Public

    A marketing and copywriting skill for AI agents that researches before it writes. Give your agent a product, customer context, or messy source material. It finds the angle, chooses the message, and…

    2

  2. TruyenVietHay TruyenVietHay Public

    TruyenVietHay – Nền tảng đọc truyện online với Node.js, Vue.js và MySQL.

    Vue

  3. quocbao201104.github.io quocbao201104.github.io Public

    Personal Resume/CV website showcasing my projects and professional experience.

    TypeScript

  4. quocbao201104 quocbao201104 Public

  5. Audio-Ingest Audio-Ingest Public

    Automated audio ingestion pipeline for TruyenVietHay: YouTube to Cloudflare R2.

    JavaScript

  6. reverse-skill reverse-skill Public

    Forked from zhaoxuya520/reverse-skill

    Reverse Engineering / Authorized Penetration Testing / Security Research Skill Router Pack AI-powered routing + On-demand toolchain bootstrapping + Self-evolving knowledge base Supports Claude Code…

    PowerShell