Skip to content
View hyper07's full-sized avatar

Block or report hyper07

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

Hi, I'm Kibaek

AI & Full-Stack Engineering Leader · Founder · 15+ years shipping production systems

I design and ship AI systems that hold up in production: LLM agents, retrieval pipelines, evaluation frameworks, and the data platforms underneath them. I have taken AI products from a blank repo to live customers as a founder, led engineering teams in enterprise settings, and defined the AI standards that other engineers build on.


What I Do

  • Lead AI initiatives from 0 → 1. I identify where AI solves a real customer or operational problem, align stakeholders across departments, and own delivery end to end: architecture, model serving, evaluation, and production support.
  • Build agentic and retrieval systems over real enterprise data. Multi-agent workflows, hybrid retrieval with reranking, citation-grounded generation, and streaming LLM orchestration across OpenAI, Anthropic, and open-source models.
  • Make AI measurable. I establish evaluation practice on Braintrust: regression datasets, scoring rubrics, prompt and retrieval A/B tests, and model comparisons that gate every change before it reaches users.
  • Engineer for cost and latency. Edge-optimized open-source model stacks, Redis-backed caching, model-aware routing, and on-device inference. One deployment cut AI operating costs by 40% with no loss in response quality.
  • Grow engineers. I have managed a team of four, mentored 8+ engineers, and set the prompting, review, and integration standards that raised team throughput and shortened PR cycle time.

Currently

  • Founder & Principal Engineer, Dotori.ai — Built CosReg, a live multi-agent compliance analyst that screens cosmetic formulas against 86,000+ ingredients across US, EU, and global regulations, and Signal, an ML price-prediction platform delivered through web and API.
  • AI / Senior Full-Stack Engineer at a national membership organization serving 3M+ members — Drive the organization's AI program: a production RAG platform over 10+ years of institutional data, a voice-enabled AI advisor agent, agentic workflows over a 6.9M-contact CRM, and the enterprise BI platform they reason over.
  • Graduate Researcher, Columbia University — Open-source AI ecosystems and enterprise adoption: data sovereignty, model licensing, and open-vs-proprietary tradeoffs.

Featured Work

LLM Infrastructure & Agents

  • ollama_exo_proxy_server — Secure, high-performance LLM inference gateway for distributed Exo and Ollama clusters. Model-aware routing and load balancing, API-key security, rate limiting, built-in RAG and vector search, Redis-backed KV caching, and application-level cluster management without Kubernetes. FastAPI · Gunicorn · Redis · MongoDB · ChromaDB · Nginx · Docker
  • gen-ai — Full-stack Generative AI playground implementing CNNs, GANs, diffusion models, energy-based models, and LLMs behind a FastAPI backend, with Dockerized deployment and Jupyter support for experimentation. PyTorch · FastAPI · Docker · Jupyter
  • AI-Companion — Real-time AI companion providing virtual family interaction for dementia patients. React · TypeScript · Convex

Applied ML & Decision Systems

  • AML Detection Platform (private, under NDA) — End-to-end anti-money-laundering system combining unsupervised anomaly detection, PCA, and ensemble risk scoring with analyst-facing dashboards. Dockerized and version-controlled for high-stakes automated decisioning. Python · HBOS · Isolation Forest · ECOD · XGBoost · Docker
  • Deep-Learning-LLM-Wounded-Treatment — Clinical decision-support platform: CNN multi-class wound classification (90%+ accuracy), vector similarity search over historical cases, and a local LLM for explainable case summaries. PyTorch · CNNs · Vector Search · Docker
  • NLP-LLM-Job-Recommendation — NLP platform over LinkedIn job postings using NER, topic modeling, and transformer embeddings to produce explainable compatibility scores and skill-gap analysis. Python · Transformers · NER · Topic Modeling
  • Skin-Lesion-Generation-Diffusion — Synthetic dermoscopic image generation with four generative models trained on the HAM10000 and ISIC datasets. PyTorch · Diffusion Models · GANs

Technical Depth

Area Expertise
LLM & Agentic Systems Autonomous agents, multi-step tool-using workflows, function calling, structured-output pipelines, streaming, real-time voice agents, multi-provider orchestration (OpenAI, Anthropic, Ollama, Exo)
Retrieval RAG architecture, hybrid retrieval and reranking, embeddings, Qdrant, ChromaDB, citation-grounded generation over messy enterprise data
Evaluation & Reliability Braintrust, regression datasets, scoring rubrics, prompt and retrieval A/B testing, Git-style model versioning, reproducible AI behavior in production
Deep Learning PyTorch, TensorFlow, CNNs, GANs, diffusion models, energy-based models, transformers
Classical ML & Anomaly Detection XGBoost, HBOS, Isolation Forest, ECOD, PCA, scikit-learn, pandas
Backend & Data Python, TypeScript/Node.js, PHP/Symfony, SQL · FastAPI, Flask, Express, REST, microservices, event-driven architectures, Celery · PostgreSQL, MySQL/MariaDB, MSSQL, MongoDB, Redis, AWS Redshift
Frontend & Mobile React, Next.js, TypeScript, React Native, Swift
Cloud & Delivery AWS (Lambda, Redshift), Docker, Kubernetes, Nginx, GitHub Actions, Jenkins, serverless, edge and on-device inference

How I Work

  • Ship, measure, iterate. Fast to a working system, rigorous about measuring it, disciplined about what changes next.
  • Build vs. buy on evidence. Hosted APIs where they win, open-source models where they win, and the numbers to show which is which.
  • Standards over heroics. Reusable patterns, review discipline, and documentation so the team moves faster than any one person.
  • AI-first delivery. I use Claude, Cursor, and similar tools daily across design, scaffolding, refactoring, and testing, and I teach teams to do the same well.

Education

  • M.S., Applied Analytics — Columbia University
  • B.E. — The City College of New York

Let's Connect

I am always open to conversations about LLM infrastructure, agentic systems, evaluation, and building AI teams. Ask me about Python, LLM system design, retrieval, and taking AI products from concept to production.

Languages and Tools:

aws canvasjs chartjs css3 docker express firebase flask git html5 javascript jenkins jest kubernetes linux mariadb mongodb mssql mysql nextjs nginx nodejs pandas php postgresql postman python pytorch react reactnative redis scikit_learn seaborn swift symfony tensorflow

Pinned Loading

  1. ollama_exo_proxy_server ollama_exo_proxy_server Public

    Secure, dockerized proxy and management layer for Exo & Ollama AI clusters with load balancing, API key security, analytics, and built-in RAG (Retrieval-Augmented Generation).

    Python

  2. gen-ai gen-ai Public

    A full-stack machine learning and generative AI project implementing modern deep learning techniques including CNNs, GANs, Diffusion Models, Energy-Based Models, and Large Language Models (LLMs). T…

    Python

  3. Skin-Lesion-Generation-Diffusion Skin-Lesion-Generation-Diffusion Public

    Generate synthetic dermoscopic images using 4 different generative models trained on HAM10000 and ISIC datasets.

    Jupyter Notebook

  4. NLP-LLM-Job-Recommendation NLP-LLM-Job-Recommendation Public

    This project is an NLP-powered platform for analyzing LinkedIn job postings using advanced natural language processing techniques including Named Entity Recognition (NER), Topic Modeling, and Word …

    Jupyter Notebook 1 3

  5. Deep-Learning-LLM-Wounded-Treatment Deep-Learning-LLM-Wounded-Treatment Public

    This project is a Deep Learning-based Medical Imaging Platform designed to assist clinicians and researchers in analyzing wound images. It combines state-of-the-art Convolutional Neural Networks (C…

    Python 2

  6. langflow-hackthon langflow-hackthon Public

    This project provides an intelligent data analysis assistant that can process datasets and provide insights based on user queries. Upload your data, ask questions, and get AI-generated analysis and…

    Python