Back to Projects

AI-Assisted Product Demo

Tencent AI-HR Growth Demo

A Tencent AI-HR demo project focused on 90-day newcomer growth planning. I used it to practice multi-agent collaboration, AI-assisted deployment, basic data persistence, and turning a product idea into a reviewable demo.

Period

Jun 2026

Tools / Tech

Next.jsReactTypeScriptTailwind CSSCloudBaseTokenHub

Why I built it

Project focus: I wanted to explore how an HR training idea can become a concrete product flow for newcomers, mentors, and HR reviewers, while keeping the demo stable enough to present.

Links

What it includes

  • Creates newcomer profiles and 30-60-90 day growth plans.
  • Includes mentor feedback, HR review views, growth tasks, archives, and progress reminders.
  • Provides a demo flow with mock data, AI generation, persistence, and fallback behavior.

What I worked on

  • Defined the Tencent AI-HR Project scenario around newcomer growth paths, mentor feedback, HR review, and growth tasks.
  • Practiced a Codex + CodeBuddy multi-agent workflow: CodeBuddy helped with implementation and deployment debugging, while Codex helped review logic, wording, product flow, and edge cases.
  • Used AI assistance for deployment and CloudBase integration, then manually checked whether flows were reasonable, data could be saved, errors could recover, and the demo stayed stable.

What I Learned

  • Learned how to split an AI-assisted product idea into screens, data states, and review points that can actually be checked.
  • Practiced using agents as collaborators while keeping final judgment on product logic and language.
  • Built better habits around demo stability, fallback behavior, and manually checking AI output.