Skip to content

For hiring managers: This repo showcases prompt engineering + system design. It’s a working proof-of-concept that makes GPT-4 emotionally responsive without plug-ins or gen-AI. UX logic, not flair

License

Notifications You must be signed in to change notification settings

datechdad/ILL-Protocol-v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 ILL-Protocol-v1: Image Language Library for GPT-4

This project enables ChatGPT 4.0 with Python tools to use a curated visual meme library as inline emotional responses — based on the meaning of your prompt, not just keywords.

ILL stands for Image Language Library — a small but powerful set of images that respond to emotional intent (e.g., validation, motivation, sarcasm) using Python-rendered image blocks.

Created by DaTechDad to make AI responses more expressive, relatable, and fun — without relying on hallucination-prone generation.


📦 File Structure

ILL-Protocol-v1/ ├── ILL/ # Image Language Library │ ├── approval.jpg │ ├── good job.jpg │ ├── cat-meme.jpg │ ├── Determination.jpg │ ├── dog-meme.jpg │ ├── I-was-right.webp │ ├── no-meme.webp │ ├── self-kindness.png │ ├── slap.jpg │ ├── yes.webp │ └── you already won.jpg ├── ILL_prompt.txt # Activation prompt for ChatGPT 4.0 ├── README.md # This file └── LICENSE # MIT or CC0 license

yaml Copy Edit


🚀 How to Use

  1. Open ChatGPT 4.0 with Python enabled (Pro account)
  2. Paste the contents of ILL_prompt.txt at the start of your session
  3. Ask a question like:

“Do you approve of my idea?”
“Am I doing okay?”
“Was I right?”
“Give it to me straight…”

  1. ChatGPT will reply with an inline image that emotionally fits your intent.

🧠 Example Triggers

Image Name Trigger Examples
approval.jpg "Do you approve?"
good job.jpg "Was that right?" or "Did I do well?"
Determination.jpg "What is determination?"
cat-meme.jpg "That was dumb, huh?"
dog-meme.jpg "I don’t know what I’m doing."
I-was-right.webp "I told them so."
no-meme.webp "That’s not allowed, right?"
self-kindness.png "I need motivation"
slap.jpg "Be blunt with me."
yes.webp "Can I keep going?"
you already won.jpg "Am I even making progress?"

🔧 Requirements

  • GPT-4 session with Python image rendering enabled
  • Access to the 11 images either through upload or local folder

🧬 Philosophy

This project avoids bloated plug-ins or unreliable visual generators. Instead, it uses deliberate, human-selected memes to communicate emotion and meaning with clarity. This mirrors how we often use images in real conversation — clean, tight, and precise.


🧑‍💻 Credits

Created by Kevin Fleming aka @DaTechDad
Part of the RZN Forge / Aegis / DaTechDad ecosystem


📜 License

This project is licensed under the MIT License.
Feel free to fork, remix, credit, and improve it.


🧠 Want More?

  • Visit DaTechDad.com
  • Follow DaTechDad on GitHub
  • Support educational AI projects that give real people power and clarity
  • Looking for: Consulting, UX-AI Design, Prompt Ops, Developer Experience roles

About

For hiring managers: This repo showcases prompt engineering + system design. It’s a working proof-of-concept that makes GPT-4 emotionally responsive without plug-ins or gen-AI. UX logic, not flair

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published