A one-time, ~5-minute setup. Do it once and you're done — you'll rarely touch any of this again.
Requirements
- macOS 10.15 (Catalina) or newer.
- A JIAA subscription ($39/month or $349/year), purchased inside the app — this unlocks JIAA itself.
- Your own Anthropic API key with a little credit — Claude is pay-as-you-go on your key. About $10 covers exploring the app plus several one-hour interviews. See creating a key below.
- About 500 MB of free disk space for the one-time Whisper speech model.
- The free BlackHole audio driver to capture call audio (the app links you to it).
Install JIAA
- Download the
.dmgand double-click it to open. - Drag JIAA into your Applications folder.
- Open it from Applications. If macOS says the app is from an unidentified developer, right-click (Control-click) the app icon → Open, then confirm in the dialog. You only need to do this once.
First-run setup
On first launch JIAA walks you through these steps. You can revisit any of them later from the toolbar.
Create your Anthropic API key
- Sign up or log in at console.anthropic.com.
- Open Billing (Plans & Billing) and add a payment method, then top up $5–10 of credit. A brand-new account needs credit before the API will answer.
- Go to Settings → API Keys and click Create Key.
- Copy the key (it starts with
sk-ant-) and paste it into JIAA when prompted. You can store it in your Mac's Keychain so you only do this once.
Activate your license
- In JIAA, pick a plan — Monthly ($39) or Yearly ($349) — and complete the secure checkout that opens in your browser.
- A license key arrives by email within a minute.
- Paste it into the activation screen. The key activates this Mac; you can release it from the store's My Orders page if you switch hardware.
Download the Whisper model
Interview mode transcribes speech locally. JIAA downloads the ggml-small.bin model (~466 MB) into its app directory — a one-time download. Once it's done, transcription works fully offline. The speech-recognition binary itself ships inside the app, so there's nothing else to install.
Set up audio (BlackHole)
To "hear" the recruiter, JIAA listens to your Mac's system audio through BlackHole, a free, open-source virtual audio driver by Existential Audio. It has no window — it simply shows up as an audio device once installed.
Step 1 — Install BlackHole 2ch
Pick whichever is easier for you:
- With Homebrew (one command). In Terminal, run
brew install --cask blackhole-2chand enter your Mac password if prompted. Homebrew handles everything.Don't have Homebrew? Install it first
Homebrew is a free package manager for macOS — it isn't included by default. To install it, paste this into Terminal and press Return:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Follow the prompts. It may ask for your password and install Apple's Command Line Tools — that's expected and can take a few minutes.
On Apple Silicon Macs, finish by running the two commands Homebrew prints to add it to your
PATH, for example:echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)"Then run the BlackHole command above. Full instructions: brew.sh.
- Manual download. Go to existential.audio/blackhole, request the free BlackHole 2ch installer (the link is emailed to you), then open the downloaded
.pkgand follow the installer prompts.
After installing, quit and reopen any audio apps (your browser, Zoom, Teams, Meet…) so they detect the new device. A full reboot usually isn't necessary.
Step 2 — Route your audio
Set things up so you can both hear the call and let JIAA capture it:
- Open Audio MIDI Setup (Applications → Utilities). Click the + button at the bottom-left and choose Create Multi-Output Device.
- In the new device's list, tick both your normal output (headphones/speakers) and BlackHole 2ch. Tip: put your headphones first as the primary device.
- In System Settings → Sound → Output, select that Multi-Output Device. Now you hear the call normally and BlackHole receives a copy for JIAA.
- In JIAA's toolbar, keep the audio source on BlackHole (system audio). Switch to Microphone only when you need to re-read a question out loud yourself.
Grant macOS permissions
In System Settings → Privacy & Security, allow JIAA under:
- Screen Recording — required for the silent screenshot / screen-region capture used by Code Review and Quiz.
- Microphone — only needed if you use the microphone audio source.
The fun part — and you don't need to read it all up front. This is a reference for the toolbar, the five modes and everyday controls; jump to whatever you need, when you need it.
The toolbar at a glance
Everything runs from the top toolbar:
- Status — the current state at a glance: Off, Listening…, Transcribing…, Generating answer…
- Persona (person icon) — choose and edit the candidate profile answers are written from.
- Audio source — switch between BlackHole (headphones = system audio) and Microphone.
- Listen (green mic) — click to start capturing a question, click again to stop (see Interview mode).
- Pre-roll (green dot + menu) — a rolling 5-second buffer of system audio, so the start of a question is captured even before you click Listen.
- Language (EN / PL shown in the mockup) — JIAA supports English, Polish, French, and German for both the interface and generated answers.
- Window controls — always-on-top (pin), opacity, custom Dock icon, and forget API key.
- Modes (bottom row) — Task, Code Review, Live Coding and Quiz.
The five modes
Interview mode
The core loop for a live conversation:
- Click Listen. JIAA captures system audio (plus the last 5 seconds from the pre-roll buffer).
- When the recruiter finishes the question, click Stop. JIAA transcribes the phrase with the local Whisper model and streams a structured answer within seconds.
- Repeat for the next question. JIAA deliberately does not answer mid-question, so a recruiter's pause won't trigger a premature reply.
Silence and obvious transcription noise are filtered out, so the feed stays clean. Missed a question? Switch the source to Microphone and repeat it out loud.
Task mode
For discussing a take-home assignment you've already built:
- Open Task and load your repository by URL, and (optionally) attach the task statement as a PDF or pasted text.
- The assignment is pinned to the conversation. Every question you capture is now answered against your actual code.
- Answers cite concrete locations like
PaymentService.java:87so you can jump to the line under discussion.
Class.java:line.Code Review
To find issues in code on demand:
- Open Code Review and choose a source: clipboard, a Git repository, a window screenshot, or a screen region.
- Screenshot and region capture are completely silent — nothing the other side can see or hear.
- You get severity-ranked findings with before / after fixes side by side. Each review joins the conversation context, so follow-up questions about a specific finding are answered instantly.
Live Coding
To generate a working solution:
- Open Live Coding. Paste the task text or attach the PDF — or switch to expected output → code if you only know what the program should print.
- Pick the shape: framework style (Spring Boot for Java and Kotlin) that drops into an existing project, or a plain main single file.
- Long solutions continue automatically past the length limit. Use Copy all classes to put every file on your clipboard at once.
Quiz
For platforms like Karat, DevSkiller, HackerRank or LeetCode:
- Open Quiz and add up to five silent screenshots (full windows or regions) covering the prompt, the options and any code.
- Optionally attach repository code if the question refers to a codebase.
- Click Solve. JIAA stitches everything together and returns the answer with reasoning, and keeps it in context for follow-ups.
Working with answers
- Expand topic — go deeper on an answer or one of its sections.
- Clarify (follow-up) — type a follow-up question; it's answered with the original exchange and the whole session in context.
- Full code — promote an interview answer into a complete live-coding solution.
- Copy all classes — copy every generated
.javafile (with path headers) in one click. - Cancel — stop a generation that's still streaming.
Personas
A persona is the candidate profile answers are written from — language, tech stack and professional background. JIAA is built for Java, with Kotlin in beta, and supports English, Polish, French, and German for both the interface and generated answers. Open the persona settings from the toolbar to:
- Choose the active profile.
- Duplicate a built-in profile and edit the copy — adjust the tech stack and background so answers match your CV. Built-in profiles stay intact, so you can always reset.
Troubleshooting & tips
- The audio meter shows silence. Your system Output isn't routed through BlackHole. Set Output to a Multi-Output Device that includes BlackHole 2ch (see Audio setup).
- Keeping JIAA hidden during screen share. It works best when you share a single window or app rather than your whole screen — then JIAA never appears in what the other side sees. If you must share the entire screen, keep JIAA on a second display.
- Screenshots do nothing. Grant Screen Recording permission in System Settings → Privacy & Security, then restart JIAA.
- The API rejects requests. Make sure your Anthropic account has billing set up and available credit.
- Offline. Transcription works offline after the model download; generating answers needs internet for the Claude API.
Version history
Version 1.0.0
Release date: June 16, 2026
The first public release includes the full core workflow for technical interviews:
- Interview mode with local Whisper transcription, a 5-second pre-roll buffer, and support for both BlackHole system audio and microphone input.
- Task mode for loading a repository plus a task description, then answering against your actual code with file-and-line citations.
- Code Review mode for analyzing clipboard code, repositories, screenshots, and screen regions with before/after fixes.
- Live Coding mode for generating complete solutions from task text, PDFs, or expected output, including multi-file copy support.
- Quiz mode for solving platform-style questions from up to five silent screenshots, with optional repository context.
- Everyday controls like personas, multilingual interface and answer language support (English, Polish, French, and German), always-on-top, opacity, and stored API key management.