Using your own documents as the source material, AI can synthesize a biographical narrative that highlights growth and resilience without inventing facts or downplaying challenges. This grounded approach produces narratives that are both honest and strategically positioned.
Retrieval-Augmented Generation (RAG) is a technique that grounds AI outputs in your actual data rather than letting the model generate plausible-sounding but potentially false details. In the reentry context, this is critical—hiring managers can detect fabricated narratives instantly, and falsifying details on explanations or references creates legal liability.
Here's how RAG works: Instead of asking an AI to write your background explanation from scratch, you first load your documents—journals, letters of recommendation, program certificates, employment records—into a vector database. The AI then retrieves relevant passages from those documents before generating text. Think of it like having a research assistant pull your actual file before drafting a memo, rather than writing from memory alone.
When you're explaining a period of incarceration or interrupted employment, authenticity is your strongest asset. RAG ensures your explanation letter references real achievements, specific dates, actual people you worked with, and genuine growth documented in your actual records. The AI doesn't invent details—it synthesizes what you've already documented.
The technical advantage: RAG reduces "hallucination" (AI generating false information) by constraining outputs to your source material. A hiring manager reviewing your background explanation can theoretically trace claims back to evidence. This transparency builds credibility in a context where you're already working against skepticism.
The process involves three steps: (1) Document ingestion—your files are converted into embeddings (mathematical representations of meaning) and stored in a searchable database; (2) Query processing—when you prompt the AI, it searches that database for relevant passages; (3) Generation—the AI writes your explanation while citing or incorporating retrieved context.
Most consumer AI platforms (Claude, ChatGPT with file uploads) perform basic RAG by allowing you to attach documents. More sophisticated setups use dedicated vector databases like Pinecone or Weaviate, but for your purposes, uploading your reference materials to a capable LLM accomplishes the same goal: grounding your narrative in evidence.
RAG depends entirely on what you load into it. If your documentation is sparse—say, you have no written record from your reentry program—the AI has little to work with and may still generalize. Also, RAG is strongest for factual retrieval but weaker for narrative coherence across multiple sources. A human editor reviewing AI-generated text is still essential, particularly when synthesizing information across your entire reentry journey.
The other consideration: RAG-augmented outputs sometimes feel "cut and paste" because they're directly drawing from source material. Part of working with this technique is smoothing transitions and ensuring the final letter reads naturally despite being assembled from retrieved fragments.
Try this: Gather 3–5 key documents (a program completion certificate, a letter from a mentor, a journal entry describing growth, employment records). Upload them to Claude or ChatGPT, then ask: "Using only the documents I've provided, write a 3-paragraph explanation of my background focusing on what I've learned." Compare the output to traditional AI—you'll notice how heavily the RAG version draws from your actual material rather than generalizing.
Peri can explain this concept, give practical examples, help you decide whether it applies to your situation, or recommend a journey if appropriate.
Explore related journeys or tell Peri what you're working through.