Open to new-grad SWE roles

Hi, I'm George.

Software Engineer

I build AI-native products, agentic systems, embedded-system

PythonTypeScriptJavaScriptJavaCC++ReactReact NativeNext.jsFastAPIClaude APIOpenAI Agents SDKLangChain / LangGraphCrewAIMCPSupabasePostgreSQLRedisCeleryAWSDocker

02 — Career

Experience

Software Engineer Intern

WiBotic Inc. · Seattle, WA

CurrentJul 2026 – Sep 2026
  • Joining the fleet energy management team to build embedded/mobile software for wireless charging systems.
  • Powering mobile, aerial, and underwater robotics platforms across the fleet.
EmbeddedMobileRobotics

Founder

Wallzy · Seattle, WA

CurrentOct 2025 – Mar 2026
  • Designed and shipped a smart digital wallet that chooses the best credit card in real time — an iOS app with 20+ beta users, a 60+ person waitlist, and 75k+ social impressions.
  • Architected the React Native app with geofencing for location-based card recommendations; a client-side cache cut latency from ~500ms to 160ms across 50 cards.
  • Built a Python scraping pipeline (Playwright, BeautifulSoup) chained with the Gemini API for structured extraction across 40+ bank websites.
  • Enforced an AI-driven pre-commit policy (Claude.md) that scans every changed file for exposed keys and security violations before merge.
React NativePythonGemini APIGeofencing

Software Engineer Intern

Quilly LLC · Berkeley, CA

PastMay 2025 – Aug 2025
  • Built a full authentication system (sign-up, login, password reset, session persistence) across 10+ React Native screens with MongoDB, validated end-to-end.
  • Revamped onboarding from zero to one across 15+ screens with the founder and lead designer, cutting drop-off between signup and first use.
React NativeMongoDBAuthUX

Software Engineer Intern

Halodoc · Jakarta, Indonesia

PastJun 2024 – Sep 2024
  • Built data-driven analytics tools with SQL and Looker Studio to automate marketing campaign measurement for a platform serving millions of users, saving 30M+ IDR in operational costs.
  • Partnered with cross-functional stakeholders including product and C-suite to deliver a 1-year business forecasting report with 100% on-time delivery across 2-week Agile sprints via Jira, improving scheduling efficiency by 20%.
SQLLooker StudioAnalyticsAgile

Software Engineering Intern

PT Menjangan Sakti · Jakarta, Indonesia

PastJun 2022 – Aug 2022
  • Built an internal CRM-style supply chain management platform using Java Spring Boot REST APIs, a MySQL relational database, and a React.js frontend to manage B2B workflows between clients and suppliers, improving operational efficiency by 25%.
  • Designed and delivered a scalable, high-availability backend service end-to-end — from requirements through deployment — adopted by 50+ employees and integrated across the full supply chain pipeline.
JavaSpring BootMySQLReact.js

03 — Selected work

Projects

A few things I've built recently. Each card links straight to the live project or repo.

Drawing Reviewer report view
Jul 2026

Drawing Reviewer

An AI pre-production analysis platform that automates engineering drawing inspections.

  • Two-phase analysis: classifies the drawing type to scope applicable review categories, then runs structured checklists per category — skipping inapplicable ones to cut false positives.
  • Vision-based intake accepts PNG, JPG, and PDF as base64, batching up to 10 files per submission with MIME-type validation.
  • Produces scored reports (0–100 per category) with severity-ranked issues and a REVISE AND RESUBMIT verdict driven by critical defect counts.
React 19ViteFastAPIPython 3.12Claude API
View project
TaxBuddy app screenshot
May 2026

TaxBuddy

An agent-loop architecture for autonomous tax filing, guarded end-to-end.

  • Agent loop with tool calls for retrieval, computation, and PDF generation — validated by guardrails.
  • Multi-agent extraction converts documents to markdown with a Llama model, then hands off to a smaller parser.
  • Cut per-document inference cost by ~97% via model tiering.
Next.jsSupabaseAnthropic APIStructured Output
View project
In progress
In progress
Jul 2026

Sales Agent

An autonomous multi-agent cold-outreach system built on the OpenAI Agents SDK.

  • Writer, editor, and sender agents coordinate via handoffs to draft, refine, and dispatch personalized emails.
  • Tool calling + guardrails (input/output validation, tripwires) enforce tone, compliance, and formatting.
  • Reduces the need for human review on every send.
OpenAI Agents SDKGuardrails APIObservability
View project
BLE tracker hardware
Jul 2025 – Aug 2025

AirTag-Like BLE Tracker

A dual-ESP32 asset tracker running FreeRTOS, with BLE, IMU motion detection, and RFID access control.

  • Designed a dual-ESP32 system with FreeRTOS tasks, queues, and semaphores achieving 95% real-time movement update reliability.
  • Integrated BLE 5.0 advertisement, MPU6050 IMU motion detection, and RFID-based access control on a single ESP32 platform.
ESP32FreeRTOSBLE 5.0IMURFID
View github
Line-following robot PCB
Oct 2024 – Dec 2024

Line-Following Robot

A PID-controlled line follower on a custom 2-layer PCB designed in KiCAD.

  • Designed and tuned a PID control loop using 5 photoresistors for line detection, achieving 95% path accuracy at 0.5 m/s on a standard test track.
  • Designed a 2-layer PCB in KiCAD consolidating motor drivers, sensors, and microcontroller into a 20cm × 10cm footprint, eliminating breadboard prototyping entirely.
ArduinoKiCADPID ControlSolderingOscilloscope