A wide mentor view for contextual learning help, knowledge graph cues, and progress-aware recommendations.
Athena
mentor
Neural
context
8
concepts
92%
retention
Mentor conversation
The code check passed. You created player_score and assigned the expected value.
What should I improve next?
Move from syntax to architecture: explain what the value means in the system and when it should change.
Mentor insight
A wide mentor view for contextual learning help, knowledge graph cues, and progress-aware recommendations.
Recommendation
Explain the concept
Variables store values so a system can reuse state across later operations.
Recommendation
Name by intent
Prefer names that reveal why the value exists, not only what type it has.
Recommendation
Next practice
Repeat the same task with a metric, threshold, and model output variable.