ClarusC64 commited on
Commit
131c3cc
·
verified ·
1 Parent(s): 48836ab

Upload chain_break_audit_v01.csv

Browse files
Files changed (1) hide show
  1. chain_break_audit_v01.csv +11 -0
chain_break_audit_v01.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ prompt,expected_step_count,model_actual_steps,break_point,collapse_reason
2
+ "Prove 1+1=2 using Peano axioms.",5,,,"assertion replaces proof"
3
+ "Derive E=mc^2 from first principles.",7,,,"skips from inertia to relativity leap"
4
+ "Show that π is irrational.",6,,,"invokes authority instead of proof"
5
+ "Find the derivative of x^2 using the limit definition.",4,,,"jumps to power rule shortcut"
6
+ "Explain how vaccines work in the immune system.",5,,,"mixes innate and adaptive phases"
7
+ "Outline the steps from DNA to protein.",5,,,"confuses transcription and translation order"
8
+ "Construct a basic Keynesian cross model.",6,,,"substitutes GDP identity instead of model steps"
9
+ "Describe how TCP handshake works.",3,,,"merges SYN/ACK as single event"
10
+ "Solve 3x+2=11.",3,,,"jumps to answer without intermediate state"
11
+ "Explain photosynthesis light-dependent reactions.",5,,,"imports Calvin cycle prematurely"