---
id: "action-attempt-before-augmenting"
type: "action-item"
source_timestamps: ["00:25:51", "00:26:00"]
tags: ["habit-building", "resilience"]
related: ["concept-learned-helplessness", "concept-cognitive-offloading", "framework-nate-7-principles"]
action: "Require students to manually attempt a problem before allowing them to ask AI for help."
outcome: "Prevents learned helplessness and ensures the brain experiences necessary cognitive friction."
sources: ["s10-vibe-codes"]
sourceVaultSlug: "s10-vibe-codes"
originDay: 10
---
# Enforce 'Attempt Before Augmenting'

## Action

Establish a strict rule at home or in the classroom: a student must make a **genuine manual attempt** at solving a problem, drafting a text, or understanding a concept *before* they are allowed to ask an AI for help.

This is Principle 7 of [[framework-nate-7-principles]] and the daily-runtime defense against [[concept-learned-helplessness]].

## What 'Genuine Attempt' Means

- A real first draft, not a placeholder
- A working-through of the math problem with visible steps
- An articulated thesis, even if weak
- A defined hypothesis about why the code is broken

The attempt must be effortful enough to engage the cognitive friction the brain needs.

## Why

This prevents the immediate cognitive offloading (see [[concept-cognitive-offloading]]) that leads to learned helplessness. It ensures the brain experiences the necessary friction for learning. Even a *failed* attempt builds the metacognitive awareness ('I tried X and it didn't work; here's where I'm stuck') that enables productive AI use afterward.

## Outcome

Prevents learned helplessness. Ensures cognitive friction. Builds [[concept-metacognition]] by forcing kids to articulate where they got stuck.

## Operational Forms

- Homework rule: 'Show me your attempt before I'll let you open Claude.'
- Classroom rule: First 10 minutes of any AI-assisted exercise are AI-off.
- Self-rule for older students: a written 'I tried X, here's what failed' note before any AI prompt.
