Skip to content
View brianmcd08's full-sized avatar

Block or report brianmcd08

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

Brian McDowell

Engineering leader with hands-on experience in RAG pipelines, agentic systems, and LLM integration.

Currently: Extending a production agentic RAG system. Deployed it to AWS as a container-image Lambda behind API Gateway with Bedrock inference and Terraform IaC, running the same codebase as the Streamlit deployment.

Recent work:

  • Agentic RAG chatbot with hybrid retrieval, multi-tool ReAct agent, Postgres-backed persistent memory, and LLM-as-judge evaluation. Built on Pinecone and Claude: live app.
  • Bank transaction simulator including event-driven architecture with SNS fan-out to SQS queues.

Stack: Python, Java, LangChain, LangGraph, FastAPI, Pinecone, Postgres, Docker, Terraform, AWS (Lambda, API Gateway, Bedrock), Claude API

📍 Durham, NC

Pinned Loading

  1. civ-rag-pipeline civ-rag-pipeline Public

    Agentic RAG chatbot with hybrid retrieval, multi-tool ReAct agent, cross-session memory, and LLM-as-judge evaluation. Deployed on AWS Lambda and Streamlit Cloud.

    Python

  2. bank-simulator bank-simulator Public

    Python