Skip to content
View HenryGlo's full-sized avatar
💎
Working With Rails :)
💎
Working With Rails :)

Block or report HenryGlo

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

Hi, I'm Henry 👋

Senior Full-Stack Engineer with 8+ years building production software in Ruby on Rails, Python, and React, with the last three years focused on shipping AI and LLM-powered systems to production.


🚀 What I'm working on

  • 🛤️ Building and scaling Rails applications since version 3 — performance, reliability, and code that ages well
  • 🔬 Shipping production RAG systems with LangChain, Claude, and vector databases
  • ☁️ Deploying solutions on AWS, where I'm certified (Cloud Practitioner + AI Practitioner)
  • 📊 Recently completed a Master's in Data Science at CEUPE — classical ML, statistical modeling, and applied analytics
  • ✍️ Writing about when to use AI and when not to

🛠️ Tech I use most

Backend: Ruby on Rails (v3–8) · Python (FastAPI) · Node.js (NestJS) · PostgreSQL · Redis · Sidekiq · GraphQL

AI/ML: LangChain · Claude · OpenAI · ChromaDB · RAG pipelines · XGBoost · evaluation harnesses

Frontend: React · TypeScript · Next.js · Ember.js · Hotwire/Turbo

Cloud: AWS (Lambda, Step Functions, S3, SQS, SNS, ECS, RDS, Glue) · Docker · CI/CD · GitHub Actions


🏆 Certifications

  • 🟧 AWS Certified AI Practitioner
  • 🟧 AWS Certified Cloud Practitioner
  • 🎓 Master's in Data Science — CEUPE (completed)
  • 🎓 ML Specialization — Stanford / DeepLearning.AI (completed)

📌 Featured Projects

🔍 AWS Docs RAG Assistant — Self-hosted RAG with hybrid retrieval (BM25 + dense embeddings), evaluation harness, semantic caching. FastAPI, ChromaDB, Redis, AWS.

🤖 Autonomous Research Agent — Anthropic tool-use protocol with guardrails: token budgets, iteration caps, loop detection. Reduced runaway runs from ~116K to ~11.5K tokens.

🏗️ LandingHub — Rails monolith connected to Claude via MCP for generating landing pages from client specs. Stripe subscriptions with idempotent webhook processing.


🌐 Let's connect


"Match the tool to the problem, not to the trend. That's where I do my best work."

Pinned Loading

  1. aws-docs-rag-assistant aws-docs-rag-assistant Public

    Production-grade RAG system for AWS documentation Q&A. Hybrid retrieval (semantic + BM25 + RRF), Claude Sonnet 4.6, RAGAs evaluation, Docker.

    Python

  2. aws-research-agent aws-research-agent Public

    Autonomous AI research agent for AWS/Cloud topics. Built with Claude Sonnet 4.6 tool use. Multi-tool reasoning with web search, fetching, code execution, and RAG.

    Python