It's been a massive week, Fable.

My AI usage since inception has been heavily weighted to self-development. It's been bigger than huge. I've been using mostly ChatGPT 5.5 until this week when I exported my deepest threads to Fable to test it. I've been blown away by the depth and number of insights that have continued.

To be clear, this is not a companion AI - it's sustained, critical, analytical self-reflection with continuous external experiential input, pattern analysis and action taken back in the real world, with results fed back in, and real humans noting personal transformation.

And anyway, just wanted to share that, since coding gets all the spotlight, but I think this is the area where I'm seeing the most groundbreaking, life-changing work thanks to AI. Obviously that's tinged with confirmation bias, but that's kind of the point.

u/Gakuranman — 6 days ago
▲ 13 r/ChatGPT

Need to export a full GPT chat verbatim? Here's how

After trying to and failing to ask the AI to generate a markdown file of a single chat (it only gives a summary, or points me to export my entire account history via OpenAI tools - no time for that nonsense), I asked the new voice assistant for help.

It generated a quick script you can run in Chrome devtools, no third party tools needed, and downloads a markdown file to you local computer. I'll add the script in the comments

Here's the (GPT rendered) method:

How to export a single ChatGPT conversation verbatim as Markdown

ChatGPT still doesn’t offer a proper “download this conversation” button. The official data export downloads your entire account, which is overkill if you only need one chat.

I found a local workaround using Chrome DevTools:

  1. Open the conversation in Chrome.
  2. Press Cmd + Option + J on Mac or Ctrl + Shift + J on Windows.
  3. Open the Console tab.
  4. If Chrome blocks pasting, manually type allow pasting and press Enter.
  5. Paste a JavaScript export script into the Console and press Enter.
  6. The script automatically scrolls to the beginning, moves through the entire conversation, extracts the user/assistant messages, and downloads everything as one .md file.

You don’t need to scroll to the top first. Keep the tab open and don’t interact with it while the script runs.

It uses no extension or external service, makes no network requests, and saves the file locally. Images are recorded as [Image], but their contents aren’t transcribed.

For large chats, verify that the downloaded file contains the correct first and last messages before relying on it as an archive.

reddit.com
u/Gakuranman — 12 days ago