Eugene Lacatis

Software Engineer | MS Software Engineering @ SJSU | 6x Hackathon Winner

Passionate about building quality software solutions end-to-end. Hope you find something I've made interesting to you!

Dashboard

Last Played

Featured Projects

Experience

Software Engineer

2017 - Present

Lacatis Construction

  • Owned the full lifecycle of ambiguous internal tooling projects end to end. Scoped problems with no prior specification, defined requirements, built solutions, and maintained them in production as business needs evolved.
  • Built an invoice PDF generator and parts inventory CRUD system from scratch. Reduced invoice creation time by 90% and annual parts costs by 26% by independently scoping, building, and iterating through direct user feedback.
FastAPIPostgreSQLReactWeasyPrint

AI/ML Engineering Intern

Sept 2025 - Nov 2025

Cybele Health

  • Designed the model architecture for a clinical chatbot grounded in a doctor's own knowledge base, evaluating open-source vs. closed-source LLMs against HIPAA constraints and building the case that informed the final model decision.
  • Built a RAG pipeline over doctor-specific clinical content with Google MedGemma as a domain-aware guardrail layer, restricting responses to verified provider material.
  • Diagnosed root cause of generic MVP responses through clinician-led evaluation, tracing the issue to limited source-corpus coverage, and proposed a prioritized retrieval-fallback design to address it.
RAGMedGemmaLLM EvaluationHIPAA Compliance

Software Engineering Intern

June 2022 - Aug 2022

Kaiser Permanente

  • Abstracted multi-step Splunk log analysis workflows into reusable macros and conditional panels; integrated regional error breakdowns via dynamic pie charts to cut incident triage time for 1000+ Pharmacy IT staff.
  • Implemented parameterized SPL queries and reusable macros to trace cascading error origins across log hierarchies, reducing search latency by 70% across 100k+ daily log entries.
  • Designed cross-system Splunk dashboards monitoring error rates, latency spikes, and system dependencies; surfaced performance bottlenecks in pharmacy's Rx ordering system.
SplunkSPLDashboard DesignLog Analysis

Hackathon Wins

WhatTheDiff

2nd Place Overall & Best Project for Digital Content Creation

SJHacks 2026

April 2026

  • Built a native macOS desktop app (Electron, Next.js, Three.js) that lets game and design teams drag two .glb files onto it and see exactly what changed, visually and structurally. No 3D software, server, or auth needed.
  • Implemented three ways to compare models: side-by-side with synced cameras, a ghost overlay that blends both meshes (toggle A, B, or blended), and an automated 6-angle pass that reports a diff percentage per angle. Structural diffing runs on gltf-transform.
  • Built a CLI and a local git hook that opens the diff viewer automatically whenever a commit touches a .glb file, so 3D asset review happens inside the team's normal git workflow instead of as a separate step.
Next.jsTypeScriptTailwindThree.jsElectrongltf-transformZustand

Amber

Winner - Best Hack by Womxn In Tech

Hack For Humanity 2026

January 2026

  • Built a covert evidence-collection app disguised as a meditation timer for domestic violence victims, featuring a secret duration-based unlock mechanism that CS students at the hackathon couldn't discover.
  • Engineered a 4-agent LangGraph pipeline (Ingest, Analysis, Legal, Watchdog) with Groq LLM for SHA-256 hashed evidence storage, Reka AI photo analysis, automated legal gap-analysis PDF generation, and dead man's switch escalation via Twilio and ElevenLabs.
  • Developed React Native mobile app with dual-auth JWT system (decoy meditation vs. encrypted vault) backed by FastAPI and Supabase, with GPS-timestamped metadata preservation for court-admissible evidence.
React NativeFastAPISupabaseLangGraphGroqTwilioElevenLabs

Iris

2nd Place - Crater Play Do Track

Cal Hacks 12.0

October 2025

  • Built an AI-powered voice assistant for visually impaired users, integrating OpenAI Vision API for real-time scene analysis and Hume AI for empathetic voice responses with emotional intelligence.
  • Developed Flask backend processing camera feeds and coordinating between computer vision, LLM inference, and text-to-speech services to deliver contextual audio descriptions within 2 seconds.
  • Implemented ElevenLabs voice synthesis for natural-sounding audio feedback, creating an accessible interface that responds to voice commands and environmental queries.
  • Won 2nd place in Crater Play Do track out of 111 teams at Cal Hacks 12.0.
Next.jsFlaskPythonOpenAI APIHume AIElevenLabs

MEDIdata

3rd Place - Fetch.ai Track

HackMIT 2025

September 2025

  • Led a team of 4 to develop a secure multi-agent diagnostic system (uAgents + ASI:One LLM), creating 5 specialized agents that analyze patient data while maintaining HIPAA compliance through data minimization.
  • Engineered multi-agent workflow where specialized agents analyze different patient data segments in parallel, then collaborate to produce comprehensive diagnostic assessments with confidence scoring.
  • Won 3rd place in Fetch.ai track at HackMIT 2025, demonstrating practical application of multi-agent systems in regulated healthcare environments.
uAgentsASI:OneFastAPIMongoDBNext.js

HireSense

Best Use Case of Interoperable Agents

UC Berkeley AI Hackathon (CalHacks)

June 2025

  • Led a team of 4 to develop a multi-agent hiring system (uAgents + ASI:One LLM) with task-specific agents for parsing resumes, analyzing job descriptions, and determining hire/no-hire outcomes through structured LLM agent debate rounds.
  • Deployed a WebSocket layer for streaming debate messages across agents and frontend with <200ms latency, enabling real-time hiring decision visibility.
  • Won Fetch.ai Best Use Case of Interoperable Agents out of 350+ teams at UC Berkeley AI Hackathon (CalHacks).
uAgentsASI:OneSupabaseWebSocketsPython