Readit News logoReadit News
yuedongze commented on Show HN: Coffee Beans Tracker with OCR Inventory Management on GPT    · Posted by u/yuedongze
samstave · a year ago
This is amazingly cool! I love it.

Im really interested in how you got gist to be the scratchpad for GPT.

Im wondering if this could be tied into VSCode's AI Fork "Cursor" to tell that AI IDE to keep a running Memory for the AI in a Gisty manner.

Since you have the example of "What coffee is in the pantry" -- this is prompting it to read the gist file first to answer yes?

If so - then having the ability to link it to gist/several gists for specific memory prompt cacheing and codeartifact retrieval and rules to abide by files (like how to craft the file headers to always include full path, description, version, timestamp.

Then you can have a .env gist for the AI's behavior - such that you have it always read its .env before doing any of the work on the prompt - which reminds it of the StyleGuide for the prompts, how to use certain words, a bibliograghy, adefinition of terms, etc...

Tell it which parts of the env persona settings to adopts "From env @python-styles give me a python to XYZ"

The env "python_styles: section of youre discernment lattice provides all the style guide info on how to format the project. Like telling it which venv things to do,kk how to save files, build out a fastapi directory and touch all the files, which db things to use, logging instructions, requirements.txt gist to grab... ---

Can you give me a writeup on how to make the gist-scratchpad?

Before I read too deeply into your post - my first thought was to give it a Gsheets tie in. Gist is better.

You said free gpt-40? and is it free github account?

I want to figure out how to claude to gist - and gpt - to gist.

Can gpt read gist?

---

My GF worked at french laundry for years as a somm, and now works for a very exclusive winery where bottles start at $1,000 for latest shipments... waiting list and all that

I wanna make this for her to log wines to.

How gist gpt action?

EDIT:

Also on HN today is Flamingo AI - and I just attempted to use it - but it appears to require a paid ChatGPT API account. Even though it claims to use 200+ models, it only gives GPT4o bring your own paid token access - which is not what its stated goals are. The Flamingo.ai people should take note of your post.

yuedongze · a year ago
oh interesting thoughts! let me digest and get back to you. overall i just defined a read API description that is "read content from this gist file by calling this API, it returns content of a text file, formatted as CSV, with first row defining the columns" and a write API description that is similar.

I develop on a paid plan GPT-4o (it allows me creating custom GPTs), but users can be on free tier GPT-4o to use it (although it limits image uploads to a handful per day). free tier github as always.

Dead Comment

u/yuedongze

KarmaCake day251January 31, 2018View Original