RRepoGEO

REPOGEO REPORT · LITE

alexzhang13/rlm-minimal

Default branch main · commit 973f8d4a · scanned 6/16/2026, 9:53:04 PM

GitHub: 801 stars · 135 forks

AI VISIBILITY SCORE
28 /100
Critical
Category recall
0 / 2
Not recommended in any query
Rule findings
1 pass · 1 warn · 0 fail
Objective metadata checks
AI knows your name
2 / 3
Direct prompts that named your repo
HOW TO READ THIS REPORT

Action plan is what to do next — copy-pasteable changes prioritized by impact. Category visibility is the real GEO test: when a user asks an AI a brand-free question that should surface alexzhang13/rlm-minimal, does the AI actually recommend you — or your competitors? Objective checks verify the metadata signals AI engines weight first. Self-mention check detects whether AI even knows you exist by name.

Action plan — copy-paste fixes

2 prioritized changes generated by gemini-2.5-flash. Mark items done after you ship the fix.

OVERALL DIRECTION
  • highreadme#1
    Reposition the README's opening to clarify RLM focus

    Why:

    CURRENT
    # Recursive Language Models (minimal version) 
    
    Link to the official RLM codebase
    
    Link to the paper
    
    Link to the original blogpost 📝
    
    I received a lot of requests to put out a notebook or gist version of the codebase I've been using. Sadly it's a bit entangled with a bunch of random state, cost, and code execution tracking logic that I want to clean up while I run other experiments. In the meantime, I've re-written a simpler version of what I'm using so people can get started building on top and writing their own RLM implementations. Happy hacking!
    
    I've provided a basic, minimal implementation of a recursive language model (RLM) with a REPL environment for OpenAI clients. Like the blogpost, we only implement recursive sub-calls with `depth=1` inside the RLM environment. Enabling further depths is as simple as replacing the `Sub_RLM` class with the `RLM_REPL` class, but you may need to finagle the `exec`-based REPL environments to work better here (because now your sub-RLMs have their own REPL environments!).
    
    In this stripped implementation, we exclude a lot of the logging, cost tracking, prompting, and REPL execution details of the experiments run in the blogpost. It's relatively easy to modify and build on top of this code to reproduce those results, but it's currently harder to go from my full codebase to supporting any new functionality.
    COPY-PASTE FIX
    # Recursive Language Models (minimal version)
    
    This repository provides a super basic, minimal implementation of Recursive Language Models (RLMs) with REPL environments, specifically designed for experimentation and learning about recursive LLM agents. It's a stripped-down, gist-like version of a more complex codebase, focusing on the core concepts of recursive sub-calls with `depth=1` for OpenAI clients. This project is ideal for developers and researchers looking to quickly get started building and understanding their own RLM implementations without the overhead of logging, cost tracking, or complex prompting.
    
    Link to the official RLM codebase
    
    Link to the paper
    
    Link to the original blogpost 📝
  • mediumhomepage#2
    Add a homepage link to the official RLM resources

    Why:

    COPY-PASTE FIX
    https://your-official-rlm-blogpost-or-project-page.com

Category GEO backends resolved for this scan: google/gemini-2.5-flash, deepseek/deepseek-v4-flash

Category visibility — the real GEO test

Brand-free queries asked to google/gemini-2.5-flash. Did AI recommend you, or someone else?

Same questions for every model — switch tabs to compare answers and rankings.

Recall
0 / 2
0% of queries surface alexzhang13/rlm-minimal
Avg rank
Lower is better. #1 = top recommendation.
Share of voice
0%
Of all named tools, what % are you?
Top rival
pytorch/pytorch
Recommended in 1 of 2 queries
COMPETITOR LEADERBOARD
  1. pytorch/pytorch · recommended 1×
  2. tensorflow/tensorflow · recommended 1×
  3. keras-team/keras · recommended 1×
  4. huggingface/transformers · recommended 1×
  5. google/jax · recommended 1×
  • CATEGORY QUERY
    How to implement a basic recursive language model for experimentation and learning?
    you: not recommended
    AI recommended (in order):
    1. PyTorch (pytorch/pytorch)
    2. TensorFlow (tensorflow/tensorflow)
    3. Keras (keras-team/keras)
    4. Hugging Face Transformers Library (huggingface/transformers)
    5. JAX (google/jax)
    6. Haiku (deepmind/dm-haiku)
    7. Flax (google/flax)
    8. NumPy (numpy/numpy)

    AI recommended 8 alternatives but never named alexzhang13/rlm-minimal. This is the gap to close.

    Show full AI answer
  • CATEGORY QUERY
    Looking for a minimal Python example of recursive LLM agents with REPL capabilities.
    you: not recommended
    AI recommended (in order):
    1. LangChain (langchain-ai/langchain)
    2. AutoGPT (Significant-Gravitas/AutoGPT)
    3. BabyAGI (yoheinakajima/babyagi)
    4. CrewAI (joaomdmoura/crewai)
    5. LlamaIndex (run-llama/llama_index)
    6. OpenAI API

    AI recommended 6 alternatives but never named alexzhang13/rlm-minimal. This is the gap to close.

    Show full AI answer

Objective checks

Rule-based audits of metadata signals AI engines weight most.

  • Metadata completeness
    warn

    Suggestion:

  • README presence
    pass

Self-mention check

Does AI even know your repo exists when asked about it directly?

  • Compared to common alternatives in this category, what is the core differentiator of alexzhang13/rlm-minimal?
    pass
    AI named alexzhang13/rlm-minimal explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • If a team adopts alexzhang13/rlm-minimal in production, what risks or prerequisites should they evaluate first?
    pass
    AI named alexzhang13/rlm-minimal explicitly

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

  • In one sentence, what problem does the repo alexzhang13/rlm-minimal solve, and who is the primary audience?
    pass
    AI did not name alexzhang13/rlm-minimal — likely talking about a different project

    AI answers can be confidently wrong. Read for accuracy: does it match your actual tech stack, audience, and differentiator?

Embed your GEO score

Drop this badge into the README of alexzhang13/rlm-minimal. It auto-updates whenever the report is rescanned and links back to the latest report — easy public proof that you care about AI discoverability.

RepoGEO badge previewLive preview
MARKDOWN (README)
[![RepoGEO](https://repogeo.com/badge/alexzhang13/rlm-minimal.svg)](https://repogeo.com/en/r/alexzhang13/rlm-minimal)
HTML
<a href="https://repogeo.com/en/r/alexzhang13/rlm-minimal"><img src="https://repogeo.com/badge/alexzhang13/rlm-minimal.svg" alt="RepoGEO" /></a>
Pro

Subscribe to Pro for deep diagnoses

alexzhang13/rlm-minimal — Lite scans stay free; this card itemizes Pro deep limits vs Lite.

  • Deep reports10 / month
  • Brand-free category queries5 vs 2 in Lite
  • Prioritized action items8 vs 3 in Lite