Skip to main content
  1. Home
  2. Emerging Tech
  3. News

Robotic pool shark wants to school you at billiards — and you can build one

Add as a preferred source on Google

Like most of us, engineer Ben Varvil has modest goals in life: A good job to keep his mind active, and an awesome robot buddy to play billiards against. An ongoing project called “Judith” helps with both of those ambitions — and especially the latter.

“Judith is a pool-playing robot project I enjoy developing in my spare time,” Varvil told Digital Trends. “I teach high school engineering classes, so having a side project like this keeps me sharp and able to contribute relevant programming, making and problem-solving content to my students. I believe anyone who has ever played pool has had the moment of thought, ‘This is just geometry.’ When I had that moment, my mind went immediately to, ‘If this is just geometry, then machine control should be able to make quick work of the game and have no problem beating a human.’ This thinking inspired me to begin the project.”

Judith stop motion

Thus far Judith is a miniature-scale mockup, showing off the radically different, servo-assisted take Varvil has imagined on a traditional pool table. Because of the challenge of moving a wheeled or tracked robot around the base of a regular table, he designed a legless pedestal table the robot can be attached to and swing around in a giant circle to take its shots. The robot even tucks away neatly under the table when it is not in use.

Recommended Videos

Varvil is also working on an algorithm that will allow the pool-shooting robot to compete against human players. He already developed a system for determining pool ball identity and location data through an Arduino serial terminal. The goal next is to utilize code which finds all the possible shots and then selects the best one to attempt.

All limbs have motion!! Not yet coordinated... but moving.

“The super fantasy dream is to make a reliable shooting system that can execute shot commands and to then educate anyone interested in the ways of controlling the robot,” he continued. “From there, those people can write and then test strategic pool playing algorithms to complete with humans. Where as [IBM] Watson took a team of engineers to win Jeopardy, and Deep Blue took who-knows-what to beat humans in chess, Judith feels like a way for the everyday person to join the human versus robot game.”

While the project is currently unfinished, Varvil has made the construction details for building the miniature table available on the website Instructables. Now he ha applied for the role of “Artist in Residence” at the maker studio, which will give him the opportunity to build a life-size model to take it to the next level.

Luke Dormehl
I'm a UK-based tech writer covering Cool Tech at Digital Trends. I've also written for Fast Company, Wired, the Guardian…
Researchers hid a prompt injection inside a PNG, and AI fell for it
Hacker

AI coding assistants like Claude are becoming every developer's favorite coworker. They can review code, explain confusing functions, and even write entire features with a single prompt. But new research suggests that this growing trust could also become their biggest weakness.

A team of security researchers (professor Sudipta Chattopadhyay and researcher Murali Ediga) has demonstrated an unusual attack that doesn't target the AI model directly. Instead, it targets what the AI doesn't pay enough attention to during code reviews. Rather than hiding malicious instructions in lines of code, the researchers tucked them inside an image file. Since many AI review tools treat images as decorative assets rather than as something worth inspecting, the pull request can appear perfectly harmless and sail through the review.

Read more
AI has already fallen into the wrong hands and they’re using it to make bombs
Logo, Text

Artificial intelligence has quickly become the go-to tool for everything from writing emails and summarizing meetings to helping students study or developers debug code. But the same technology that saves people time can also be misused, and a new report suggests that terrorist organizations are finding ways to do exactly that.

According to a research paper shared with The New York Times ahead of its publication, researchers found evidence that members of Boko Haram have been using popular AI chatbots to support both day-to-day activities and combat-related tasks. Interviews with 27 former members conducted in Nigeria over the past two years suggest that tools such as ChatGPT, Gemini, Claude, Grok, Meta AI, and DeepSeek were used to gather technical information, troubleshoot weapons, and even assist with planning attacks.

Read more
Claude Code can now browse the web without opening Chrome
The desktop app now includes an in-app browser that can read websites, click links, and interact with web apps.
Claude Code Featured

Developers spend a surprising amount of time bouncing between their code editor, browser tabs, API documentation, GitHub issues, and design files. Anthropic thinks Claude Code should simply do all of that without constantly asking users to switch windows. The company has announced a new in-app browser for Claude Code on desktop, allowing its AI coding assistant to open websites, read documentation, inspect designs, and interact with web pages directly from within the application.

A browser built into Claude Code

Read more