Students Renting Smart Glasses to Cheat on Tests
It's a lucrative side hustle. The post Students Renting Smart Glasses to Cheat on Tests appeared first on Futurism .
Xu et al. / Futurism
Sign up to see the future, today
Can’t-miss innovations from the bleeding edge of science and tech
Smart glasses aren’t just being used by juvenile pranksters and pickup artists to terrorize strangers, traumatize Meta’s data labeling subcontractors in Kenya, and covertly receive advice while being cross-examined in court.
As Rest of World reports, students in China are also using them to cheat during exams. One university student, identified as Vivian, told the publication that she uses her Rokid AI glasses to scan questions and display answers on the integrated screen. (Meta’s Ray-Ban Display glasses with a built-in screen are currently only available in the US, but alternatives are available worldwide.)
Vivian also took the idea in an entrepreneurial direction, renting out her spectacles to other schoolmates to turn her investment into a lucrative side hustle.
Thanks to the advent of AI, the smart glasses industry has gained a considerable boost, allowing owners to take pictures, record videos, analyze the world around them, translate road signs, get directions, or read from a script during presentations.
But thanks to their steep price, consumers in China are turning to secondhand marketplaces like Xianyu to rent a pair instead, according to Rest of World. Prices range from the equivalent of $6 to $12 a day, depending on the model.
The gizmos are proving particularly useful for cheating students. With a small controller in the shape of a ring, students can covertly use them to answer English and math questions, as Shenzhen-based businessman Ke Changsi, who rents out Rokid and Quark smart glasses, told the publication.
But the country’s secondary education program has started to catch on, explicitly banning the devices from national college entrance and civil service exams. Many teachers, however, aren’t tuned into the trend — at least for now. After all, the current offerings from the likes of Rokid and Meta bear a striking visual resemblance to their unenhanced equivalents.
Outside of cheating on exams, the tech is still far from perfect. The devices still weigh considerably more than a pair of conventional glasses or sunglasses. They also have to be charged frequently thanks to smaller-than-ideal batteries.
But that doesn’t mean they excel at giving cheaters an unfair advantage at school. In an experiment earlier this year, researchers at the Hong Kong University of Science and Technology added OpenAI’s powerful GPT-5.2 large language model to a pair of Rokid glasses and asked a student to wear them during a “stressful final exam week” in a class of over 100 students.
The student “achieved an astonishing score of 92.5” in their final undergraduate computer communication networks class, placing them “among the top five” in the class.
More on smart glasses: Man Caught Using Smart Glasses to Get Advice While Being Cross-Examined in Court
Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Products

Nancy Guthrie Case Sparks Fury as 'Rookie' Detective With Just 2 Years' Experience Led Probe During Crucial Early Hours
The Nancy Guthrie disappearance case has sparked outrage due to the assignment of a rookie detective during its critical early phase, raising questions about law enforcement practices.

The 3-Prompt Rule: Why Limiting AI Turns Produces Better Code
<p>Here's a counterintuitive trick: the fewer prompts you send, the better your AI-generated code gets.</p> <p>I call it the 3-prompt rule. For any coding task, limit yourself to three interactions. If you can't get a good result in three turns, the problem isn't the AI — it's your approach.</p> <h2> Why 3? </h2> <p>Most AI coding sessions go wrong after turn 3:</p> <ul> <li> <strong>Turn 1:</strong> Clear instruction → good output</li> <li> <strong>Turn 2:</strong> Focused refinement → better output</li> <li> <strong>Turn 3:</strong> Edge case or final adjustment → done</li> <li> <strong>Turn 4+:</strong> "Actually, change this..." → context degradation, contradictions, regression</li> </ul> <p>By turn 5-6, you're often debugging problems the AI introduced while "fixing" earlier problems.

Async/Await in JavaScript: Writing Cleaner Asynchronous Code
<p>“If you write asynchronous code using promises, this blog is for you.<br> In this blog, we explore Async/Await in JavaScript.”</p> <p>What is Async/Await:</p> <p>Async/Await keywords are used to write asynchronous code that looks like synchronous code. It makes your code more readable and clean.<br> They are just syntactic sugar over JavaScript promises.</p> <p>Async keyword:</p> <p>We can use the async keyword with any function. This keyword ensures that the function always returns a promise.<br> If a function returns a non-promise value, JavaScript automatically wraps it in a resolved promise.</p> <p>Await keyword:</p> <p>We use the await keyword with code that takes time to resolve.<br> The await keyword pauses the execution of the function until the promise is either resolved or rej
React 20 Is Coming. Here's What Actually Matters (and What Doesn't).
<h1> React 20 Is Coming: Here's What Actually Matters (and What Doesn't) </h1> <p>Let's be honest. Every time a major framework version is on the horizon, a little knot forms in our stomachs. "Oh no, another paradigm shift? Am I going to have to re-learn everything?" We've all been there, staring at an announcement, wondering if our existing codebase is about to become a legacy nightmare overnight. It's a valid feeling in our fast-paced industry.</p> <p>But here’s the unvarnished truth about "React 20": For most professional developers and engineering teams, the impending updates are far less about a complete rewrite of your mental model, and far more about a profound, subtle evolution that will deliver tangible benefits in performance, developer experience, and maintainability. It’s not a

Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!