Example output

See three real Interview Intel analyses in the actual app interface. No account needed.

These examples were run through the Interview Intel pipeline once and saved for this demo. What you see here is the real output, rendered with the same templates used by the full app.

In the app, analysis runs asynchronously. When a user submits an email, the request returns immediately while a Celery worker on a dedicated queue processes it in the background. The worker runs the classifier and roughly six LLM calls, and the page polls a status endpoint until the analysis is complete. That usually takes about 10–15 seconds. For this demo, the analysis has already been completed and saved, so the same flow is shown without running the pipeline again. The “Analyzing…” state uses the real template and poller, but it only waits about 5 seconds before showing the stored result.

Nothing you do here runs the analysis pipeline, writes to the database, or triggers a paid API call.

About this endpoint

Worth being specific, since this is a public unauthenticated route on an app that otherwise costs money per request.

Interview invitation A full analysis with interview details, preparation guidance, suggested questions, a reply draft, and extracted tasks. View analysis → Rejection A sparse analysis that avoids generating unnecessary preparation guidance, questions, or a reply. View analysis → Application received A lighter analysis with next-step guidance and extracted application tasks. View analysis →

Pick one — it takes about 5 seconds.