Jul 15, 2026

5 min read

RAG AI in Boston: What New England Companies Are Actually Building

JTPCK builds RAG AI systems for companies in Boston and across New England. Here's what retrieval-augmented generation actually is, why the demand is concentrated in this region, and what a real RAG engagement looks like.

By JTPCK Team

Most of the AI inquiries that reach us now are some version of the same question: “We have twenty years of documents, and nobody can find anything in them. Can AI fix that?”

The answer is usually yes, and the thing that fixes it is called retrieval-augmented generation, or RAG. It is the least glamorous and most useful category of AI work happening right now, and a surprising amount of it is happening in and around Boston.

What RAG Actually Is

A general-purpose model like Claude knows a great deal about the world and nothing whatsoever about your company. Ask it a question about your own return policy, your own case history, or your own lab protocols, and it will either decline or invent something plausible. Neither is useful.

Retrieval-augmented generation closes that gap. Instead of hoping the model already knows, a RAG system searches your actual documents first, pulls the passages that are relevant to the question, and hands them to the model as context. The model then answers from that material and can cite exactly which documents it used.

The practical effect is that the model stops guessing. It is the difference between asking a very well-read stranger what your company’s policy is and asking that same stranger after handing them the policy binder.

Why RAG AI Demand Is Concentrated in Boston and New England

There is a reason RAG work clusters here, and it isn’t just that Boston has a lot of software companies.

Greater Boston is unusually dense with organizations that are both document-heavy and confidentiality-bound. Hospitals and research institutions in the Longwood Medical Area. Biotech and pharma across Kendall Square and Cambridge. Law firms downtown. Insurance and asset management in Boston and Hartford. Universities with decades of archives. Manufacturing and defense along 128. Nonprofits and member organizations across New England with institutional knowledge nobody has ever indexed.

These organizations share a specific profile. They have enormous quantities of valuable internal text, that text is the actual work product, and much of it cannot casually leave the building. That combination is precisely where RAG earns its keep, and precisely where a generic chatbot subscription does not.

The second reason is that New England companies tend to have long histories. A firm founded in 1987 has thirty-plus years of accumulated files in formats nobody remembers choosing. The value locked in that archive is real, and it is currently unreachable by anyone who wasn’t there when it was written.

What We Have Built

JTPCK built a RAG system for a Boston-area member organization, and then shipped it as desktop apps for both Mac and Windows (built with Tauri 2) so their team could query institutional knowledge without opening a browser tab. Decades of accumulated material became something a person could ask a question of in plain English and get a grounded, sourced answer back.

That project is a good illustration of the pattern. The organization did not need a new AI product. It needed the knowledge it already owned to be reachable.

What a RAG Engagement Actually Involves

The demo version of RAG takes an afternoon. The version that survives contact with real users does not, and the difference is almost entirely in the parts nobody talks about.

Ingestion. Getting documents out of PDFs, scans, wikis, ticket systems, shared drives, and email into clean text. This is frequently the hardest part of the whole project, and it is never the part people budget for.

Chunking. Deciding how to split documents so that retrieved passages carry enough context to be meaningful. Split too small and answers lose the thread. Split too large and retrieval gets imprecise.

Embeddings and retrieval. Turning text into vectors and searching them. For most of our clients this lives in Postgres via pgvector rather than a separate vector database, which keeps the infrastructure count down.

Reranking. Retrieval gets you twenty candidate passages. Reranking figures out which five actually answer the question. Skipping this step is the most common reason a RAG system feels dumb.

Evaluation. Building a real test set of questions with known good answers, so that when you change the chunking strategy you can tell whether you improved things or broke them. Teams that skip evaluation are tuning blind.

The interface. A retrieval system nobody opens is worth nothing. Sometimes that means a web app, sometimes an internal tool, sometimes a desktop client on Mac and Windows that sits where the work already happens.

You can read more about how we approach this on our RAG AI systems page, and if you are still deciding between retrieval and fine-tuning, we wrote up that comparison too. The short version is that most companies who think they want a fine-tuned model actually want RAG.

The On-Premise Question

For a lot of New England clients, especially the regulated ones, the interesting question isn’t whether to build RAG. It’s where it runs.

If you are a law firm, a medical practice, or any organization operating under confidentiality obligations, a RAG system that ships your privileged documents to someone else’s data center has traded one problem for another. The good news is that a capable retrieval system can now run entirely on hardware you own, sitting in your own office, with the documents never crossing your network boundary. We wrote about why regulated practices should own their AI if that is the situation you are in.

This is a meaningful part of why we take RAG work in this region seriously. Boston has a high concentration of exactly the organizations for whom “just use the cloud version” is not an acceptable answer.

If You Are Looking for RAG Development in Boston

We build these systems end to end, from the unglamorous document ingestion through to the interface your team opens every morning. We work with companies across Boston, Cambridge, and the broader New England area, on-premise or in the cloud depending on what your obligations actually require.

If you have an archive that should be answering questions and currently isn’t, get in touch. We will give you an honest read on whether RAG is the right tool for your situation, including the cases where it isn’t.

rag ai boston new-england retrieval-augmented-generation ai-consulting on-premise

Keep Reading

More from the studio.

All Posts