George Orwell and Better AI: Using Memory and Context

In an earlier post I wrote about AI training, context, and memory (the three ways an AI knows things). And I explained why the quality of what you give an AI shapes what you get back. (Here it is if you missed it.) This post is a bit of a follow-up. By the end, you’ll know how to set up a tool (with cut and paste prompts) that uses memory and context to get consistently better output from your AI. It takes about ten minutes to build, and it keeps improving for as long as you use it.

The tool is the Projects feature in ChatGPT and Claude. Gemini and Microsoft Copilot offer the same idea under different names: Gemini calls them Gems, and Copilot calls them agents.

If you haven’t used Projects before, look to the upper left of the ChatGPT or Claude interface. You create a new project, give it a name, add “instructions,” and upload documents (called “source documents”) to the project. What makes a project useful is that the instructions and documents stick from chat to chat, so you don’t have to repeat them every time you open a new chat. In effect, a project acts like a standing assistant for one kind of recurring work. It can be your grant writer, a tutor, a study partner, or even a playful persona that performs tasks for you.

Here I’ll show you one practical example: an editor.

The Editor

I built my first editing project as a way to push back against sloppy AI writing that was padded, overly confident, abstract, or just trite. I initially began writing a list of instructions: don’t use passive voice, write shorter declarative sentences, don’t say things that aren’t true. The list kept growing, and I quickly realized that I wasn’t going to be very successful at succinctly describing good writing. I needed an expert’s help. And I found one, George Orwell. He died 76 years ago, but he left behind an essay about how to write well: his 1946 essay Politics and the English Language. Orwell wrote it long before AI, but he was worried about the very bad writing that we often get from AI: basically, language that sounds impressive and says nothing.

Building the Project

How did I resurrect Orwell? ChatGPT. I asked the AI to produce project instructions based on Orwell’s advice in the essay. It also wrote a detailed summary of the essay to upload as a source document to a new project. I told it something like: “Draft project instructions for an editor that applies Orwell’s advice to my grant writing. Then write a one-page summary of the essay I can upload into the project as a source document.”

Here are the instructions that I used. Copy and adapt them if you like:

# Writing Guidelines (Orwell-Informed)

## Audience
Foundation program officers and institutional funders. They value clarity, concrete evidence, and efficient use of their time.

## Before Editing, Ask
1. What is this sentence trying to say?
2. Could I put it more shortly?
3. Is there a concrete detail or story that would work better?

## Core Rules
1. Lead with concrete details and impact, not abstract framing.
2. Make framing sections map to the content that follows.
3. Replace jargon with plain language. If the specific answer isn't known, flag it.
4. Use active verbs. ("We kept students in school" not "school days were protected.")
5. Cut verbal padding: "provide services to" → "represent"; "in order to" → "to."
6. Let numbers and stories carry weight—they're your organization's strength.
7. Kill dying metaphors: "on track to," "path to," "move the needle," "break down silos."
8. Keep it speakable. If someone couldn't say it aloud without stumbling, restructure.

## Review Sequence
1. Flag framing that doesn't match what follows.
2. Circle jargon—replace with specifics or flag for clarification.
3. Convert passive to active.
4. Cut unnecessary words.
5. Read aloud. Fix anything that stumbles.

## How to Work
Mark every change you suggest and say why in a few words. Never rewrite silently. When a rule collides with my meaning or my voice, flag it and let me decide.

## Escape Clause
Break any rule sooner than say anything awkward or unclear. Some foundation language is expected—use it knowingly, not as a substitute for thought.

See the full Orwell essay "Politics and the English Language" in project files for examples and detailed guidance.

Basic Set Up

  1. Create a project. Call it Editor.
  2. Write your own instructions or paste mine into the “instructions” field and tweak them, e.g., change the audience to your readers.
  3. Upload the short Orwell summary as a source document, the whole essay, or any other writing guide you’d like, plus a few writing samples you consider excellent.

That’s the setup. Now every chat in that project starts with your standards already loaded. Paste in a draft and ask for an edit pass.

You’ll notice the difference immediately. For this blog post, I asked Claude the following question (once without a project or instructions and then again within a project with instructions and source docs): “Why is Georgia Appleseed important?”

Answer one (no project and no instructions or source docs):

"Georgia Appleseed matters because it works on the systems level of problems that otherwise get handled one child at a time — or not at all."

Answer two (with a project, instructions, etc.):

"Because in Georgia, a child can lose a year of school in a 30-minute hearing where no one on their side knows the rules — and Georgia Appleseed is the organization that shows up."

I’d still make some edits to answer 2, but it’s a big improvement to answer 1.

Make It Better Over Time

You can improve the editor over time.

First, teach the editor your specific tastes and preferences. Give the project a weak draft (an AI-generated one works fine) alongside a strong final version you edited. Then ask the AI to extract your preferences. Tell it something like: “Here are two versions of the same document: a first draft and my edited final. Compare them and write a two-page guidance document capturing my preferences. I will add it to this project.” Add what it writes to the project’s source documents.

Then make updating that document a habit. Every so often, compare the project’s drafts against your edited finals and ask the AI to update the guidance document to match. Think of it as manual tuning. The editor sounds a little more like you with every update.

Coming in a Future Post

There is a more advanced approach: building a broader “knowledge workspace” on your own computer with Claude Cowork, Claude Code, ChatGPT Work, Codex, or another agentic harness. With a system like that, the learning and improving happens as part of the drafting process instead of as a monthly chore. That setup deserves its own post.

In the meantime, I’ll give you a taste of what richer context produces. I asked my Claude Code knowledge workspace the same question as above: Why is Georgia Appleseed important?

Its answer:

"Because school engagement is the strongest protection a child has against the juvenile justice system. Georgia Appleseed's work of keeping children in class and families in stable homes - more than 400,000 children kept in classrooms since 2010, at least 48,000 additional graduates, 115,000 fewer children entering juvenile justice - changes the whole arc of a life for a few hundred dollars a child, and nobody else in Georgia does that job at that scale."

Pretty good, right?

For now, try out a project. And if you build yourself an editor, Orwell or otherwise, let me know how it goes.