Logo

All Posts

  • Published on

    Building My Own Software Engineering Team with CrewAI

    AIPythonCrewAIOllamaGradioDockerMulti-AgentLLM
    How I built an AI-powered engineering team that assembles backend, frontend, and test modules on demand—using local LLMs with Ollama, dynamic templates, and robust Docker sandboxing.
  • Published on

    Building The Price is Right: An Autonomous AI Deal Discovery System

    AIPythonNext.jsVector-DatabaseOpenAIModalHuggingFaceChroma
    A hands-on look at fine-tuning open source AI models using LoRA/QLoRA techniques on Amazon product data. I discovered how a fine-tuned 8B parameter model outperformed GPT-4o and Claude, while navigating the practical challenges of limited GPU resources and hyperparameter optimization.
  • Published on
    A hands-on look at fine-tuning open source AI models using LoRA/QLoRA techniques on Amazon product data. I discovered how a fine-tuned 8B parameter model outperformed GPT-4o and Claude, while navigating the practical challenges of limited GPU resources and hyperparameter optimization.
  • Published on
    I built my first Retrieval-Augmented Generation (RAG) system - a student enrollment chatbot that demonstrates how AI can improve how educational institutions serve prospective students. The system combines natural language processing with a knowledge base to provide instant, accurate responses to student inquiries.