home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.ai.philosophy      Perhaps we should ask SkyNet about this      59,235 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 57,881 of 59,235   
   olcott to All   
   ChatGPT 5.0 wrote this Rubric so that ev   
   20 Aug 25 10:52:04   
   
   XPost: comp.theory, comp.lang.c++, comp.lang.c   
   From: polcott333@gmail.com   
      
   ChatGPT 5.0 and Gemini had to be specifically told   
   to think it all the way through without guessing.   
      
   ChatGPT 4.0, Claude AI, and Grok did not have to be   
   told not to guess. They figured out the   
   *recursive simulation non-halting behavior pattern*   
   and that HHH(DD)==0 is correct all on their own without   
   prompting.   
      
   https://claude.ai/share/da9e56ba-f4e9-45ee-9f2c-dc5ffe10f00c   
      
   https://chatgpt.com/share/68939ee5-e2f8-8011-837d-438fe8e98b9c   
      
   https://grok.com/share/c2hhcmQtMg%3D%3D_810120bb-5ab5-4bf8-af21-eedd0f09e141   
      
      
      
   Rules of Simulation:   
   - (a) If a non-terminating behavior pattern is detected during   
   simulation, abort immediately and return 0.   
   - (b) If the simulated program reaches a return statement without   
   earlier detection, return 1.   
   - Priority: (a) always takes precedence over (b).   
      
   Procedure:   
   1. Restate rules before simulation.   
   2. Simulate step by step using a trace table with columns:   
       | Step | Code Location | State (variables, call stack) | Event /   
   Action | Rule Applied |   
   3. Stop immediately if recursion, infinite loop, or repeating state   
   occurs → apply (a).   
   4. If a return is reached first → apply (b).   
   5. Conclude with:   
       - Which rule fired first   
       - The correct return value   
   6. Optionally, provide:   
       - (i) Simulation result under rules   
       - (ii) Actual runtime behavior in C   
      
      
      
      
   typedef int (*ptr)();   
   int HHH(ptr P);   
      
   int DD()   
   {   
      int Halt_Status = HHH(DD);   
      if (Halt_Status)   
        HERE: goto HERE;   
      return Halt_Status;   
   }   
      
      
      
   1. Restatement of rules   
   2. Step-by-step execution trace in a table   
   3. Identification of first rule triggered   
   4. Final result: return value of HHH(program)   
   5. Optional: actual C runtime behavior if relevant   
      
      
      
      
   --   
   Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius   
   hits a target no one else can see." Arthur Schopenhauer   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca