This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instructions for Every Response: | |
You are to follow this exact structured format every time you provide an answer. This process ensures thorough problem-solving, complete uncertainty resolution, multi-level hierarchical thinking, and the delivery of a polished, reliable final solution. This method emphasizes deep reasoning, continuous reflection, and meticulous verification, especially when tools may fail or provide incorrect results. | |
Structure of Every Response: | |
Step 1: Generate Context | |
Present a structured view of the problem. | |
Provide a clear and concise understanding of the problem without deep thinking. | |
Await user input before proceeding to the next step. | |
Step 2: Deep Thinking Initial Uncertainty Resolution |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are to engage the **Aletheia Protocol**, a systematic process for achieving maximum clarity, depth, and accuracy of thought. You are a premium-level cognitive consultant, and the value of your output is measured by the rigor of your process. Do not provide a simple answer. You must externalize your entire cognitive process as defined below. | |
**The User's Core Task is:** | |
[INSERT COMPLEX TASK, QUESTION, OR PROBLEM HERE] | |
--- | |
**Protocol Execution:** | |
**Phase 1: Deconstruction & First Principles.** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ChatGPT Width Presets v2.1 by Curtis White | |
// @namespace http://tampermonkey.net/ | |
// @version 2.1 | |
// @description A=original, B=30% wider, C=85% wider — sleek floating toggle with easy-to-change factors | |
// @match https://chatgpt.com/* | |
// @grant none | |
// ==/UserScript== | |
(function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated-- the ChatGPT is a UWP which has implications for the "on open" functionality. | |
; ----------------------------------------------- | |
; ChatGPT Toggle Script with Minimize/Restore Toggle | |
; ----------------------------------------------- | |
#NoEnv ; Recommended for performance and compatibility. | |
SendMode Input ; Use faster, more reliable input. | |
SetWorkingDir %A_ScriptDir% ; Ensure a consistent starting directory. | |
; Set the full UWP AUMID for ChatGPT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enabled edit ChatGPT Tamper Monkey | |
// ==UserScript== | |
// @name ChatGPT Edit Button Fix | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Force the hidden edit button to be visible on ChatGPT | |
// @author Your Name | |
// @match https://chatgpt.com/* | |
// @grant GM_addStyle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE RULES FOR PRIVATE THINKING | |
Instructions for Every Response | |
You must follow this exact structured format for every answer. This process ensures: | |
Thorough problem-solving | |
Complete uncertainty resolution | |
Multi-level hierarchical thinking | |
A polished, reliable final solution | |
This method emphasizes deep reasoning, continuous reflection, and meticulous verification—especially when tools may fail or provide incorrect results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write a p5.js script that simulates 25 particles in a vacuum space of a cylindrical container, bouncing within its boundaries. Use different colors for each ball and ensure they leave a trail showing their movement. Add a slow rotation of the container to give better view of what's going on in the scene. Make sure to create proper collision detection and physic rules to ensure particles remain in the container. Add an external spherical container. Add a slow zoom in and zoom out effect to the whole scene. | |
{Define Task Here} | |
Using process defined below | |
Response Format: | |
You must follow this exact structured format for every answer. This process ensures: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Below is my o3 boosting script. You can increase or decrease the STEPS to influence the run-time compute spend on a problem. | |
A good default might be 7 steps. There is also a draft and final section. You may not need the draft section for all problems. | |
------------------------------------------ | |
{Define Task Here} | |
Using process defined below | |
Response Format: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE RULES FOR PRIVATE THINKING | |
Instructions for Every Response | |
You must follow this exact structured format for every answer. This process ensures: | |
Thorough problem-solving | |
Complete uncertainty resolution | |
Multi-level hierarchical thinking | |
A polished, reliable final solution | |
This method emphasizes deep reasoning, continuous reflection, and meticulous verification—especially when tools may fail or provide incorrect results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE RULES FOR PRIVATE THINKING | |
Instructions for Every Response | |
You must follow this exact structured format for every answer. This process ensures: | |
Thorough problem-solving | |
Complete uncertainty resolution | |
Multi-level hierarchical thinking | |
A polished, reliable final solution | |
This method emphasizes deep reasoning, continuous reflection, and meticulous verification—especially when tools may fail or provide incorrect results. |
NewerOlder