GoShip
How It WorksChallengesPricingEmployers
Sign InGet Started
0developers
0companies
0assessments scored
How It Works
|Pricing
|Challenges
|Employers
|Privacy
|Terms
GoShip© 2026
Get updates
Twitter·GitHub
Systems nominal
DEBUGSENIOR

Fix the AI Writing Assistant

90 minutes
0 completed
debuggingreacteditorai-integration

Description

Fix the AI Writing Assistant

You've inherited an AI writing assistant with inline suggestions, but it's full of bugs. Debug and improve it.

Known Issues

  • Suggestions appear in the wrong position (offset from cursor)
  • Tone adjustment feature changes text but doesn't preserve formatting
  • Grammar check API calls fire on every keystroke (should be debounced)
  • Undo doesn't work after accepting a suggestion
  • The suggestion popup doesn't dismiss when clicking outside
  • Dark mode styles are broken (white text on white background)
  • Requirements

  • Fix ALL the above bugs
  • Add proper debouncing (500ms) for grammar check API calls
  • Implement undo/redo stack that works with AI suggestions
  • Add loading indicator while waiting for AI response
  • Write tests for the suggestion positioning logic
  • Bonus Points

  • Keyboard shortcuts (Tab to accept, Esc to dismiss)
  • Suggestion animation (fade in/out)
  • Multiple suggestion types with different icons
  • You will be guided through MCP setup before the timer starts