Pop-Up Thingie

d0p3 BBS
  • Home
  • Forum
  • Files
  • Register
  • Log in

  1. Forum
  2. Fidonet
  3. COMP.LANG.C++
  • Five different LLM systems agree with my rebuttal of the HP proofs.

    From olcott@3:633/280.2 to All on Wed Sep 3 04:18:51 2025
    Five different LLM systems figured out the recursive simulation
    non-halting behavior pattern on their own without prompting.
    They also correctly determined that the HP proof decider would
    be correct to reject its input as non-halting.

    <Input to LLM systems>
    Simulating Termination Analyzer HHH correctly simulates its input until:
    (a) Detects a non-terminating behavior pattern:
    abort simulation and return 0.
    (b) Simulated input reaches its simulated "return" statement:
    return 1.

    typedef int (*ptr)();
    int HHH(ptr P);

    int DD()
    {
    int Halt_Status = HHH(DD);
    if (Halt_Status)
    HERE: goto HERE;
    return Halt_Status;
    }

    What value should HHH(DD) correctly return?
    <Input to LLM systems>

    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


    Gemini had to be forced into do not guess mode https://g.co/gemini/share/4f44c883b348

    ChatGPT 5.0 had to be forced into do not guess mode https://chatgpt.com/share/68abcbd5-cee4-8011-80d7-93e8385d90d8


    --
    Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
    hits a target no one else can see." Arthur Schopenhauer


    --- MBSE BBS v1.1.2 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • Who's Online

  • Recent Visitors

    • Guest
      Sat Aug 30 15:15:44 2025
      from As via Telnet
    • Heisenberg
      Sat Aug 30 11:56:48 2025
      from Kalgoorlie, Western Australia via Telnet
    • Heisenberg
      Sun Aug 31 00:50:23 2025
      from Kalgoorlie, Western Australia via Telnet
    • Heisenberg
      Mon Sep 1 19:00:29 2025
      from Kalgoorlie, Western Australia via Telnet
  • System Info

    Sysop: Tetrazocine
    Location: Melbourne, VIC, Australia
    Users: 12
    Nodes: 8 (0 / 8)
    Uptime: 44:23:32
    Calls: 173
    Files: 21,502
    Messages: 79,839

© d0p3 BBS, 2025