Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created June 24, 2025 17:02
Show Gist options
  • Select an option

  • Save wilmoore/138aa028bd39f5db84f8f2055892288e to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/138aa028bd39f5db84f8f2055892288e to your computer and use it in GitHub Desktop.
Software Engineering :: Pair Programming :: AI Assistant :: RepoPrompt :: About :: How I use Repo Prompt to build Repo Prompt

Software Engineering :: Pair Programming :: AI Assistant :: RepoPrompt :: About :: How I use Repo Prompt to build Repo Prompt

⪼ Made with 💜 by Polyglot.

image image image

This video is a tutorial and product demo by Eric, the creator of Repo Prompt, aimed at educating developers on how to use Repo Prompt to enhance their own development workflow—specifically by showing how he used Repo Prompt to build and extend itself. Eric demonstrates how to integrate a new provider (Grok) into the app using AI-assisted workflows that automate code search, editing, and implementation using parallel model runs. The video showcases the power of combining tools like AI Studio, Gemini, and DeepSeek with Repo Prompt's code mapping and prompt orchestration capabilities.

Highlights

🧠 Context Building with Repo Prompt
  • Automatically generates a scoped file list for a task using an AI-driven context builder
  • Creates compressed code maps to make large codebases navigable by LLMs
  • Allows selective file inclusion and supports parallel token-aware prompting
⚙️ Adding Grok API Integration
  • Sets up a task to add Grok support by generating a file list and prompting edits
  • Uses multiple models (Gemini, 03, DeepSeek) to create and apply XML-based edit instructions
  • Applies edits, resolves merge conflicts, and tests compiled results in-app
🤖 Model Coordination & Performance
  • Uses XML to batch and orchestrate model edits across multiple files
  • Compares outputs from different LLMs for precision vs. speed (e.g., Gemini vs. 03)
  • Fixes compiler issues iteratively using GPT-4.1 and model-assisted patching
🧪 Final Testing & Result
  • Successfully adds and configures Grok 3 Mini model
  • Demonstrates full end-to-end reasoning test inside the app
  • Shows final working integration and reflects on how cost-effective and fast the process was

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment