RSSAmplifier

Amir Sharif · Oct 27, 2024

Getting AI To Write Like Me

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Take a large chunk of your writing. Lucky for me, I have all my blog posts and journal entries. Unfortunately, it’s a ton of code examples as well, AI would probably infer the wrong thing if I just threw all my files at it. My files How do I get all of these *.md and turn them into just prose? I asked ChatGPT to make a Bash 1 liner for me and I ran it in the folder. for f in *.md; do cat "$f";…

Read on amirsharif.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.