AI Enthusiast
I use AI as part of a deliberate stack: coding in the editor, reasoning in the browser, models on the desktop, and automation in the background. Here is the tooling I rely on, how it fits together, and what I have shipped with it.
Core stack
How it fits together
Cursor and your project files sit at the center. Around that: local models (Ollama), automation (n8n), research (ChatGPT), terminal agents (OpenCode), and visual tools (Higgsfield). Experiments like Google’s newer surfaces sit beside this loop.
Additional AI experience
Certificates
Generative AI programs on Coursera (IBM, SkillUp). Open each PDF to view the full certificate.
Generative AI for UI/UX Design (Specialization)
Coursera · three-course specialization · Dec 13, 2025
Introduction & applications, prompt engineering basics, future of UX/UI design.
Generative AI: Prompt Engineering Basics
IBM · Coursera · Dec 11, 2025
Generative AI: The Future of UX/UI Design
SkillUp · Coursera · Dec 13, 2025
Generative AI: Introduction and Applications
IBM · Coursera · Dec 5, 2025
AI-assisted projects
- Cover letter generator (local). A Node/Express app that uses Ollama for tailored cover letters from job descriptions, with learning from your edits and guardrails in the prompts (built iteratively with AI-assisted development).
- Pitch deck generator. A Python pipeline (ReportLab) that builds client-branded PDF pitch decks: a full narrative deck plus a presenter version with speaker script pages, config-driven per client, no PowerPoint dependency.
- Autosubtitle generator. A workflow that turns video or audio into timed subtitle files for faster captioning and editing (speech-to-text with post passes for timing and cleanup).
- Automation hooks. n8n workflows and terminal agents (OpenCode) for repeatable tasks that do not belong in the editor alone.