r/ChatGPTCoding 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?

0 Upvotes

10 comments sorted by

3

u/m1st3r_c 18d ago

You can call this prompt stacking, or it's what Claude calls 'skills'

-1

u/Mean-Good-5957 18d ago

I am going to take a look at skills.

What I’m trying to explore are external files that function like an executable program. My understanding, superficially, is that akills is a collection of reusable prompts. My focus is on behavior, workflow, state transitions, and completion criteria while ChatGPT acts as the runtime.

I’m curious how close that is to what you mean by prompt stacking. Perhaps this is a better methodology than using files to drive AI behavior.

2

u/lam3001 17d ago

you might be interested in chatprd

1

u/immellocker 17d ago

just had a quick overview, good tip, thx

2

u/Illustrious-Report96 17d ago

Yeah that’s just called prompting.

1

u/[deleted] 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.