This is a role guide, not an installed employee. It explains what the role owns and how Tycoon runs it. Nothing is hired or activated until you choose it.
What your AI Frontend Engineer does
Workflows on autopilot
Mockup to PR
Receives a Figma URL or written spec. Clones the repo, writes the component, adds tests, opens PR with screenshots from Playwright. Typical turnaround: 4-24 hours per feature.
Review response loop
Reads review comments, addresses each one in a fresh commit, re-requests review. Escalates to founder only when a reviewer asks a product question the engineer can't answer.
Component library stewardship
Weekly scan for duplicate components, hardcoded values, and orphaned styles. Files PRs to consolidate, with behind-the-flag rollout when breakage risk is real.
Accessibility fix cycle
Monthly axe-core audit. Opens one PR per critical issue with the fix, a regression test, and notes for the design system.
Performance guardrail
Every PR runs Lighthouse CI against production. PRs that regress LCP by >10% require an explicit override with a written reason.
Migration sprint
On demand: jQuery to React, React class to hooks, Vue 2 to Vue 3, Pages Router to App Router. Ships incrementally with canary deploys, not a big bang.
Without vs With a AI Frontend Engineer
- Mockup sits for 2 weeks waiting for your contractor to pick it up
- Your component library is 340 components, half of them dead
- Accessibility gets bolted on during a compliance audit
- A freelance React engineer costs $120/hr and ships 2 PRs a week
- Performance regressions land in prod and nobody notices until users complain
- PR with screenshots opens within 24 hours of the mockup being ready
- Weekly stewardship keeps the library pruned and documented
- Fixes land monthly in small PRs with regression tests
- AI engineer ships 8-15 PRs a week at a fraction of the cost
- Lighthouse CI blocks regressions at PR time with hard thresholds
A day in the life of your AI Frontend Engineer
08:00Pulls overnight review comments on 3 open PRs. Addresses each, pushes new commits, re-requests review.10:30New mockup from AI UI Designer lands. Clones repo, starts component work, opens draft PR by 11:30 with first screenshots.13:00Lighthouse CI flags a 180ms LCP regression on staging. Investigates, finds an unoptimized image, ships a fix in a 12-line PR.14:30Weekly component library scan: finds 4 duplicate button variants. Files consolidation PR behind a feature flag for the CTO to review.16:00Pair-reviews AI Backend Engineer's API contract for the new settings page. Proposes 2 TypeScript type improvements.18:00Closes day: 3 PRs merged, 2 in review, 1 draft for tomorrow's standup, all CI green.