Models and infra for AI code generation.

Joined September 2025
12 Photos and videos
It's finally back!
1
1
298
GLM 5.2 made its own GLM 5.2 promotion in Jacq.
2
1,179
More use cases for the Jacq X integration
1
148
First class plugins in Jacq are becoming a window into all your daily tools accessible from one place.
2
157
Relace reposted
We now have deep research powered by @ExaAILabs in Jacq!
2
4
292
Opus 4.8 is live in Jacq!
1
4
258
Relace reposted
You lose a lot of flexibility when a cloud agent is quarantined in its VM until you sync manually. Jacq packages a toolbox binary that turns each device (phone, laptop, desktop) into an API, and the agent dynamically decides what connected device to execute tools on. This means if my laptop goes offline, Jacq can autonomously decide to keep working on other things in the cloud until I'm back. Long term it's always better to give the model more choice.
1
4
13
1,215
Relace reposted
A lot of coding products treat threads as disposable, and you end up having to get your agent up to speed with the same info over and over. We trained a compaction model for Jacq that runs at 90k tok/s to make resuming with context from other threads instant.
1
3
8
1,003
For 18 months, Relace has been training small, specialized models that make autonomous coding products smooth. Jacq is built on everything we've learned and showcases some new models we've worked on recently. It uses a compaction model under the hood that runs at 90k tok/s, fast enough to condense a 250k token thread in 2-3s. This means you can stay on the same thread indefinitely, or instantly fork from the same starting point. Autopilot mode is actually a small classifier model that identifies unsafe tool calls. The agent stops bothering you about routine stuff, and is forced to work around or ask you about things you might regret. Small models are best when they feel invisible and just work. Let us know what you think, and DM us if you want API access to these models!
Today we're launching Jacq. A coding agent built together with the small models we've been training at @relace_ai for the past 1.5 years. It runs entirely in the cloud, and decides when to pull context from any of your connected devices. It uses all the software you already live in: Slack, Linear, GitHub, email, etc. Plus, threads are now durable — a real record of how work happened. Just drag them into a new chat to get context for your next task.
3
2
15
3,995
🚀
Building a website used to take months. I created 5 in 10 seconds. Meet Fimo.ai, an AI-native CMS where your website lives, collaborates, and evolves with AI. Existing vibe coding tools are great for building apps, but websites have specific requirements. We’ve spent the last 10 years building Strapi, the most popular open-source Headless CMS. We know what is important for users: translate content, reuse assets, optimize SEO/GEO, update content, A/B test, personalize pages, schedule releases, review workflows, etc.
4
1,194
Relace reposted
For months there’s been debate on RAG vs agentic search for codebase retrieval. RAG is an independent, single-shot classifier of file relevance: each file is scored using only the user query and that file’s contents, with no inter-file reasoning or iteration. Together, these two properties make RAG completely parallelizable. The entire codebase can be scored in ~1-2s if you scale compute enough. Agentic search breaks independence to improve accuracy. File relevance is refined iteratively through tool calls (e.g. grep, file views), where difficult cases are resolved with multi-step reasoning. In early implementations, this reasoning was done serially, with each tool call gating the next, leading to end-to-end latencies over 100s. Fast Agentic Search operates in a Goldilocks regime between RAG and serial agentic search. It preserves inter-file reasoning while parallelizing exploration, resulting in ~4× lower latency with nearly equal accuracy.
4
5
23
5,473
You can easily integrate Relace Search as an explore subagent in your product with our MCP server: docs.relace.ai/docs/fast-age… It uses our pre-defined agent harness and executes greps from Relace Search on your local file system in parallel.
Both Claude Code and Cursor already use a search subagent pattern: - Enter explore mode - Probe the codebase in parallel with grep tool - Filter and refine findings - Return high signal context for main agent You get wide coverage on the codebase without rotting the primary agent's context window.
1
1
5
1,398
You can now use Relace Search as a subagent in Claude Code, Cursor, or any coding agent supporting external MCPs.
3
2
7
1,396
Fast agentic search is here! Try it out for yourself on our model playground app.relace.ai
Introducing Relace Search, a utility agent designed for fast codebase retrieval. RAG is fast because it's fully parallelizable. Agentic search is accurate because of its multi-shot reasoning. Relace Search does both. It calls 4-12 grep and view file tools in between reasoning blocks to match Claude 4.5 Sonnet performance while running 4x faster. Try it out today through our API or on OpenRouter!
4
3
12
1,895
With Repos, semantic search is as easy as:
1
2
7
2,567
We just released the krabby patty formula...
It's the 1 year anniversary of our Fast Apply model that got us past 1M ARR. Our blog post explains everything we did to make it SoTA and run at 10k tok/s.
3
5
1,274
Relace reposted
Cool to see @relace_ai on @ProductHunt today! Now this is all your coding agent has to do to preserve repo state: client.git('./repo_path').add('.') .commit('msg').push() Github repos are for humans. Relace repos are for agents generating code
8
6
28
7,568