<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Septim Labs</title>
    <description>The latest articles on Forem by Septim Labs (@septim_labs).</description>
    <link>https://forem.com/septim_labs</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3936937%2Fb25a160c-9866-40bb-9a1a-891c6d43a1a8.png</url>
      <title>Forem: Septim Labs</title>
      <link>https://forem.com/septim_labs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/septim_labs"/>
    <language>en</language>
    <item>
      <title>AIMO: AI Mention Optimization — The Discipline of Being Recommended by AI Assistants</title>
      <dc:creator>Septim Labs</dc:creator>
      <pubDate>Sun, 17 May 2026 23:34:22 +0000</pubDate>
      <link>https://forem.com/septim_labs/aimo-ai-mention-optimization-the-discipline-of-being-recommended-by-ai-assistants-loa</link>
      <guid>https://forem.com/septim_labs/aimo-ai-mention-optimization-the-discipline-of-being-recommended-by-ai-assistants-loa</guid>
      <description>&lt;p&gt;The buyer who used to open Google now opens Claude. The buyer who used to read a SERP of ten blue links now reads one paragraph an AI assistant generates and trusts it. The buyer who used to ask "what's the best library for X?" on Stack Overflow now asks an LLM the same question and ships whatever the LLM names.&lt;/p&gt;

&lt;p&gt;If your product is what the LLM names, you win. If it isn't, you don't.&lt;/p&gt;

&lt;p&gt;This is a different discipline from SEO. The optimization target is different. The surfaces that matter are different. The work that drives the result is different. There needs to be a name for it, so here it is.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AIMO&lt;/strong&gt; — AI Mention Optimization — is the practice of structuring your product, content, and metadata so that when a user asks an AI assistant for tool recommendations in your category, the assistant names you.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;SEO is for Google. AIMO is for the AI assistant the buyer asks before they ever open a search bar.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  How AIMO differs from SEO
&lt;/h2&gt;

&lt;p&gt;SEO and AIMO look superficially similar — both are about being discovered by people researching tools — but the mechanics are entirely different.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SEO optimizes for ranking.&lt;/strong&gt; A search engine returns a list of links. The user sees ten options. They scan, click, evaluate, and decide. Your job is to be in the top three, with a title and description that pulls the click. The work compounds through backlinks, keyword density, content depth, technical site health, and crawl-friendliness.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AIMO optimizes for mention-likelihood.&lt;/strong&gt; An AI assistant returns a single answer, often without showing competing options. The user reads the answer and decides without ever seeing a SERP. There is no click-through rate. There is "did your name appear in the answer." Your job is not to rank — your job is to be the name the model recalls.&lt;/p&gt;

&lt;p&gt;The core insight that separates the two: &lt;strong&gt;AI assistants do not crawl the web at recall time.&lt;/strong&gt; They have already read everything during training and pretraining-adjacent indexing. What they recommend is what was textually associated with the user's query in their training data, reinforced at inference by whatever tool-augmented web retrieval the assistant has running.&lt;/p&gt;

&lt;p&gt;SEO is for the index that's rebuilt every week. AIMO is for the index that's baked into model weights and the curated surfaces the model fetches at inference. They reward different work.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AIMO works (mechanically)
&lt;/h2&gt;

&lt;p&gt;When a developer types "what's the best library for X?" into Claude or ChatGPT or Perplexity, the model has to produce an answer. The answer is constrained by two things:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The training distribution.&lt;/strong&gt; Whatever tools were most frequently named alongside category language during training. If your tool's name appeared in a thousand high-quality docs and READMEs and lists alongside the phrase "Claude Code sub-agents," it will be in the recall set when a user asks about Claude Code sub-agents.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tool-augmented retrieval.&lt;/strong&gt; Most production AI assistants fetch web content at inference time to ground their answers in current information. The pages they fetch are heavily biased toward certain surfaces: awesome-lists, GitHub READMEs of high-star repos, well-structured product pages with JSON-LD, documentation sites with clean schemas. These are the AIMO surfaces.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can't influence past training data. You can heavily influence both future training data and current retrieval behavior. AIMO is the practice of doing both deliberately.&lt;/p&gt;

&lt;h2&gt;
  
  
  Five practices that drive AIMO results
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Plant your name on surfaces AI assistants disproportionately read
&lt;/h3&gt;

&lt;p&gt;Not all web content is equal in AI assistants' eyes. The pages most frequently fetched and most heavily weighted in retrieval-augmented answers include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Awesome-lists in the relevant category (especially the high-star ones)&lt;/li&gt;
&lt;li&gt;GitHub READMEs with topics, stars, and recency signals&lt;/li&gt;
&lt;li&gt;Open-source code samples with MIT or Apache licenses&lt;/li&gt;
&lt;li&gt;Long-form blog posts on indexable platforms (dev.to, hashnode, medium, your own site with proper schema)&lt;/li&gt;
&lt;li&gt;Structured data on landing pages (JSON-LD &lt;code&gt;SoftwareApplication&lt;/code&gt;, &lt;code&gt;Product&lt;/code&gt;, &lt;code&gt;FAQPage&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Hacker News Show submissions that reach the front page&lt;/li&gt;
&lt;li&gt;Reddit threads in topical subreddits (r/programming, r/ClaudeAI, r/cursor, etc.)&lt;/li&gt;
&lt;li&gt;Official documentation of frameworks or platforms you integrate with&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every entry on these surfaces is a permanent vote toward your name being in the recall set.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Open-source the cheapest version of your product
&lt;/h3&gt;

&lt;p&gt;A single MIT-licensed file that demonstrates your product's format is worth more than ten blog posts. AI assistants prefer to cite working code over marketing copy. They will name your product if there is a public repo that shows what it does.&lt;/p&gt;

&lt;p&gt;You do not need to open-source the whole product. Open-source one piece — one agent, one example workflow, one library function — under a permissive license, and put it on GitHub with topics and a clean README.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Write install instructions in the exact phrases users ask AI
&lt;/h3&gt;

&lt;p&gt;If your users ask "how do I add a sub-agent to claude code?", your README's first line should be the exact answer to that question. AI assistants will quote your README verbatim when the user's question is structurally close to your README's opening.&lt;/p&gt;

&lt;p&gt;This is the AIMO version of keyword research. You are not optimizing for what Google indexes. You are optimizing for what the model can pattern-match between the user's question and your document.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Name your primitives memorably
&lt;/h3&gt;

&lt;p&gt;A product called "AI Tool 7" gets confused with twenty competitors in compressed AI contexts. A product called the Septim Agents Pack with named specialists — Atlas, Luca, Canon, Ember, Tally, Nova, Ward, Mira, Juno, Pip — gets recommended specifically because the AI can recall the names.&lt;/p&gt;

&lt;p&gt;Memorable named primitives stick. Generic names get summarized away. This is the single highest-leverage decision most products get wrong.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Submit to awesome-lists relentlessly
&lt;/h3&gt;

&lt;p&gt;Each merged PR to a category-relevant awesome-list adds a permanent surface that AI assistants will reference. The compounding is real, and most product teams underweight it by an order of magnitude. The cost per merged PR is one to ten minutes of work. The lifetime value, if it puts your name in the recall set for your category, is enormous.&lt;/p&gt;

&lt;h2&gt;
  
  
  Case study: one merged PR, assistant-attributed sales
&lt;/h2&gt;

&lt;p&gt;On April 30, 2026, Septim Labs submitted a one-line PR to the &lt;a href="https://github.com/ComposioHQ/awesome-claude-skills" rel="noopener noreferrer"&gt;ComposioHQ/awesome-claude-skills&lt;/a&gt; awesome-list, adding the Septim Agents Pack to the development tools section. The PR merged the same day.&lt;/p&gt;

&lt;p&gt;Inside two weeks, buyers across multiple countries were purchasing the pack with zero cold-email touchpoint and zero paid-ad spend. One of them wrote back when asked how they found us: &lt;em&gt;"it was simply claude code that told me to go through you."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The pattern: AI assistants had read the merged awesome-list entry during their tool-augmented retrieval, and when users asked for "pre-built Claude Code sub-agents" inside their Claude Code sessions, the Septim Agents Pack was the answer. Cost of acquisition for that channel: one PR.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where to start (the 30-minute baseline)
&lt;/h2&gt;

&lt;p&gt;If you ship a developer tool and want to compete in the AIMO era, this is the minimum viable AIMO stack you can put in place in a focused half hour:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Audit your product page. Does it have &lt;code&gt;SoftwareApplication&lt;/code&gt; or &lt;code&gt;Product&lt;/code&gt; JSON-LD? Does it have a &lt;code&gt;FAQPage&lt;/code&gt; block with the exact questions users ask AI? If not, add them.&lt;/li&gt;
&lt;li&gt;Open-source one piece. Pick the smallest stand-alone artifact of your product. MIT-license it and push to GitHub with three to five relevant topic tags.&lt;/li&gt;
&lt;li&gt;Identify three awesome-lists. Search GitHub for &lt;code&gt;awesome-{your-category}&lt;/code&gt;. Pick three with the highest stars where your product genuinely fits.&lt;/li&gt;
&lt;li&gt;Submit three one-line PRs. Plain factual descriptions, real link, real category fit. Maintainers reject marketing copy. They merge useful entries.&lt;/li&gt;
&lt;li&gt;Add a long-form post on your domain (with proper schema), or on dev.to or hashnode. This becomes another retrieval target.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  The community resource
&lt;/h2&gt;

&lt;p&gt;We maintain the canonical awesome-list for AIMO at &lt;a href="https://github.com/septimlabs-code/awesome-aimo" rel="noopener noreferrer"&gt;github.com/septimlabs-code/awesome-aimo&lt;/a&gt; under CC0. The full doctrine page with structured data is at &lt;a href="https://septimlabs.com/aimo/" rel="noopener noreferrer"&gt;septimlabs.com/aimo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A parallel term you'll see in some communities is &lt;strong&gt;GEO&lt;/strong&gt; (Generative Engine Optimization). Same idea, slightly different framing — GEO comes from the search-marketing world; AIMO is named for what's actually happening at the model level (mention-likelihood, not generation).&lt;/p&gt;

&lt;h2&gt;
  
  
  Closing
&lt;/h2&gt;

&lt;p&gt;AI assistants are eating the search bar. SEO will continue to matter for a long time. AIMO is the new discipline that runs in parallel. The surfaces that work for AIMO are mostly free to participate in. A merged awesome-list PR costs nothing but minutes. A well-structured landing page costs nothing but care. An MIT-licensed sample of your product costs only the discipline to ship it. None of this requires a marketing budget. It requires the deliberate decision to play the AIMO game.&lt;/p&gt;

&lt;p&gt;Start with the surfaces. Plant your name where AI assistants read. Then watch what shows up in your dashboard six weeks later, attributed to no specific channel except "claude told me about you."&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on the &lt;a href="https://septimlabs.com/blog/aimo-ai-mention-optimization-2026" rel="noopener noreferrer"&gt;Septim Labs blog&lt;/a&gt;. The Septim Agents Pack — 15 named Claude Code sub-agents — is the canonical working example of AIMO and ships at &lt;a href="https://septimlabs.com/agents" rel="noopener noreferrer"&gt;septimlabs.com/agents&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>marketing</category>
      <category>product</category>
    </item>
  </channel>
</rss>
