Claude Code Leaks & Part 2


Use Data Or Be Used By Data!

The April 7 issue of Seotistics is here for you!

The other time we talked about Claude Code... and now it's time for part 2!

We will cover business context and those juicy leaks from last week.

I still need some time to figure it out but hey, get this preview!

P.S. Won't link the actual leaks for clear legal reasons πŸ‘€

Please move this email to your Primary inbox or reply to it. This is to prevent Seotistics goes into spam by accident. Gmail users can read this tutorial to do it.

​Read this in your browser​

πŸ“£πŸ“£ Important Announcements πŸ“£πŸ“£

You can now preorder my new course at 30% off until June 15, the official launch date.

This will be for Analysts or everyone wanting to explore Web Data in general, not only SEO.

The course is split in 4 amazing modules:
​
βœ… GA4, GSC and other data sources: how to use them
βœ… LLM Workflows, BigQuery, SQL & Python
βœ… Dataform & Pipelines
βœ… Real Use Cases at work

Oh, there are also the Seotistics sales on all the products until April 14!

Product updates will follow soon, very soon!

The Claude Code Leak

In case you didn't know, Claude Code got apparently leaked the other day.

They say it was "by accident" πŸ‘€.

While we don't actually have the actual model "data" that Claude uses (aka the brain), we have some more info on how Claude behaves.

For most normal people, this leak doesn't change anything, really.

But here are some findings worth mentioning:

βœ… Insulting Claude or expressing disappointment is considered as feedback

βœ… Claude can recognize if it can run tools in parallel (aka more at the same time).
​
Try asking "Examine these 2 texts at the same time."

βœ… CLAUDE.md isn't advice, it's what it's actually used as a persistent memory layer

βœ… Some phrases may trigger deeper reasoning (and no, not only ultrathink as we saw the other day).
​
If you tell Claude to do it in X steps or think thoroughly, it'll behave differently.

πŸ‘€ Web search only gets the of a page... and

They also have a list of selected seed websites to fully search from, like GitHub or documentation stuff.

Hey schema enjoyers, where is your god now? 🀣

Wait Wait... Web Search!?

So... based on what I've noticed, Claude does NOT do any query fan-out, aka generating more questions to answer you.

This is quite different from what we have observed with ChatGPT, for example.

Claude rewards better prompting, unlike ChatGPT.
​
This is not necessarily a good thing.

And as I said, Claude knows that it can rely on websites like GitHub for documentation.

But ask Claude to use your website and look for quotes... it won't be the same.

Claude strips a lot from normal web pages and gives you some short quotes at best.

Oh, and there is no reference whatsoever to llms.txt as far as I know!

The Slash Commands

Most people open Claude Code and start typing like it's a chatbot...

which is fine but you're leaving a lot on the table.

If you type / in your instance you can invoke commands such as:

βœ… /context β†’ visualize how much context you have left (use this constantly)

βœ… /compact β†’ compress the conversation when you're getting close to the limit (avoid it in most cases, just run /clear)

βœ… /clear β†’ fresh start without closing the session

βœ… /cost β†’ check token usage and spending before you get a surprise bill

βœ… /memory β†’ edit your CLAUDE.md directly from inside the session

βœ… /init β†’ scaffold project documentation when you set up a new project

The ! prefix also lets you run bash commands directly (so !git status or !python my_script.py without leaving the session).

This one in particular is super useful because I didn't know before and had to open a new session lol

The (Business) Context

If you recall what I said before, LLMs need some context or the output will be utter crap.

It just doesn't work and you can test it yourself by using Claude Code on your data.

The output is often obvious or disappointing because LLMs are very good at making stuff up.

Once you read most of the LLM answers in depth, you will notice the output doesn't actually make sense.
​
It sounds so smart yet it's random advice.

Claude doesn't know what's a conversion for you or which metrics you care about.

And since LLMs are trained on the web... you can be sure they have been fed SEO propaganda for years to come.

To avoid all of this, you can provide .md files or use CLAUDE.md to make sure what you mean and what's needed.

For Analytics work, your CLAUDE.md should contain the things Claude can't infer from the files in your project:

βœ… What counts as a conversion in your business (not only the event name, the actual meaning)

βœ… Which data sources are canonical and which are approximations

βœ… Your naming conventions for tables, fields, and models

βœ… Any stylistic rules you want enforced (no em dashes, no AI syntax, etc.)

βœ… The tools and versions in your stack

You can edit it with /memory from inside any session.

To check context drain, you can also run the /mcp command to see how many active MCPs you have.

Most of them will drain your context so I'd rather tell you to keep most of them disabled by default.

The CLAUDE.md Rabbit Hole

This magic file is Claude's persistent memory across sessions... which implies this stuff gets loaded into the context too.

You can also have multiple CLAUDE.md files at different folder levels.

The one in the root applies to everything.

The one inside a specific project subfolder applies only when you're working in that directory.

This is extremely useful if you have separate projects for different clients or data domains.

For example a structure like this one for an Ecommerce project:

  • What's the business and its business model
  • Flagship brand or product names
  • Projects, datasets, tables (like what is what) with some quick explanations
  • Preferred coding style or naming conventions
  • Common tasks/analyses
  • Personal preferences (e.g. skip the intro, give me the answer)
  • Mention where to get more details or info, e.g. check the docs folder inside the project

The mistake is overloading this file with a LOT of info.

You should rather provide general context here and then provide the details via separate files.

Company information is super important.
​
Specify your business model and be clear in who you sell to or how you make money.

Agents Once More

The other time I told you that agents can help with some tasks... and here is one example by me:

Here you can see how Claude automatically created an agent for a different task and then showed me the consensus:

For my sales the other day, Claude Code gave me some solid advice actually.

In a more proper context, you'd do it differently, aka create specific agents yourself.

This may be my next topic... let's see! I didn't have much time this week!

πŸ‘₯ Join Our Community

Our Discord community offers a small place where we can talk business and web data.

If you hate all the noise of social media, then this place is for you.

I will start posting more there as we have a forum channel now.

This is the best way to stay updated in real time on Seotistics:

πŸ”Ž Analytics For SEO Ebook - Course / Ebook

[Remember, code SPRING26 for the -30%]

You will:

βœ… Use GSC and GA4 Data to their fullest potential

βœ… Learn Python/SQL for your needs

βœ… Get a complete blueprint for auditing websites

βœ… Learn how to 10x your productivity

βœ… Learn BigQuery to work on large websites

I teach you what's needed to go from 0 to a professional Data Analyst.

Even if you leave SEO, the foundations are the same for other jobs!

Also in ebook:

Think Like a Web Analyst

[Remember, code SPRING26 for the -30%]

This course teaches you to:

βœ… frame Analytics problems

βœ… understand which metrics matter

βœ… managing Web Analytics projects successfully

πŸ“š Recommended Reads - Peak Content πŸ—»

Not many updates during Easter, read these in case you haven't already:

As usual, my most recent LinkedIn content is here.

❗️ Feedback and Recommendations

If you have ideas/recommendations for the next issues of Seotistics, you can simply reply to this email.

Marco Giordano
​
Data/Web Analyst

Follow me on πŸ”½πŸ”½πŸ”½:

Bernerstrasse SΓΌd 167, Zurich, Switzerland
​Unsubscribe Β· Preferences​

Seotistics - Web Analytics + Business + Strategy

The Seotistics newsletter is written by Marco Giordano, a Data/Web Analyst with the goal of combining business and web data. Tired of the usual boring Analytics content without any business impact? Seotistics teaches you how to use Analytics, web data and even content in your workflow while helping you with Strategy.

Read more from Seotistics - Web Analytics + Business + Strategy

Use Data Or Be Used By Data! The March 30 issue of Seotistics is here for you! Claude Code is the absolute GOAT and today I will show you how to actually use it. Or well, what you need to start and avoid writing random prompts. If you are half-serious about Web Analytics, you can NOT skip Claude Code. AI is the divider: forget about learning GA4/GTM and call it a day. This issue will introduce you to the key concepts that we will cover deeply in the upcoming weeks. Please move this email to...

Use Data Or Be Used By Data! The March 23 issue of Seotistics is here for you! After a pleasant experience at MeasureCamp Milan, it's time to talk about new ideas and projects. In the last issue I mentioned what you can actually build today... now I give you even more ideas. Not all of them actually come from this Saturday but I will mention them anyway 😎 P.S. Check the very bottom as usual to find my presentation and ALL the resources. πŸ‘€ Please move this email to your Primary inbox or reply...

Use Data Or Be Used By Data! The March 16 issue of Seotistics is here for you! If you ever wondered whether you could get more proficient in Analytics with LLMs... this is for you! You absolutely can start with it. Not all that glitters is gold though... because many professionals and agencies are still doing it wrong. P.S. I've published a new article on the Minimal Web Analytics Stack For Small Businesses, go check it out πŸ‘€ Please move this email to your Primary inbox or reply to it. This...