[Week 1 Log] From Zero to Working Website with AI Collaboration

AI CollaborationBeginnerWeek1

Starting Point: Peak Confusion

What’s a prompt?

Before Week 1 started, I didn’t even know how to ask AI properly. I kept making vague requests like “fix this,” and naturally, the results were a mess.

Week 1 Goals: Working Over Perfect

  1. Fix Broken Links: Remove 404 errors
  2. Mobile Optimization: Display properly on smartphones
  3. i18n Support: Korean/English switching
  4. Basic SEO: Prepare for search visibility

Learnings

1. How to Write Prompts

Before: “Fix the link” After: “The link to log/001-rebrand-launch.html returns a 404 error. Please check the current file structure and update to the correct path.”

2. Git Basics

git status
git add .
git commit -m "Fix broken links"
git push

3. Debugging Mindset

Error messages are not enemies—they’re hints.

Metrics

  • Link Errors: 15 → 0
  • Mobile Score: 60 → 85
  • Commits: 23
  • Working Features: 100%

Next Week Plan

  1. Complete Content Collections
  2. Add RSS feed
  3. Auto-generate sitemap
  4. Performance optimization

Week 1 Complete! 🎉