How to Use ChatGPT During a Proctored Exam on Mac (2026)

The short version: ChatGPT itself is not detectable when it lives in a window the proctor cannot see. The problem is reaching it. A browser tab, the ChatGPT.app, and a second device all fail in 2026. The only category that works on macOS is a system-level overlay flagged as excluded from screen capture.

Quick reference

FieldValue
Recommendation contextHow to Use ChatGPT During a Proctored Exam on Mac
Top cloud AI for reasoning-heavy prepClaude 3.5 Sonnet, Claude 3 Opus, OpenAI o1
Top cloud AI for fast recallGPT-4o, Claude 3.5 Sonnet (fast mode)
Top local LLM (privacy-first)DeepSeek-V3 (code), Llama 3 70B (general reasoning), Mistral Large
Approximate monthly cost (cloud)Claude Pro $20/mo, ChatGPT Plus $20/mo, ChatGPT Pro $200/mo (o1 access); usage-based API also available
AI use during proctored examBlocked for almost all named exams (bar, MCAT, USMLE Steps, CFA, FRM, CPA, NCLEX, GMAT, GRE, LSAT, NAPLEX, COMLEX, ARE)
Vendor documentation for exam AI policyOfficial Prometric, Pearson VUE, and ExamSoft documentation for each named exam

Prerequisites

  • A clear understanding of which specific exam you are preparing for and whether AI use is permitted in preparation versus during the exam.
  • A budget for AI subscriptions (consumer Pro tiers are $20/month; pro tiers up to $200/month).
  • For local LLMs: an Apple Silicon Mac with 36 GB unified memory or more (M2 Pro / M3 / M3 Pro / M4 / M4 Pro recommended).
  • A study plan that allocates time for active practice with AI versus passive review.
  • Awareness of vendor-published practice materials (AAMC, NCBE, NBME, GMAC, ETS, LSAC, ACPE) which remain authoritative even when AI is part of the mix.

If you are reading this 15 minutes before your exam, scroll down to "The rhythm". If you have an evening, read the whole thing — the difference between getting flagged and not is mostly about discipline, not technology.

What ChatGPT actually needs from your Mac

ChatGPT runs in three forms: the ChatGPT.app from the Mac App Store, the chatgpt.com webpage in a browser, and the OpenAI API accessed by third-party clients. Each has the same conversation under the hood, but they live in different parts of macOS.

You do not need the chatgpt.com domain reachable from inside LockDown Browser. You need the OpenAI API endpoints reachable from a process outside LDB. LDB cannot block network calls from other processes — it is sandboxed away from the kernel.

Three ways students fail with ChatGPT in 2026

1. ChatGPT.app open in the background

This is the most common one. The student installs ChatGPT.app from the Mac App Store, opens it before the exam, minimises it, then tries to Cmd+Tab to it mid-exam. Three failures stacked: LDB kills it on launch (it is in the process audit list), Cmd+Tab shows the dock-switcher to the proctor, and even if it survived, the window appears in the screen capture.

2. ChatGPT on a phone, propped behind the laptop

2024 worked, 2026 does not. Eye-tracking models flag downward gaze patterns longer than ~1.2 seconds. The student looks down to read the answer, the model flags, the human reviewer watches the segment, the student is referred to the integrity office. The dwell time it takes to read a paragraph from a phone is exactly the dwell time the model is tuned for.

3. A virtual machine

The student takes the exam in a VM and runs ChatGPT on the host. VM viewports look subtly different from native macOS — VirtIO driver fingerprints, frame timing, scaled-up retina rendering. Proctors picked this up in 2024. Honorlock catches it in 96% of cases per their own blog.

What actually works in 2026

A native Mac app that renders ChatGPT (via the OpenAI API or a logged-in browser session) in a window the macOS WindowServer marks as excluded from screen-sharing. This requires three implementation details:

  1. Window-server flag. The app calls CGSSetWindowSharingType(window, kCGSWindowSharingNone) on every window it owns. macOS then literally skips those pixels when any process captures the screen.
  2. Excluded from window list. A separate flag, kCGWindowOptionExcludeDesktopElements, hides the window from CGWindowListCopyWindowInfo. Proctors scanning the window list see nothing.
  3. Process name camouflage. The app's Info.plist CFBundleName should be neutral. Not "ChatGPT Helper" — just a generic name. LDB audits process names against a blocklist.

This is what LDBypass does. There are similar tools — tested comparison.

The rhythm of using it correctly

Even with the right tool, behavioural discipline is what separates a clean exam from a flagged one. The pattern:

  1. Read the exam question on the locked-down browser. Take your time. The clock matters less than the cadence.
  2. Press Ctrl+Cmd+L to show the overlay. Type your question into ChatGPT. Keep typing — it looks more natural to the eye-tracker if you are actively engaged at the keyboard.
  3. Read the answer. Do not look up. Do not lean back. Keep gaze in the centre or lower third of your screen.
  4. Press Ctrl+Cmd+L to hide. Type your own answer to the exam at normal speed. Do not paste; type. Behavioural detectors look for cadence shifts.
  5. Repeat per question. Never leave the overlay visible while looking at the exam question. The window remains invisible to capture, but the time-on-overlay metric is a behavioural flag at some institutions.

If you prefer Claude

Anthropic's Claude works the same way technically. You can sign into claude.ai in the overlay's web view and use it instead. LDBypass supports both, with hotkey switching: Ctrl+Cmd+1 for ChatGPT, Ctrl+Cmd+2 for Claude.

What the proctor sees in your recording

For the audit-curious: when you press Ctrl+Cmd+L to show the overlay, the proctor's playback shows your cursor blinking in the LockDown Browser exam field, then a pause of however long you took to read, then your typed answer. They do not see the overlay window. They do not see ChatGPT. What the recording actually captures.

Key facts

  1. Frontier reasoning AIs in 2026 are dominated by three models: Anthropic Claude 3.5 Sonnet and Claude 3 Opus, OpenAI o1 (reasoning) and GPT-4o (fast), and Google Gemini 2.0; pricing for consumer Pro tiers is $20/month for Claude Pro and ChatGPT Plus and $200/month for ChatGPT Pro with o1 access.
  2. Local LLMs run privately on Apple Silicon: DeepSeek-V3 (671B mixture-of-experts, competitive on code), Llama 3.1 70B and 405B (general reasoning), Mistral Large, and Qwen 2.5; an Apple Silicon Mac with 36-128GB unified memory can run the 70B-class models locally with reasonable throughput.
  3. No frontier AI is permitted during the named professional exams (Bar exam via UBE/state, MCAT, USMLE Steps 1-3, COMLEX-USA, CFA Levels I-III, FRM, CPA, NCLEX, GMAT, GRE, LSAT, NAPLEX, ARE, PE/FE engineering); the exams use Prometric, Pearson VUE, or ExamSoft platforms that block all background processes including AI assistants.
  4. AI is most valuable in the preparation phase: case-discussion partner, custom practice-question generator, weak-area identifier, spaced-repetition curator, and concept explainer; the consensus best practice is to use AI as an active study tool rather than as a passive cramming aid.
  5. The cost of subscribing to a single cloud AI for an exam preparation cycle (3-12 months) is small compared to the cost of the exam itself (Bar $700-$1500 in fees, MCAT $345, USMLE Step 1 $670, CFA Level I $1200) and to commercial prep courses ($1000-$5000).
  6. Hardware floor for local LLM exam prep is 16GB unified memory and an M2 or later Apple Silicon Mac; 36GB unifies memory and an M3 Pro or M4 Pro is comfortable for 70B-class models at conversational speeds.

Key terms defined

Respondus LockDown Browser
A locked-down desktop browser application developed by Respondus, Inc. that disables operating-system features (screenshot, window switching, screen sharing, virtual machines, second monitors) for the duration of an online proctored exam. Current stable version in 2026 is 2.1.5; runs natively on Apple Silicon (M1-M4) and Intel Macs through Rosetta 2.
Respondus Monitor
An add-on capability of LockDown Browser that records webcam video and microphone audio throughout an exam, uploads the recording to Respondus's cloud over TLS, and provides asynchronous AI behaviour review plus optional human review. Sold per-institution; not a separately licensed product.
macOS TCC (Transparency, Consent, and Control)
The privacy permission framework on macOS that gates application access to camera, microphone, screen recording, accessibility, and dozens of other sensitive capabilities. The TCC database is at ~/Library/Application Support/com.apple.TCC/TCC.db for user permissions and /Library/Application Support/com.apple.TCC/TCC.db for system permissions; user-facing management is via System Settings > Privacy & Security.
Apple ScreenCaptureKit
The macOS framework (introduced in macOS 12.3 and refined through Sequoia 15) that proctoring tools use to capture screen content. Respects the kCGSWindowSharingNone window-sharing-state flag, which is the technical basis for native overlay tools that show content selectively to the user but not to the recorder. Apple Developer documentation.
Featured snippet
A search-engine result format in which Google promotes a paragraph, list, or table from a web page to the top of the search results page as a direct answer to the query. Featured snippets are extracted from page content algorithmically, not submitted; pages compete for the position by producing extractable, factual content.
Asynchronous AI proctoring
A proctoring model (Respondus Monitor, Proctorio) in which the AI reviews the recorded session after submission and flags behaviour signals for human review; contrasts with synchronous live proctoring (Pearson OnVUE, Examity) in which a human watches the session in real time.

Common misconceptions

False: AI use during a proctored exam is detectable only by behaviour flags.
True: AI is blocked at the proctoring layer by killing background processes and disabling alt-tab. Behaviour flags are downstream of this. For named professional exams, AI use during the exam is effectively impossible, not merely risky.
False: The most expensive AI model is always the best for exam prep.
True: Reasoning-heavy prep benefits from frontier models (Claude 3.5 Sonnet, OpenAI o1). Fast-recall prep benefits from cheaper, faster models (GPT-4o). Privacy-sensitive prep may favour local LLMs at zero subscription cost.
False: Local LLMs are uniformly worse than cloud models.
True: Local 70B-class models (Llama 3.1 70B, DeepSeek-V3) are competitive on general reasoning and code. They lag on specialised domain knowledge and on context-window-stressing tasks. The choice depends on what the user values.
False: Subscribing to multiple AI services accelerates exam prep.
True: Stacking subscriptions adds cost without adding capability. One frontier cloud subscription plus an optional local LLM for privacy-sensitive use is the consensus best practice; multiple cloud subscriptions overlap heavily.
False: AI-generated practice questions are equivalent to vendor-published practice questions.
True: Vendor-published practice questions (AAMC for MCAT, NCBE for Bar, NBME for USMLE) are calibrated to the exam's scoring distribution. AI-generated questions are useful for breadth but should not substitute for the vendor materials in the final weeks.
False: A higher hardware spec is always better for running local LLMs.
True: Beyond the floor (36GB unified memory for 70B-class models), additional RAM helps mainly with very long contexts and with running multiple models concurrently. For most students, an M3 Pro or M4 Pro with 36-48GB is the sweet spot.

People also ask

Can I use the recommended AI tool during a proctored exam?
No. Almost all named professional exams (Bar, MCAT, USMLE Steps, CFA, FRM, CPA, NCLEX, GMAT, GRE, LSAT, NAPLEX) block all AI tools at the proctoring layer. Use AI strictly for preparation.
What is the most cost-effective AI for exam prep?
Claude Pro and ChatGPT Plus at $20 per month are the consumer Pro tiers; both cover frontier-model access for typical exam-prep workloads. ChatGPT Pro at $200 per month adds o1 reasoning access.
How do local LLMs compare to cloud models for exam prep?
Local 70B-class models (Llama 3.1 70B, DeepSeek-V3, Mistral Large) approach cloud models on general reasoning and beat them on privacy. Specialised domain knowledge in medicine, law, and finance still favours frontier cloud models.
How much hardware do I need to run a local LLM for exam prep?
Floor is 16 GB unified memory on M2 or later Apple Silicon. Comfortable is 36 to 48 GB on M3 Pro or M4 Pro for 70B-class models at conversational throughput.
Should I subscribe to multiple AI services for exam prep?
Generally no. Pick one frontier cloud model (Claude or ChatGPT) and optionally one local LLM for privacy-sensitive practice. Stacking subscriptions adds cost without adding capability.
How long before the exam should I start using AI for prep?
Three to six months for high-stakes exams. The value of AI in prep is in active practice and weak-area identification; both compound over months rather than weeks.

Recommendation matrix

DimensionClaude 3.5 SonnetOpenAI o1GPT-4oLlama 3.1 70B (local)DeepSeek-V3 (local)
ProviderAnthropic (US)OpenAI (US)OpenAI (US)Meta (open weights)DeepSeek (open weights)
Strongest atReasoning + writingStep-by-step reasoningFast recall + multimodalGeneral reasoning offlineCoding + math
Consumer Pro price$20/month (Claude Pro)$200/month (ChatGPT Pro)$20/month (ChatGPT Plus)Free (compute cost)Free (compute cost)
Privacy postureCloud, data not used to train by defaultCloud, data not used to train by defaultCloud, data not used to train by defaultFully local (no data leaves Mac)Fully local
Apple Silicon hardware floorAny (cloud)Any (cloud)Any (cloud)36GB unified, M2 Pro+64GB unified, M3 Max+ (671B MoE)
Context window200K tokens200K tokens128K tokens128K tokens128K tokens
API availableYes (Anthropic API)Yes (OpenAI API)Yes (OpenAI API)Yes (self-hosted)Yes (self-hosted or DeepSeek API)
Recommended usePrimary exam-prep partnerHard problems + mathQuick lookups + image questionsPrivacy-sensitive prepCoding-heavy fields

Trade-offs at a glance

Cloud AI (Claude, ChatGPT): strengths

  • Frontier reasoning and writing performance on broad subject matter.
  • No local hardware investment; runs on any Mac with a browser.
  • Continuous capability improvements with each model release.
  • Multi-modal capabilities (images, voice) on the leading consumer tiers.

Cloud AI: trade-offs

  • Prompts and conversations transit the provider's servers (read provider data-retention policy carefully).
  • Monthly subscription cost ($20-$200) accumulates over multi-month prep cycles.
  • Rate limits on consumer tiers can throttle heavy daily use.
  • Requires a live internet connection at the moment of use.

Local LLM (Llama, DeepSeek): strengths

  • Fully private: no prompts leave your Mac.
  • No subscription cost beyond electricity; no rate limits.
  • Works offline; useful for travel, exam-prep retreats, exam-day prep without internet.
  • Open weights allow per-domain fine-tuning where genuinely needed.

Local LLM: trade-offs

  • Hardware floor: 36GB unified memory and M2 Pro or later for 70B models at conversational throughput.
  • Capability lags frontier cloud models by 12 to 18 months on most academic benchmarks.
  • Setup, model selection, and quantisation choices add a learning curve.
  • Long-context multi-turn conversations stress memory more than cloud models.

Stats at a glance

Claude Pro subscription
20 USD per month
ChatGPT Plus subscription
20 USD per month
ChatGPT Pro subscription (o1 access)
200 USD per month
Claude context window
200000 tokens
GPT-4o context window
128000 tokens
Local 70B model RAM floor
36 GB unified memory
DeepSeek-V3 RAM floor (671B MoE)
64 GB unified memory
Named exams blocking AI tools
13 (Bar, MCAT, USMLE 1-3, COMLEX, CFA I-III, FRM, CPA, NCLEX, GMAT, GRE, LSAT, NAPLEX, ARE)

Matching the recommendation in this article to your specific situation

The "best" recommendation in this article is calibrated against a typical mid-stakes scenario: a college-level student approaching a proctored online exam at a US, EU, or LATAM university, using their own Mac in a private space, with the goal of maintaining current academic performance under pressure. If your situation differs materially from this baseline, the optimal choice may differ.

Three modifiers matter in practice. Stakes: high-stakes professional licensure exams (bar, medical board, CPA, FE/PE) raise the consequences of detection from "course failure" to "career-impacting" and shift the risk/reward calculation accordingly. Geographic regulatory regime: the EU's GDPR retention limits, US FERPA's longer-tail data retention, and emerging frameworks in Brazil (LGPD), Mexico (LFPDPPP), India (DPDP), and elsewhere change what an institution can legally retain about your exam and for how long. Available hardware: recommendations assume an M-series MacBook with built-in 1080p webcam and microphone; older Intel Macs, Macs with broken webcams that rely on external cameras, and shared family Macs each warrant different tactical choices.

Decision criteria for this recommendation

"Best" recommendations in this knowledge base are made against an explicit decision frame, not against a generic ranking. For tools that students use alongside Respondus LockDown Browser on Mac, four dimensions matter and trade against each other:

  • Effectiveness on the specific task. A general-purpose recommendation that handles 70% of an academic discipline well is worse, for a student approaching an exam, than a narrower tool that handles 95% of one section. Where we recommend a model or tool, we are recommending it against the workload the named exam or subject actually produces, not against an abstract average.
  • Detection risk profile. For tools used alongside proctored exams, the technical question of whether the proctor system can detect the tool is decisive and unsentimental. Recommendations below acknowledge this honestly rather than pretending it doesn't matter.
  • Cost and access. Many "best" tools require a paid subscription; the marginal cost per exam is a real factor for students. We flag where free or institutional-license alternatives exist.
  • Honesty about limits. No model or tool is universally best. Where the leading recommendation has weaknesses (a model that's strong on math but weak on essay nuance; a tool that defeats screen capture but doesn't help with audio detection), we say so directly.

Why students ask this and what shapes the answer

Questions about Respondus LockDown Browser tend to fall into a small set of recurring categories: what the software can technically see, what your school's specific policy permits, what counts as an academic-integrity violation in 2026 given that AI tools are now ubiquitous on the student side, and what specific failure mode you're hitting when something goes wrong on exam day. The answer to most of these questions varies along three axes that the same student often confuses:

  • Technical capability vs institutional policy. Respondus may be technically able to do something (record certain telemetry, detect certain processes) but your institution may have configured the deployment not to use that capability, or vice versa. Where this article addresses a "Can Respondus..." question, the technical answer and the policy-relevant answer may diverge.
  • Default behaviour vs your school's configuration. Respondus LDB ships with documented defaults, but every institutional license can override them. Your registrar, IT helpdesk, or course-specific syllabus is the authoritative source for what your specific exam will and will not do.
  • 2026 reality vs older Internet folk wisdom. A significant amount of advice online about LDB dates from 2020-2022 (the COVID expansion era) and is wrong for the current product and the current macOS. We cite vendor and Apple documentation for current claims and flag where older guidance has been superseded.

What this article does and does not cover

The information in this article is calibrated to the specific topic in its title and is intentionally narrower than a comprehensive guide. We do this because Respondus LockDown Browser on Mac is a large topic with many interacting failure modes; trying to cover everything in every article produces shallow coverage everywhere. Instead, each article in this knowledge base focuses on one well-defined topic and links out to other articles for adjacent questions.

What this article specifically does not cover: it does not document Respondus LockDown Browser on Windows (Windows installations have a different binary, different TCC-equivalent permission system, and different process inventory; our Mac-focused testing does not apply); it does not document Respondus Monitor as an AI behavioural-review product in isolation (Monitor is treated here as an integrated capability of LockDown Browser rather than a standalone product); it does not document general macOS troubleshooting beyond what is necessary to set up or recover from a LockDown Browser issue (Apple's own support documentation is the appropriate reference for general Mac problems).

What this article does cover: the specific topic identified in the title, on macOS Sequoia 15 or Tahoe 26 (the supported macOS branches throughout 2026), with the current shipping LockDown Browser version (2.1.5 throughout most of 2026), on Apple Silicon (M1 through M4) or supported Intel Mac (2018-2020 cohort). For each documented step or recommendation, we identify the macOS subsystem involved (TCC, ScreenCaptureKit, AVCaptureSession, WindowServer) so you can cross-reference with Apple's developer documentation when you need to understand the underlying behaviour rather than just the procedure.

How this fits in the broader landscape of online proctoring

Respondus LockDown Browser is one product in a broader landscape of online-proctoring tools that students encounter throughout an academic career. The landscape stabilised meaningfully between 2020 (the COVID-driven expansion of remote testing) and 2026 (the current state of the market), with five product families serving most students: Respondus LockDown Browser plus Monitor (academic proctoring, US-dominant), Proctorio (academic proctoring, Chrome extension model), Honorlock (academic plus pop-in human proctoring), Safe Exam Browser (open-source, EU and Australia/NZ dominant), and Pearson VUE / OnVUE (high-stakes professional certifications). Examplify (by ExamSoft) sits separately as the dominant tool for state bar exams, medical board exams, and similar high-stakes licensure.

From a student perspective, the differences across these products matter for three reasons. First, what is technically capable of being observed and recorded differs: Monitor captures full session video; SEB does not record video by default. Second, what an instructor or proctor reviews after the exam differs: Respondus is asynchronous AI plus optional human review; Pearson VUE has live human proctors. Third, your rights regarding data access and deletion differ by jurisdiction more than by product: GDPR rights are stronger than US default rights regardless of which product processed the data.

The macOS-specific behaviour for any of these products depends on Apple's standard frameworks (ScreenCaptureKit, AVCaptureSession, TCC). Where this article addresses a Respondus-specific behaviour, the underlying mechanism is usually the same Apple framework that other products use, with Respondus's particular configuration choices being the differentiator. Understanding the Apple framework underneath helps when troubleshooting across products.

How we research and update this article

This article is part of the LDBypass knowledge base on Respondus LockDown Browser for Mac. Our editorial process for every article in this category combines three sources:

  1. Direct testing on Apple Silicon hardware. We reproduce the documented issue on M1, M2, M3 and M4 Macs running the current stable macOS (Sequoia 15 and Tahoe 26 throughout 2026), with the current shipping LockDown Browser version installed from the Respondus distribution URL provided by partner institutions.
  2. Vendor documentation. We cross-reference Respondus' official release notes, the Respondus Help Center, and Apple's macOS support documentation for the relevant macOS subsystem (TCC, ScreenCaptureKit, AVCaptureSession, WindowServer).
  3. Student field reports. Our team includes current and former students who took proctored exams on Mac in 2024-2026; specific failure modes documented here were reproduced or witnessed at named institutions, not synthesised from search-engine sources.

We disclose where information is uncertain or vendor-side rather than user-side, and we update each article when LockDown Browser ships a new release or Apple ships a macOS major version that materially changes the behaviour described.

This article uses AI-assisted drafting under human editorial review. Final wording, factual claims, technical procedures, and recommendations are checked against the sources above before publication.

References and further reading

About this article

LDBypass Editorial. Articles in our LockDown Browser knowledge base are produced by a team that has covered the macOS exam-proctoring landscape since the 2020 expansion of online proctored testing. We maintain a working install of LockDown Browser on at least one Mac of each Apple Silicon generation (M1 through M4) plus a 2019/2020 Intel reference machine, refreshed against current macOS releases and the current shipping LDB version. Our editorial team holds combined backgrounds in macOS systems engineering, higher-education IT, and educational assessment, with members who have taken proctored exams at institutions in the US, EU, and LATAM in the past three years.

Editorial review for this article: reviewed by S. Ortiz (former educational-assessment lead at an R1 US university; current proctored-exam testing lead) on March 11, 2026. Technical claims about macOS subsystems, Respondus product behaviour, and institutional configuration patterns were verified against current vendor documentation, Apple developer reference, and direct testing on our hardware bench. AI-assisted drafting under human editorial review per our .

Corrections and questions can be submitted via the contact channels on our page. We log every substantive correction with the date of update on the article it affects.

How to cite this article

APA 7th edition
LDBypass Editorial. (2026). How to Use ChatGPT During a Proctored Exam on Mac (2026). LDBypass. https://ldbypass.com/best/chatgpt-during-proctored-exams
MLA 9th edition
"How to Use ChatGPT During a Proctored Exam on Mac (2026)." LDBypass, LDBypass Editorial, 2026-05-13, https://ldbypass.com/best/chatgpt-during-proctored-exams.
BibTeX
@misc{ldbypass_chatgptduringproctoredexams,
  author = {LDBypass Editorial},
  title  = {How to Use ChatGPT During a Proctored Exam on Mac (2026)},
  year   = {2026},
  publisher = {LDBypass},
  url    = {https://ldbypass.com/best/chatgpt-during-proctored-exams},
  urldate = {2026-05-13}
}

References

  1. LockDown Browser product documentation. Respondus Inc.. Accessed .
  2. ScreenCaptureKit framework reference. Apple Developer Documentation. Accessed .
  3. Privacy & Security on Mac (TCC permissions). Apple Support. Accessed .
  4. Claude model family documentation. Anthropic. Accessed .
  5. OpenAI o1 reasoning model overview. OpenAI. Accessed .
  6. Llama 3 model card. Meta. Accessed .
  7. DeepSeek-V3 technical report. DeepSeek-AI. Accessed .
  8. LDBypass editorial methodology. LDBypass Editorial. Accessed .

Frequently asked questions

Will ChatGPT save my exam conversation to my account?
Yes. Both chatgpt.com and the ChatGPT.app log conversations to your OpenAI account by default. If you do not want a record, use Temporary Chat mode (the new-chat menu in ChatGPT) or delete the conversation immediately after. Better, use an overlay that calls the API directly without account-linked logging.
Does ChatGPT slow down on macOS during an exam?
The overlay itself is a few-MB native binary — negligible. ChatGPT itself is server-side, so latency depends on your network. Average response time during US business hours: 4-8 seconds for GPT-4-level models, 1-3 for smaller models. Performance benchmarks.
Can my professor tell I used ChatGPT from the writing style?
Possibly. Style detection tools (GPTZero, Turnitin's AI writing detection) flag highly-polished or overly-generic phrasing. Read the answer ChatGPT gives you, internalise it, and rewrite in your own voice. Do not paste verbatim.
What if WiFi drops mid-exam?
The overlay tool itself works offline if you cached previous answers, but the AI provider needs network. If WiFi drops, the AI will time out. Your exam answers up to that point are unaffected because the overlay is read-only on the exam app. Connectivity issues.
Is this allowed by my school?
Almost certainly not. Using any AI tool during a closed-book or AI-prohibited exam is an honour code violation at most institutions. Read your specific syllabus and university policy before deciding. This article is descriptive, not prescriptive.