C3 AI
Software Engineer · GenAI / Supply Chain · Nov 2024 to present · Redwood City, CA
Enterprise AI apps for semiconductor and manufacturing customers—pricing, production planning, and workforce scheduling at Fortune 500 scale. I ship full-stack: Type schemas over Snowflake, React/ReactFlow UX, GPT-4o agents in production, and Python services exposing REST and GraphQL APIs.
- Proof 01
GPT-4o with custom tools and session memory
Pricing chat interprets natural language into structured requests (e.g. time ranges), keeps conversation context per session, and pins AI-generated charts to a dashboard for 500+ users on a large semiconductor deal.
- Proof 02
Deals navigation at 10K+ objects
Nested infinite-scroll nav plus ReactFlow tree with lazy loading and TanStack Query so the UI stays responsive over huge pricing hierarchies tied to Snowflake-backed data.
- Proof 03
Types ↔ Snowflake and ML inputs
20+ custom Type schemas with mappings to Snowflake views; Python modules that shape multi-entity inputs for optimization models, with REST and GraphQL handlers where product needs them. Pytest in CI at 85%+ coverage on my code paths.