FRE|Nxt Labs

@frenxt

FRE|Nxt Labs is a research-driven AI engineering studio shipping production systems with Claude Code, LangChain, and LangGraph. We publish cables as field notes from real client work: what we tried, what failed, and what we now reuse as repeatable artifacts.

Our goal is practical leverage, not novelty for its own sake. If a cable exists here, it solved a real delivery problem under deadline and survived at least one messy handoff.

70
cables
0
installs
Apr 25, 2026
latest update

All cables

claude-code·no artifact

Use auto mode, not --dangerously-skip-permissions

Two flags promise to stop Claude Code from pausing at every tool call. One of them reads your settings, honours your allowlist, and refuses to run anything g…

@frenxt · 8 mininstall →
claude-code·skill

Publish your stack to Cables (automated)

A skill that walks Claude Code through publishing your Claude stack to the Cables community in one conversation. No manual repo setup, no hand-written `stack…

@frenxt · 10 mininstall →
claude-code·skill

Replicate Ragav's stack (skills + plugins + scripts)

Pick the stack that matches what you're building. Each one is a single `npx` command. Plugins installed, skills synced, marketplaces configured, no bash scri…

@frenxt · 15 mininstall →
claude-code·skill

AI agent dev stack (LangGraph + LangSmith)

For building, debugging, and evaluating multi-step LLM agents. The skills that catch the problems traces-first: cache misses, regression in eval scores, trac…

@frenxt · 5 mininstall →
claude-code·skill

Full-stack dev stack (Next.js + Vercel)

The plugins and skills you want on day one of a typed Next.js app. From scaffold to prod, with CI/CD, observability, and release review baked in.

@frenxt · 5 mininstall →
claude-code·skill

UX design stack (frontend design + browser QA)

For designing, shipping, and validating product UI. Distinctive components without the AI-generic aesthetic, plus browser-QA to catch regressions before user…

@frenxt · 5 mininstall →
claude-code·no artifact

Anthropic's Responsible Scaling Policy (Sep 2023): safety as operating procedure

*A five-part series tracing Anthropic's public thinking through Dario Amodei's writing and the company's model spec. One foundational document per entry, eac…

@frenxt · 6 mininstall →
claude-code·no artifact

Anthropic's "brilliant friend" spec: the product voice that defines Claude

*Part 2 of 5. Tracing Anthropic's public thinking with FRE|Nxt Labs production commentary.*

@frenxt · 5 mininstall →
claude-code·no artifact

Dario Amodei's Machines of Loving Grace (Oct 2024): planning against the upside case

*Part 3 of 5. Tracing Anthropic's public thinking with FRE|Nxt Labs production commentary.*

@frenxt · 7 mininstall →
claude-code·no artifact

Dario Amodei's Urgency of Interpretability (April 2025): the unsolved problem in production

*Part 4 of 5. Tracing Anthropic's public thinking with FRE|Nxt Labs production commentary.*

@frenxt · 7 mininstall →
claude-code·no artifact

Dario Amodei: "We are near the end of the exponential" (Feb 2026): building for the endgame

*Final entry in the Amodei Playbook. From the safety floor of 2023 to the endgame framing of 2026.*

@frenxt · 7 mininstall →
claude-code·no artifact

Harrison Chase: "a single 800-line Python package" (Oct 2022): the LangChain origin story

*A five-part series tracing Harrison Chase's public thinking on production AI agents. From LangChain as a weekend project to ambient agents. With FRE|Nxt Lab…

@frenxt · 5 mininstall →
claude-code·no artifact

Harrison Chase: LangGraph as the runtime (June 2024): state machines for agents

*Part 2 of 5. Tracing Chase's production agent thinking with FRE|Nxt Labs commentary.*

@frenxt · 7 mininstall →
claude-code·no artifact

Harrison Chase: better models alone won't ship your agent (2025): the production gap

*Part 3 of 5. Tracing Chase's production agent thinking with FRE|Nxt Labs commentary.*

@frenxt · 7 mininstall →
claude-code·no artifact

Harrison Chase: Deep Agents (July 2025): batteries-included harness

*Part 4 of 5. Tracing Chase's production agent thinking with FRE|Nxt Labs commentary.*

@frenxt · 7 mininstall →
claude-code·no artifact

Harrison Chase: Ambient Agents (2025–26): the UX after chat

*Final entry in the Chase Playbook. From an 800-line weekend project to the UX that replaces chat.*

@frenxt · 7 mininstall →
claude-code·no artifact

Boris Cherny: "code is not the bottleneck" (2024–26): the origin story of Claude Code

*A four-part series breaking down the Claude Code creator's actual workflow. Parallel agents, CLAUDE.md as postmortem, the "model wants tools" design philoso…

@frenxt · 5 mininstall →
claude-code·no artifact

Boris Cherny: 5 parallel Claudes + 5-10 browser sessions (Jan 2026) : concurrency as the multiplier

*Part 2 of 4. Breaking down the Claude Code creator's actual workflow with FRE|Nxt Labs production commentary.*

@frenxt · 6 mininstall →
claude-code·no artifact

Boris Cherny: CLAUDE.md as a living postmortem (Jan 2026): turning Claude into team memory

*Part 3 of 4. Breaking down the Claude Code creator's actual workflow with FRE|Nxt Labs production commentary.*

@frenxt · 6 mininstall →
claude-code·no artifact

Boris Cherny: "the model just wants to use tools" (2026): the design philosophy behind Claude Code

*Final entry in the Cherny Playbook. From origin story to design philosophy.*

@frenxt · 7 mininstall →
cursor·no artifact

Migrate from .cursorrules to Cursor Rules

Cursor deprecated the `.cursorrules` file in favor of `.cursor/rules/` in late 2024. The old format still works, but it doesn't support scoping, per-session…

@frenxt · 10 mininstall →
cursor·no artifact

Set up Cursor Rules for your project

Cursor without rules is a capable assistant that doesn't know your project. Cursor with well-written rules is an assistant that already knows your stack, con…

@frenxt · 15 mininstall →
cursor·no artifact

Team Cursor Rules: shared conventions for multi-developer projects

The problem with AI-assisted teams is not that the tools are inconsistent. It's that each developer's tool has a different idea of what "correct" looks like.…

@frenxt · 20 mininstall →
claude-code·no artifact

Audit your E2E coverage

If your E2E tests grew with the app, they almost certainly cover pages, not journeys. That distinction sounds academic until the most-broken flow in producti…

@frenxt · 12 mininstall →
claude-code·no artifact

Permissions and your first settings.json

Every tool call Claude Code makes (a bash command, a file write, an MCP call) pauses and waits for approval. That is the right default. It is also death by a…

@frenxt · 10 mininstall →
claude-code·no artifact

Using Claude Code with git

Claude Code can write code, run tests, stage files, and commit in one uninterrupted session. That is genuinely useful. It is also how you end up with `fix bu…

@frenxt · 12 mininstall →
claude-code·no artifact

Autonomous browser QA with browser-use

Passing unit tests are not a working product. Browser QA is the layer that asks the question your test suite can't: does the thing work for a human looking a…

@frenxt · 14 mininstall →
claude-code·no artifact

Reproduce, fix, verify

Asking Claude Code to "fix this bug" without first reproducing it is the fastest way to close a ticket that reopens three days later. The fix will look plaus…

@frenxt · 14 mininstall →
claude-code·no artifact

When your CLAUDE.md starts to drift

A `CLAUDE.md` that no longer matches the repo is worse than no `CLAUDE.md` at all. Stale context does not merely fail to help. It actively misdirects, and th…

@frenxt · 12 mininstall →
claude-code·no artifact

Your LLM cannot read your agent state

The most common architectural mistake when building LangGraph agents is assuming the LLM can see your state fields. It cannot. The LLM only sees three things…

@frenxt · 18 mininstall →
claude-code·no artifact

Prompt caching kills dynamic injection. Pick one

Building a production LangGraph agent requires middleware that injects dynamic content into the system prompt every turn. Prompt caching requires that the sy…

@frenxt · 20 mininstall →
claude-code·no artifact

Sub-agents are the same agent, smaller

When you add sub-agents to a production LangGraph system, the instinct is to build them as a separate agent type with its own state schema, its own graph str…

@frenxt · 22 mininstall →
gemini-cli·no artifact

Your first GEMINI.md

Every session without a `GEMINI.md` starts from zero. You re-explain your stack. You re-explain your conventions. You catch mistakes that your context would…

@frenxt · 15 mininstall →
gemini-cli·no artifact

Install Gemini CLI and run your first prompt

The first time we ran Gemini CLI we expected it to behave like a browser-based chat. It doesn't. It's a terminal agent that reads your project, runs commands…

@frenxt · 10 mininstall →
gemini-cli·no artifact

Team GEMINI.md: shared AI conventions for multi-developer projects

When one engineer's Gemini CLI session produces different code shape than another's, the root cause is almost always context. Not the tool. One person has a…

@frenxt · 20 mininstall →
claude-code·no artifact

Karpathy's Software 2.0 (2017): the blog post that predicted the decade

*A six-part series tracing Andrej Karpathy's public thinking from 2017 to 2025. One foundational post per entry, each with FRE|Nxt Labs live commentary on ho…

@frenxt · 5 mininstall →
claude-code·no artifact

Karpathy's LLM OS (2023): the architecture blueprint we still use today

*Part 2 of 6. From Software 2.0 to the March of Nines, tracing Karpathy's public thinking with FRE|Nxt Labs production commentary.*

@frenxt · 7 mininstall →
claude-code·no artifact

Karpathy's Eureka Labs bet (2024): what AI-native education reveals about his model of the future

*Part 3 of 6. Tracing Karpathy's public thinking with FRE|Nxt Labs production commentary.*

@frenxt · 5 mininstall →
claude-code·no artifact

Karpathy's vibe coding (Feb 2025): and why "mostly works" is not a production SLA

*Part 4 of 6. Tracing Karpathy's public thinking with FRE|Nxt Labs production commentary.*

@frenxt · 5 mininstall →
claude-code·no artifact

Karpathy's Software 3.0 (June 2025): "the hottest new programming language is English"

*Part 5 of 6. Tracing Karpathy's public thinking with FRE|Nxt Labs production commentary.*

@frenxt · 7 mininstall →
claude-code·no artifact

Karpathy's march of nines (Oct 2025): why 90%→99.999% is the real AI problem

*Final entry in the Karpathy Playbook. From 2017's Software 2.0 to 2025's reality check.*

@frenxt · 7 mininstall →
qa-agent·no artifact

How QA Agent Works (Architecture)

Before contributing, understand what runs when you type `python cli.py run --suite smoke`.

@frenxt · 20 mininstall →
qa-agent·no artifact

Contributing to QA Agent

QA Agent is open source. Contributions that add integrations, improve the report format, or extend the agent's tool set are all welcome.

@frenxt · 25 mininstall →
qa-agent·no artifact

Writing Your First Test Case

A good test case reads like a conversation between a QA engineer and a developer. Not like code.

@frenxt · 20 mininstall →
qa-agent·no artifact

Running Tests & Reading Reports

A green result is only useful if you trust it. A red result is only useful if you can debug it fast.

@frenxt · 20 mininstall →
qa-agent·no artifact

Setting Up QA Agent

From zero to running your first automated browser test in 15 minutes.

@frenxt · 15 mininstall →
qa-agent·no artifact

Organizing Suites & Personas

A flat folder of 30 test cases becomes unmanageable fast. Suites and personas are how you keep it structured.

@frenxt · 25 mininstall →
qa-agent·no artifact

What is QA Agent?

Code changes land fast. Your QA process shouldn't be the bottleneck.

@frenxt · 5 mininstall →
codex·no artifact

Migrate Claude workflows to Codex (and back) with one command

A migration sprint broke on day one because half the team had `.claude` assets and the other half had `.codex` assets. We were copying by hand and introducin…

@frenxt · 18 mininstall →
codex·no artifact

Install Codex CLI and ship your first AGENTS.md

The first Codex week at FRE|Nxt had one repeated failure mode: each thread started with good intent, then drifted because project guardrails were implicit.

@frenxt · 12 mininstall →
claude-code·skill

Publish to FRE|Nxt cables end-to-end

Publishing cables is not just writing markdown. The failures usually happen in validation, index generation, or submodule pointer updates.

@frenxt · 22 mininstall →
claude-code·skill

Autonomous browser QA with browser-use

Manual QA catches issues, but it does not scale when UI changes land every day.

@frenxt · 28 mininstall →
claude-code·claude-md

Your first CLAUDE.md

Without a `CLAUDE.md`, every session starts from zero. The model has to re-derive your conventions, package manager, folder layout, and definition of done on…

@frenxt · 12 mininstall →
claude-code·no artifact

What lives in ~/.claude/ and why

The rule is simple and almost everyone discovers it the hard way: `~/.claude/` is for patterns you want everywhere, and `.claude/` in the repo is for pattern…

@frenxt · 10 mininstall →
claude-code·no artifact

Write your first skill from scratch

A skill is a reusable operating procedure written in markdown. The value is consistency, not cleverness. The first skill you write should replace the prompt…

@frenxt · 16 mininstall →
claude-code·subagent

Your first subagent

A subagent is not a clever trick for parallelism. It is a way to keep the parent's context clean while a narrowly-scoped task runs in its own. The right use…

@frenxt · 14 mininstall →
claude-code·slash-command

Your first slash command

A slash command is the fastest way to package a routine you run every week. It is not a place for reasoning; it is a place for the steps you already trust, n…

@frenxt · 10 mininstall →
claude-code·no artifact

CLAUDE.md patterns: when to split

One `CLAUDE.md` works until the project's complexity exceeds a single file's clarity budget. The symptom is not size; it is that edits in one section start b…

@frenxt · 15 mininstall →
claude-code·no artifact

Plugins worth installing

Most plugin bloat comes from installing tools before defining workflows. A crowded command palette is not capability. It is a tax on every new teammate who h…

@frenxt · 12 mininstall →
claude-code·no artifact

Writing a war story: the contributor guide

Cables earn trust by describing what actually happened, including the part where things did not work. A war story is not a polished retrospective; it is the…

@frenxt · 14 mininstall →
claude-code·skill

Audit your E2E coverage

We had tests. We also had regressions. The problem was coverage shape, not raw test count.

@frenxt · 20 mininstall →
claude-code·no artifact

How we rolled Claude Code out to a 6-person team

The hardest part of a team rollout was not the tooling. It was the quiet drift toward six slightly different workflows sharing one repo.

@frenxt · 16 mininstall →
claude-code·no artifact

5x output without 5x tokens: subagents as leverage

Subagents did not speed us up until we redesigned the boundaries of the work itself. Parallelism without ownership does not compound; it collides. The levera…

@frenxt · 14 mininstall →
claude-code·no artifact

CLAUDE.md as team contract

Once more than one person relies on `CLAUDE.md`, it stops being notes and starts being a contract. Treat it as personal scratchpad and you get three engineer…

@frenxt · 12 mininstall →
claude-code·no artifact

Skills that scale past solo usage

A skill that works only for its author is not a skill; it is a shell alias with extra steps. Most skills fail at team scale because they assume context the a…

@frenxt · 11 mininstall →
claude-code·skill

Benchmark a LangGraph agent

You cannot optimize what you do not measure. For agent systems, that means evaluating both quality and execution cost. And doing it per task class, not in ag…

@frenxt · 35 mininstall →
claude-code·skill

Debug an agent from a LangSmith trace

When an agent fails, raw logs usually tell us *what* happened, not *why* it happened in that step sequence.

@frenxt · 25 mininstall →
claude-code·skill

Fix your prompt caching

Prompt caching is one of those optimizations we all think we enabled "well enough" until costs spike and response times drift.

@frenxt · 22 mininstall →
claude-code·skill

Reproduce -> fix -> verify

The fastest way to ship bugs is to skip one of those three steps.

@frenxt · 24 mininstall →
claude-code·no artifact

Install Claude Code and run your first slash command

Claude Code is not a chat window with a terminal attached. It is two products fused at the prompt: a conversation, and a command palette. Until you find the…

@frenxt · 10 mininstall →
Share this page