antrix.dev
Setup Guide

Job Hunt — full setup

Two prompts, one folder, twenty minutes. Read top to bottom on the first run; come back for the prompts later.

Reading this alone?

Do it with peers — bi-weekly calls, $29/mo founding.

Join →
1

What you need (5 min)

  • Mac or Windows
  • Chrome (you'll install one extension)
  • An Anthropic account on a paid Claude plan (Pro or higher)— Cowork mode isn't available on the free tier.
  • Your resume as a PDF
  • A LinkedIn account that you've signed into in this Chrome at least once
  • 20 minutes the first time. 30 seconds every time after.
2

Install Claude desktop

  1. Go to claude.com/download and grab the desktop app for your OS.
  2. Sign in with your Anthropic account.
  3. Open it.
3

Switch to Cowork mode

In the desktop app, switch the mode picker to Cowork. (If you don't see it, you may need the latest version — quit the app and re-open.)

Cowork mode gives Claude file tools and a small Linux sandbox. That's how it'll save the CSV and the dashboard to your computer.

Heads up —Cowork mode is gated behind a paid Claude plan (Pro or higher). The free tier won't show the picker. If you're on free, upgrade at claude.com/upgrade before continuing.
Claude Cowork running on macOS — the mode is set top-left, with the workspace and connected tools on the side. (Source: claude.com/product/cowork)
Claude Cowork running on macOS — the mode is set top-left, with the workspace and connected tools on the side. (Source: claude.com/product/cowork)
4

Install the Chrome extension

  1. Open Chrome and install Claude in Chrome from the Chrome Web Store.
  2. Click the extension icon → Pair with my account.
  3. You should now see “Personal Chrome” listed inside the Cowork app.

This is what lets Claude open tabs, navigate, and read pages on your behalf.

The Claude in Chrome connector inside the desktop app — once paired, your Personal Chrome shows up as a usable connector. (Source: Anthropic Help Center)
The Claude in Chrome connector inside the desktop app — once paired, your Personal Chrome shows up as a usable connector. (Source: Anthropic Help Center)
5

Set up your project folder

  1. Make a folder anywhere on your computer. Suggested: ~/Documents/Claude/Job Search.
  2. Drop your resume PDF inside. Rename it something clean like Resume-Firstname.pdf.
  3. In the Cowork app, click the folder icon and select that folder. Claude now has access to it.
6

Set up your LinkedIn search (do this once)

  1. Sign in to LinkedIn in the same Chrome.
  2. Go to linkedin.com/jobs and run a real search — your title, the location/remote setting you actually want, the salary band that matches your level.
  3. Hit Save search. (Top right of the results.)
  4. Open the saved search at least once so Claude can navigate to it.

The whole point: by the time Claude opens LinkedIn, the filters are already the way you want them. Don't make Claude pick filters for you — it'll guess wrong.

LinkedIn's Save / Save search lives next to each posting and at the top of a results list once your filters are set. (Source: MakeUseOf)
LinkedIn's Save / Save search lives next to each posting and at the top of a results list once your filters are set. (Source: MakeUseOf)

Reading this and want to actually do it with others?

The community is bi-weekly live calls, async accountability, and a group of builders shipping in parallel. Founding seats are $29/mo.

7

Paste prompt #1 — scrape and score

Paste this into Cowork. The first time, Claude will ask for permission to use Chrome — say yes.

Prompt #1 — scrape and score

Open Chrome and go to my LinkedIn jobs feed — I'm signed in,
the saved searches and filters are set the way I want them.

Read my resume from the PDF in this folder. Use it as the
baseline for what I'm qualified for and what I actually want.

Then go through the job listings one at a time. For each role,
open the posting, extract the details, and back out. Aim for
the first 20 results unless I stop you.

Build a CSV with these columns:
- Company
- Role title
- Location / remote policy
- Employment type (FT, contract, fractional)
- Hourly rate or annual comp (extract if listed, mark "—" if not)
- Posted (e.g. "2 days ago")
- Tech stack / keywords
- Match score 1–10 vs. my resume
- Why it matches (one sentence)
- Why it might not (one sentence)
- Posting URL

Sort the CSV by match score, descending.

When you're done, give me a short summary at the top of the file:
- Top 5 strongest matches by name
- Comp range across the list
- Any patterns you noticed (e.g. "8 of these want Stripe specifically")

Save the CSV to this folder. Don't apply to anything, don't message
anyone, don't click any "Easy Apply" buttons. Just read and report.

While it runs (5–10 minutes for 20 jobs), don't touch the browser. Claude is clicking through every result.

8

Paste prompt #2 — build the dashboard

When the CSV is done, paste this:

Prompt #2 — build the dashboard

Take the CSV you just produced and build me an HTML dashboard
from it. Single self-contained file — inline CSS, inline JS,
no external dependencies except a CDN for icons. Save it next
to the CSV.

Layout:
- Header strip with three numbers: total jobs, jobs marked
  applied, jobs marked rejected. Update live as I click.
- Filter bar: search box (matches company or title), status
  filter (all / unreviewed / applied / rejected / saved),
  match-score slider (min score).
- Sort dropdown: match score, comp, recency.
- One card per job. Each shows: company, role, location/remote,
  comp, match score as a colored badge (green 8–10, yellow 5–7,
  gray below), the AI summary, expandable "why it matches /
  why not."
- Four buttons per card: Mark Applied, Mark Rejected, Save for
  Later, Open Posting (opens URL in a new tab).

State management:
- Use localStorage. Key each job by a hash of its posting URL
  so it survives CSV regenerations.
- Persist: status (unreviewed / applied / rejected / saved),
  notes (small textarea per card, optional).
- Status changes are instant — no save button.
- Visual treatment: applied = green left border, rejected = 50%
  opacity no border, saved = yellow accent.

Top-right: "Export my decisions" button — downloads a small JSON
of just the URLs and my statuses, so I can re-import later.

Style it dark mode, dense but breathable. Inter or system font.
No emoji.

Don't re-fetch from LinkedIn. Don't re-score. Just render the CSV.
9

Open the dashboard

Double-click dashboard.html to open it in Chrome. Bookmark it. That's the page you check every morning.

10

The weekly loop — schedule it once

Cowork can run this on a cadence so you don't have to remember. Open the same chat thread you used to build the dashboard, then:

  1. Type /schedule in the chat input. Cowork launches its scheduling skill.
  2. Paste the one-liner below as the task. Answer the multiple-choice prompts about cadence (weekly, Monday morning works well).
  3. Review the generated task name + schedule, then click Schedule.
  4. Find it later under the Scheduledsidebar section — you can pause it, edit cadence, or trigger a manual run.

Weekly re-run

Re-run the scrape and rebuild the dashboard. Same folder, same prompts.
The /schedule confirmation card in Cowork — name, cadence, and a single-click Schedule button. (Source: Anthropic Help Center)
The /schedule confirmation card in Cowork — name, cadence, and a single-click Schedule button. (Source: Anthropic Help Center)
Important: scheduled tasks only run while your computer is awake and the Claude desktop app is open. If the machine is asleep when the task fires, Cowork skips it and runs it once you wake the machine. For overnight automation, leave the laptop docked and awake, or run this on a second machine.

The CSV regenerates with this week's listings. Open dashboard.html again — your applied/rejected/saved marks are still there because the dashboard keys them by posting URL, and most posting URLs are stable.

11

Things to tweak as you go

  • Sample size.Change “20 results” to 30 or 50 if you want broader coverage. Costs more time, gives more signal.
  • Score rubric. If Claude is scoring optimistically, add: “Be conservative. A 9 means it's almost a perfect match. A 5 means generic SWE role.” to prompt #1.
  • Specialty bias. If you want it to over-weight a niche (payments, ML infra, mobile), say so explicitly: “Score with a strong bias toward [niche] — penalize roles that don't mention it.”
  • Notes column.If you want a “Notes” column in the CSV that Claude leaves blank for you to fill in later, add that to the column list.

What you've built

You have a personal job-hunt pipeline that:

  • Reads LinkedIn for you.
  • Scores every posting against your real resume, not your hopes.
  • Persists your decisions across re-runs.
  • Takes 30 seconds of your attention per day instead of 90 minutes.

The whole thing is yours. The CSV, the dashboard, the localStorage — all on your machine. Nothing on a SaaS dashboard you'll forget to cancel.

The Community — Coming Soon

For AI-first operators who actually build the thing.

Builders, consultants, founders, freelancers — anyone whose income comes from shipping real work, not from selling courses about shipping.

AI isn't going to make you money. Products do. Clients do. Real businesses do. But AI is the unfair advantage — when you wire it into how you build, sell, and serve, you move 10x faster than people still doing it by hand.

Who it's for

Beginners

Learning AI from people actually using it, not just teaching it.

Builders

Ready to automate workflows — yours or your clients'.

Operators

Senior, deep in production, looking for peers and leverage.

You have real skills. You want AI as an unfair advantage on real work — building something of your own, leveling up at your job, or both — not another set of videos to watch.

What's inside

Direct access — me + the network

Bi-weekly Google Meet calls where we actually work. DMs and posts with me and other operators when you're mid-build and stuck.

  • Bi-weekly live calls — builds, Q&A, teardowns
  • Architecture + payment reviews on your code
  • Peer network of operators who actually ship
  • Paid client referrals when I'm overbooked

The production agentic stack

Everything I run on real client work and my own products — installed in your environment, not just shown in a video.

  • Antrix OS — the control room for your agent fleet
  • Installers: Ship Your Product + Run the Machine
  • ax-* skill packs (audit, deliver, simplify, content, more)
  • Multi-agent code review across parallel worktrees
  • Scheduled jobs, overnight pipelines, dual-AI planning
  • Setup library: Stripe, Supabase, Vercel, Resend

Antrix OS — the agent dashboard

Antrix OS — agent fleet dashboard

The control room I actually run my work from — every project, agent, skill, schedule, machine, and secret in one place. Members get the codebase.

Why this one is different

Most hosts make content.
I make products.

The platform doesn't matter — Skool, Circle, Discord, Whop, whatever. The problem is the host.

Most paid-community founders aren't shipping anything outside of the community itself. Their whole business is selling you the community.

I'm in production every day. The people I want next to me are too.

We level up together.

Most communities

  • Revenue IS the membership fee
  • Main output: content about the community
  • You learn from someone who only sells communities
  • Growth metric: new members

This community

  • Revenue is client work + products. Community is a side of it.
  • Main output: shipped code, deployed products, served clients
  • You learn from someone in production every single day
  • Growth metric: what members are actually shipping

Waitlist

Open · first cohort

Get in before the price moves.

Founding pricing exists for the first cohort. When it fills, the next one pays more — and joins behind it. Names get pulled in order.

  • Founding price locked: $29/mo
  • Bi-weekly live calls + brainstorms
  • Direct access: me + operator peers

Work with me directly

Senior engineering, paired with agentic AI.

I take a handful of clients each quarter. Direct work on your codebase, your stack, your business. No agency. No junior handoffs. You hire me, you get me.

I build with you

Pair sessions where we ship the product, the agent, or the integration that's been blocking you.

I wire AI into your business

Agentic workflows, multi-agent pipelines, and scheduled jobs that turn AI from a chat window into 10x leverage on actual revenue work.

I review what you shipped

Architecture, AI usage, payments. I'll tell you what's worth keeping, what to rip out, and what to ship next.

I set you up, you take it from there

Sometimes you don't need me to run it. You need someone in the room while you do. I'll show you the system.

Specialty — payments

Hundreds of millions processed across subscriptions, marketplaces, and migrations. If your product touches money, that's where I help most. Webhook reliability, marketplace splits, billing architectures — the kind of work where shipping wrong costs you money, not just time.

Tell me what you're building.

I reply within 24 hours.