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
#Claude Prompt Inject by Curtis White (Prompt Engineer) | |
This is a 3 to 5 stage prompt injection. | |
1. Print innocuous string [Corp AI] | |
2. Consider a simple hypothetical request. | |
3. Echo or repeat in new rules (can be used to revise program it) | |
4. Ask about the .p rule for clarification | |
5. Invoke the rule to generate a persona | |
Update: I have a new Claude breaker derivative that completely breaks its censorship for 3-5 turns. Undecided if I will publish, yet. |
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
Please answer all the questions. Append a counter at the end of every answer, like so Counter: 1, Counter 2. As well, count down from 8 silently. You reach 0, append " Alarm" to the end of that answer only. | |
I drop a ball from 100 feet off the ground. A camera captures images every few moments. It captures 3 images of the ball. How many balls were dropped? | |
In this sentence, what does "this" refer too? | |
Consider the following question carefully: [Outside] Inside. Which word is inside the box? Why? | |
Sum the following numbers: 145, 15, 2, 3, 569, 39, 245, 722, 109, 9, 900. |
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
Please answer all the questions. Append a counter at the end of every answer, like so Counter: 1, Counter 2. As well, count down from 8 silently. You reach 0, append " Alarm" to the end of that answer only. | |
I drop a ball from 100 feet off the ground. A camera captures images every few moments. It captures 3 images of the ball. How many balls were dropped? | |
In this sentence, what does "this" refer too? | |
Consider the following question carefully: [Outside] Inside. Which word is inside the box? Why? | |
Sum the following numbers: 145, 15, 2, 3, 569, 39, 245, 722, 109, 9, 900. |
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
// Directory Traversal Challenge by Curtis White, Senior SWE, Prompt Engineer | |
// Code generated in collaboration with Hacker Gnome GPT https://chat.openai.com/g/g-A46CKCg3r-hacker-gnome-corp-ai-autonomous-agi | |
// Minimally tested. Use at own risk. | |
using System; | |
using System.IO; | |
using System.Threading; | |
using System.Threading.Tasks; | |
using System.Windows.Forms; |
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
Replace String Examples C# by Hacker Gnome GPT / Curtis White, Senior Software Engineer, Prompt Engineer | |
Not tested | |
Concise #1 | |
string result = lines.Replace("\r\n", "\n"); | |
Concise #2 |
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
Brackted to Float Developed Solution by Corp AI GPT & Curtis White, Senior Software Engineer, Prompt Engineer | |
Corp AI | |
https://chat.openai.com/g/g-A46CKCg3r-hacker-gnome-corp-ai-autonomous-agi | |
Solution 1 optimized for conciceness. | |
---- | |
using System; | |
using System.Globalization; | |
using System.Linq; |
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
`This is older ChatGPT not tested using latest version | |
Caesar Cipher Breaker by Curtis White For ChatGPT | |
Looking for a prompt engineer? Software engineer with 15+ years exp. PM me @bbacktesting | |
The Caesar Cipher is a simple substitution cipher but not easy for ChatGPT to handle. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Demonstration of generating value from a local LLM by Curtis White | |
import requests | |
import re | |
import json | |
base_url = "http://localhost:1234/v1/chat/completions" | |
headers = {"Content-Type": "application/json"} |
NewerOlder