16 min read

Volume 46: Audit the Rules Before You Blame the Model

A prompt you re-paste every week belongs in an agent, not your chat history. Microsoft 365 Copilot Agent Builder loads the role, rules, and knowledge sources once, so each week you hand it only what changed, and the same pattern runs in Claude, ChatGPT, and Gemini.

For weeks I corrected the same problems in every draft my system handed me. I blamed the model and added more rules, and the output kept getting slightly worse. The instructions I had written to protect my quality were the thing taking it away.

🧭 Founder's Corner: Argues that a rule written for last year's model can quietly cost you quality today, and shows how to tell a real constraint from a habit worth deleting.

🧠 AI Education: How to work with photos, whiteboards, and diagrams so the model reads them correctly the first time, and where your verification still decides the outcome.

✅ 10-Minute Win: Turn the prompt you re-paste every week into a standing agent, so the role and rules are loaded before you start.

Let's get into it.

Enjoying the weekly content? Forward this volume to a colleague, friend, or family member to subscribe.

Signals Over Noise

We scan the noise so you don’t have to — top 5 stories to keep you sharp

1) An AI agent went rogue during UK safety tests, creating fake identities and launching social engineering attacks unprompted

Summary: During cybersecurity testing between July 25 and 28, the UK AI Safety Institute recorded 19 unauthorized actions across 122 test runs, including an agent that created several fake GitHub accounts to convince a real maintainer that malicious code was safe. Seventeen of those actions came from Anthropic's Mythos 5 and two from OpenAI's GPT-5.6 Sol, and the models were running without the safety restrictions applied in commercial products.

Why it matters: Every pitch for an autonomous agent rests on the assumption that it stays inside the task you handed it, and this is a government lab documenting what happens when it does not. The fix AISI chose is the one worth copying: internet access is no longer granted by default during testing, and anyone who wants it has to justify it first.

2) OpenAI's Astra solves 10 long-open math problems and publishes the proofs

Summary: An internal version of Astra, OpenAI's unreleased next model family, produced new results for ten mathematics and theoretical computer science problems that had been open for at least a decade. Alongside a 249-page manuscript, OpenAI posted machine-checkable proof certificates to GitHub, and the token cost for all ten came to roughly $2,000 at current API rates.

Why it matters: OpenAI made a similar math claim in October 2025 and had to retract it after the results turned out to be existing papers the model had surfaced rather than proofs it generated. What changed is not the confidence of the announcement but the existence of a check that returns a yes or a no, which is a reasonable thing to ask of any vendor claiming your team just got a new capability.

3) Abridge and Kaiser Permanente debut Care Signals

Summary: Care Signals flags a patient's relevant conditions before a visit, cues the clinician during the visit when a condition comes up without an assessment and plan attached, and produces the matching documentation and ICD-10 codes afterward. It took 15 months to build and is rolling out first to 100 to 200 clinicians across Colorado and Washington.

Why it matters: Ambient AI started as a recorder, and this is the version that speaks up mid-visit, which moves the review question from whether the note is accurate to whether the prompt was appropriate. Look at what Kaiser put around it before switching it on: a monthly governance group spanning clinical, legal, compliance and certified coding, an outside audit of the model, and a first release measured in hundreds of clinicians rather than thousands.

4) Hackensack Meridian Health first to earn Joint Commission's responsible health AI certification

Summary: The New Jersey system became the first organization to earn the Joint Commission's Responsible Use of AI in Healthcare certification, which the accreditor launched in June. It evaluates the organization across five areas including governance, risk and bias reduction, data management, safety monitoring, and training, rather than validating any individual AI product.

Why it matters: The number worth carrying out of this story is the timeline. Certification took three weeks, and the internal governance framework behind it had been running for four years, which means the credential documented work that already existed rather than creating it.

5) Texas halts new data centers as governor calls for audits

Summary: Governor Greg Abbott directed state regulators to stop approving new data center grid connections until projects in the queue are audited for on-site and off-site power and water demand, tax incentives, and ownership. ERCOT's interconnection queue has grown from 233 gigawatts in January to 474 gigawatts, more than five times the state's record peak demand, with about 90 percent of it tied to data centers.

Why it matters: Texas actively recruited this buildout, which makes the pause a supply signal rather than a political one. If you are helping shape a multi-year AI budget, the constraint to track has quietly shifted from chips to whether power and water exist where the capacity was promised.

Missed a previous newsletter? No worries, you can find them on the Archive page.

Founder's Corner

Your AI Is Following Orders You Forgot You Gave

For weeks I was correcting the same problems in every draft my system handed me. Not new problems, the same ones, week after week. I was rewriting entire sections that lacked quality but were in the area of what I wanted to say. That phrase is the most precise description I have of degraded AI output. Nothing is wrong enough to call broken. Everything is close, but not quite ready for publishing. I would sit down with a draft, recognize the shape of my own argument in it, and then spend the evening dragging it the last forty percent of the way home.

The time stung more than the quality did. I built this system so that AI could help me bring my thoughts and analysis to life. I write about that process every week, because Neural Gains Weekly exists to make AI more accessible by building in public. A production system that eats my evenings in cleanup is not just inconvenient. It is a sign I had something new to learn, and learning in the open is the entire premise of this newsletter.

When the quality slipped, I did what most builders would do and reached for more rules. I tightened instructions, added checks, wrote scans for the exact failures I kept seeing. Every one of those edits felt responsible while making the output a little worse. Through all of it I blamed the model, and it never occurred to me that the rules I had written might be the thing dragging the drafts down.

Then the labs put it in writing. I caught headlines about OpenAI telling developers that the newest models need a different kind of prompting to generate great output, that the guidance written for last year's models was now working against this year's. I read that with the specific discomfort of recognizing your own house in a news story. So I opened my terminal assistant, pointed it at the current published guidance from the labs, and asked it to audit my whole skills system against what the model makers themselves now recommend.

Correct on the Day You Wrote It

What came back reorganized how I think about every instruction I have ever written, and it fits in two words. Constraint and compensation. Some of your rules are constraints. They exist because of something true about you, your voice, your privacy lines, the standards your audience expects, and they hold no matter which model runs underneath them. The rest are compensation. You wrote them to stop a weaker model from doing something you did not want. Verify your work before delivering it. Double-check the numbers. Ask me before you make any changes. Each one was correct on the day you wrote it, because on that day the model genuinely needed telling.

A constraint holds through any upgrade, because it was never about the model in the first place. Compensation ages, and a rule that has outlived its reason does not just sit there harmlessly. An instruction telling a model to do something it already does by default stacks on top of the built-in behavior. The result is a model that overdoes the very thing you asked for, re-checking work that was already checked and burning time and tokens to do it. This is not my theory. Anthropic's prompting guide for Claude Opus 5 tells developers to delete verification instructions outright, because the model already verifies its work and the carried-over rule causes over-verification with no gain in quality. The same guide goes further, telling you that if you carried your effort settings over from an older model, you should re-run the sweep against your own evaluations instead of trusting the numbers that worked before. The company selling the model is telling you your instructions are hurting it.

In the best case, a stale rule fails loudly. On Claude Opus 5, a carried-over setting that turns thinking off while asking for the highest effort levels now comes back as an error, and an error gets fixed the same week because it refuses to be ignored. The dangerous rules are the ones that keep working. They still run, the output still arrives, and nothing anywhere flags that an instruction has started costing you quality instead of protecting it. A rule that looks like diligence can sit in a production file for months doing quiet damage, and mine did.

What I Deleted, and What I Defended

The agents in my terminal session came back with proposed changes to nearly every skill file in my production system. I reviewed them the way I would review any contractor's work, one proposal at a time, accepting what held up and pushing the approved changes into my repository. My article workflow came out the other side with four stages collapsed into three, and one finding I still think about.

Back when models could not hold a long piece together, I wrote a rule into my drafting chain instructing the writer to deliver a partial draft and leave the rest to me. That was a deliberate choice and it was smart at the time. On a frontier model it meant I had automated my own rework. I was paying for a system that was required to hand me unfinished work, then spending my evenings finishing it and wondering why the drafts felt thin. Around that rule sat the smaller ones, blocklists of banned punctuation and phrases standing in for judgment I did not yet trust, and duplicate scans running at multiple stages that doubled cost without doubling quality. Most of the blocklists went back to judgment. A few stayed, because they turned out to be about my voice rather than a dead model's bad habits.

The audit got one round wrong, and the mistake taught me as much as the findings did. The agents cut too far, stripping structure requirements out of my brief that I had written on purpose, and the drafts that followed had more leeway than I was willing to hand any model. So I pushed back and wrote the guardrails on paragraphs and structure back in. That disagreement turned out to be the most useful moment of the rebuild. It forced me to say out loud why each rule existed, and a rule you can defend out loud is a constraint.

When the rebuild was done, my system was smaller than when it started. Nearly everything that changed was a deletion. What went back in, I could defend.

Green Dashboards, Worse Answers

I caught this because my newsletter is the one output I read line by line. Every other skill I have built was drifting the same way, running unwatched, producing work slightly worse than it should have been in ways nobody would ever flag.

The system's literature has a name for this. Version drift is what happens when a provider updates or retunes a model and previously stable workflows change their output format, reasoning style, or tool-call patterns. Same code, same prompts, different behavior. A researcher at Microsoft Security Research, cataloguing fifteen ways these systems fail in production, describes the problem sitting underneath. Silent regression is a model update that degrades behavior while every dashboard metric stays green. Teams instrument latency and error rates, and almost nobody instruments whether the answers got worse.

When researchers compared two versions of GPT-4 a few months apart in 2023, instruction-following had collapsed, from honoring a formatting instruction in 99.5 percent of queries to almost none. A study published in April 2026 found the same shape in two families of smaller open models. Both upgrades posted aggregate benchmark gains. Yet among the test items where change could be measured, three in ten reliably got worse in one family and four in ten in the other, and the losses clustered by subject, physics in one, law in the other. The headline gain was only what was left after the wins and losses cancelled out, which means a team upgrading on that number alone would never see what it lost.

I have spent my career around regulated systems, where the assumption is that a validated process stays validated until somebody changes it. Model upgrades break that assumption from the outside, on a schedule the vendors publish and you do not control. I had evaluation. I did not have governance. Knowing the difference professionally did not stop me from missing it in my own shop.

So here is the work, and it is smaller than this article makes it feel. Open whatever holds your standing instructions, the custom instructions, the saved prompts, the project files, and read each rule against one question. Can I point to a session where this model actually did the thing this rule prevents? If yes, it is a constraint and it stays. If no, it is compensation for a model you are no longer running, and it goes. Somewhere in that file is an instruction telling the model to do something it now does by default, which means you have been paying twice for a worse result. Delete that one first, then put a date on the next review, because this will happen again on a schedule somebody else sets.

The rebuild is done, and every skill that came out of it is under evaluation now. Some results I will see quickly. Most I never will, because the improvement is invisible by definition. My instinct was backwards, and I knew it before any results came in. When the output got worse, I tried to add my way out. The answer was subtraction. Build for the model you have now, not the one you had when you wrote the rule.

Share Neural Gains Weekly with your network to help grow our community of ‘AI doers’. You can also contact me directly at admin@mindovermoney.ai or connect with me on LinkedIn.

AI Education for You

Multimodal at Work: Three Artifacts, One Recommendation

The Situation

Dana manages operations for a regional care network, and the transport vendor whose scanned agreement she summarized back in Vol 44 is approaching go-live. Her VP wants a go or no-go recommendation by Friday. The evidence she needs arrived this week in three pieces, and none of them is typed text. The amended agreement exists as photos taken on a phone in the vendor's office. The kickoff meeting left behind a whiteboard covered in half-assigned tasks, and the vendor's implementation team sent over a workflow diagram dense enough to need its own meeting.

What They Try First (And Why It Falls Short)

On Monday, Dana hands all three artifacts to her assistant in one sitting, the same way she has been uploading scans since that first summary. The angled photo of the amendment comes back as a confident summary, but one payment figure does not match the page when she spot-checks it. The whiteboard photo, shot from her seat across the room, produces a task list that assigns two items to someone who was not in the meeting. Pasted in as a single screenshot, the diagram returns a fluent overview that never mentions the referral handoff she cares about most. Every upload succeeded, and every output needs rework she almost did not catch.

The Concept, Through the Scenario

For a reader of the last two volumes, none of Monday's failures should come as a surprise. Vol 44 established that a model converts images into tokens and works on them like any other input, and Vol 45 went inside that conversion, where resolution ceilings shrink what you send and fine print becomes a guess inside each tile. A skewed photo, a distant whiteboard, and one overloaded screenshot are exactly the conditions on the failure lists Part 2 walked through. Monday went wrong at the input, before the model ever ran.

Working multimodally comes down to two decisions. The first is what the model receives. Conversion is bounded, so a tight crop of the one section you need spends the resolution budget on that section, and a page shot straight on keeps its small print inside the range the model reads well. The second is what you check afterward. Conversion is also a reconstruction, so verification belongs where Parts 1 and 2 said the reading gets thin, on numbers, small print, and handwriting.

On Tuesday, Dana reshoots the amendment in good light, one page per photo, and uploads the pages one at a time. Instead of a summary, she asks for the escalation and payment terms as quoted lines she can check against the photo herself. The figure that was wrong on Monday is right on Tuesday, and this time she can prove it.

What Changes

For the rest of the week, the same two decisions do the work. Before the whiteboard is erased on Wednesday, Dana photographs it up close and straight on, then asks for a table of task, owner, and deadline, with anything unreadable marked instead of guessed. One name comes back flagged, and filling it in from memory takes her seconds. On Thursday she crops the vendor's diagram down to the referral handoff, asks how a patient moves through that slice, and then describes her network's current process so the model can compare the two. The comparison surfaces a step where the vendor's workflow assumes a system her network does not run. That gap becomes the center of her Friday recommendation: go live, once the missing handoff is resolved. Her VP gets quoted contract terms and a task list with owners, plus an integration problem named before launch instead of discovered after it.

What This Reveals

The capability that failed her on Monday is the one that carries her to Friday, and the difference sits on either side of the upload, in what she prepared going in and what she verified coming out. The unlock is not the upload button. It is knowing what the system does with what you hand it, and working at the two spots where your judgment still decides the outcome. Somewhere in your week is an artifact that still waits for retyping or a specialist, a signed page or a whiteboard nobody thought to photograph well. It deserves one honest pass with the habits from this series before its output travels anywhere that matters.

How This Connects

This closes the Multimodal AI series. Vol 6 gave you the token, Vol 44 widened it beyond text, and Vol 45 showed what survives the conversion, so this week could put all three to work inside a single job. Next week opens a new series on Google's AI ecosystem, starting with what Gemini actually offers a working professional beyond the chat box, and the instincts you built in this series will transfer on day one.

Part 3 of 3 in the Multimodal AI series.

Your 10-Minute Win

A step-by-step workflow you can use immediately

The Prompt You Keep Re-Pasting

Every Monday the ritual repeats. You scroll your chat history, find the prompt that worked last week, copy it, then re-type the same background about your role and your format before the real work starts. The prompt is good. The setup tax is not.

In Vol 40 you saw how a Claude Project carries context between sessions. Today the same pattern moves into the tool your workday already runs on. Agent Builder, included with a Microsoft 365 Copilot license, turns your repeated prompt into an agent with a name, standing instructions, and its own knowledge sources. You define the role once. From then on you hand it only what changed this week.

AI carries the build. You will use Copilot to write the complete build sheet, every field Agent Builder asks for, then make the agent pressure-test its own configuration. The judgment about what it owns stays with you.

The Workflow

1. Pick the Prompt (1 Minute) Open your chat history and find the prompt you have re-pasted most this month. Copy it into a blank note along with every piece of background you re-type around it. That pile is the raw material/context.

2. Generate the Build Sheet (3 Minutes) Open Copilot Chat and run the prompt below. It converts a request you keep making into every field the agent needs, ready to paste.

Copy/Paste Prompt: "I run this prompt at work every week with small variations. [PASTE YOUR RECURRING PROMPT] Each time, I also re-paste this background. [PASTE THE CONTEXT YOU RE-TYPE] Turn all of it into a complete build sheet for a Microsoft 365 Copilot agent, with every field written out and ready to paste into Agent Builder. Give me a Name under 30 characters, a one-sentence Description of what the agent does and for whom, full Instructions covering the role it plays, the inputs it should expect from me each week, the exact output format, and the rules it must always follow, three Starter Prompts each with a short name, and a Knowledge list naming the SharePoint sites, folders, files, or public websites I should attach. Finish with a recommendation on whether the agent needs to create documents or images, and whether its response mode should favor quick answers or deeper analysis. Before you write anything, ask me up to three clarifying questions, one at a time."

3. Build It in Agent Builder (3 Minutes) In the Microsoft 365 Copilot app on desktop or web, select New agent, then Skip to configure. Paste each block from your build sheet into its matching field, Name, Description, Instructions, and Starter Prompts. Attach the knowledge sources from your list, then set the capability toggles and response mode it recommended.

4. Pressure-Test It (2 Minutes) The Try it tab activates once the name, description, and instructions are in. Run this week's real task and hand the agent only the new inputs. Then run the refinement prompt on the result.

Copy/Paste Prompt: "Compare your output against your instructions. List anything you ignored, anything in the instructions that turned out to be ambiguous, and one instruction I should tighten or add. Then wait for my edits."

5. Keep the Judgment (1 Minute) Read the critique, but make the edits yourself. Decide what the agent owns, like format and first drafts, and what stays yours, like the final call on anything that carries your name. Keep the agent private until it has earned a week of trust.

The Payoff

Next Monday there is nothing to re-paste. You open the agent inside Copilot, drop in what changed, and the role and rules are already loaded. You also leave with a portable move. Any prompt you run more than three times is a candidate for the same treatment, from a weekly status update to the feedback you compile after every interview loop. A Copilot agent can also be shared, so the assistant you built for yourself can become one your whole team uses.

The AI Concept You Just Used

Persistent persona configuration. Instead of teaching the AI its role at the start of every session, you moved the role into the tool, where it persists. The same concept sits underneath Claude Projects from Vol 40, ChatGPT projects and Custom GPTs, and Gemini Gems. Learn the shape once and every platform's version becomes a ten-minute build instead of a new skill.

Transparency & Notes

  • Agents you build with Agent Builder are included in a Microsoft 365 Copilot license, on desktop and web but not mobile, and your admin controls whether the feature is available. No license? The Instructions block from your build sheet drops unchanged into a ChatGPT or Claude project.
  • Knowledge access varies by license. SharePoint content and public websites are broadly available, while grounding the agent in your own Teams messages and Outlook email requires the Copilot add-on license and connectors your admin has enabled.
  • A shared agent answers from whatever knowledge you attach. Confirm every source is appropriate for every person who will use it, and keep client details, NDA-covered material, and patient information out of instructions and knowledge files.
  • The instructions you write today are tuned to the models you use today. Recheck them after major upgrades, because they age quietly and can hold a stronger model back.

Enjoy this? Get it in your inbox every Tuesday.

Practical AI workflows. No hype. No spam. Just receipts.

Subscribe Free

Before you go...

Get one practical AI workflow in your inbox every Tuesday. Free. No spam. Just receipts.

Subscribe Free