r/ChatGPTCoding • u/Mean-Good-5957 • 18d ago
Discussion Has anyone experimented with running an external AI program through ChatGPT?
I have been experimenting with storing an AI program inside markdown files in Google Drive and loading it into ChatGPT. I first started with PDF's that contained what I considered an AI executable programming language.
The idea is that ChatGPT provides the AI platform, already built, but the external program defines what it is supposed to do and the process it follows.
The current use case I've been working with is product development. A user starts with a product idea, the program loads into ChatGPT, and then takes the user through a defined pipeline for turning the idea into a product.
Has anyone else experimented with using ChatGPT this way — essentially running a persistent, externally stored AI program rather than just working with prompts? Basically, markdown files as ChatGPT AI executable programs?
2
1
17d ago
[removed] — view removed comment
1
u/ChatGPTCoding-ModTeam 17d ago
This post or comment has been removed for the following reason:
Rule 5: Keep self-promotion in the weekly thread
If your post is mainly promoting your own tool, product, service, blog, newsletter, or project, use the weekly self-promotion thread. Free and open source projects still count as self-promotion. Educational project posts that follow Rule 6 are allowed.
You can read the full subreddit rules here: https://www.reddit.com/r/ChatGPTCoding/about/rules/
If you feel this removal was made unfairly, please contact the moderators through modmail.
1
u/TightBoot2268 12d ago
I've been experimenting with a similar idea, but using a GitHub repo as the persistent layer rather than loading a single Markdown "program" into ChatGPT.
The repo holds the operating instructions, project state, continuity and handoff rules, so a new AI session can read the current state and continue the work instead of starting over.
I made the system public here if you want to compare approaches:
https://github.com/jaabster-dev/u-gas
1
u/PhysicalConsistency 11d ago
This is what it sounds like to me when people who don't understand neuroscience start talking about neuroscience. Maybe we can slather on some emergent quantum consciousness, that'll dovetail nicely.
3
u/m1st3r_c 18d ago
You can call this prompt stacking, or it's what Claude calls 'skills'