Technology – UW News /news Thu, 25 Jun 2026 21:34:37 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 UW researchers created PaperTok, an AI system that helps users turn research papers into short, engaging videos /news/2026/06/25/papertok-an-ai-system-that-helps-users-turn-research-papers-into-short-engaging-videos/ Thu, 25 Jun 2026 16:00:45 +0000 /news/?p=92212

Recently, students in the ’s noticed a trend on social media: People were using generative artificial intelligence to make short science videos. The trouble was that these people weren’t scientists, which, given AI’s proclivity to be convincingly wrong, could accelerate the spread of misinformation. So the lab wondered how to enable scientists and other researchers to better adapt to platforms like TikTok.

“The alternative is that science is being talked about without scientists,” said co-lead author , a UW doctoral student in human centered design and engineering.

Those discussions led the team to build , an AI tool that helps users turn research papers into 45-second videos. A researcher uploads a paper to the tool, which uses Google Gemini to write a short script explaining the paper. The researcher can then iteratively edit the transcript and resulting video clip.

The team April 17 at the Association for Computing Machinery Conference on Human Factors in Computing Systems in Barcelona.

“For several reasons, most people don’t read research papers,” said senior author , a UW professor in human centered design and engineering. “I still have challenges reading papers in fields I’m not familiar with. So we wanted to find a way to quickly turn papers into a format that laypeople would want to engage with, and we wanted to study how they engaged with it.”

Currently, PaperTok is only accessible to users with a paid Google Gemini subscription. Those users can go to the and upload a research paper. The system then presents four options to use as a hook in the video. For instance, a PaperTok video on PaperTok itself begins, “Ever get overwhelmed reading a dense academic paper?”

“To start, we interviewed eight science communicators and content producers about how to make engaging, credible videos,” said co-lead author , a UW doctoral student in human centered design and engineering. “We found that hooks are integral to shortform videos. Because you’re competing with other videos online, you have only a few seconds to grab someone’s attention.”

 

After picking a hook, PaperTok generates a script, which users can edit. In the storyboarding phase, the script is broken into scenes — much like a movie storyboard. Users can keep refining their scripts and video clips. When they’re happy with the result, they can add a byline, which appears at the end along with the paper’s authors.

The team asked 100 online participants and 18 academic participants to compare video from PaperTok with videos from two other PDF-to-video generators. They found PaperTok easy to use and its videos more engaging than those from the other systems. But some had concerns that it was “too AI-ish” — because of AI signs like nonsense text — to want to share publicly, because that may diminish their scholarship’s credibility.

The team plans to keep working on ways to customize the AI-generated video, such as allowing users to draw on specific parts of a scene so that elements change based on their intent.

“The main motivation behind PaperTok was, ‘How can we enable researchers to create engaging short-form videos?’” Cristobal said. “Because with generative AI tools, anyone can generate a video from a PDF in minutes, and that presents all sorts of problems — misinformation, AI slop. So we wanted to build a tool that keeps humans, ideally experts, involved. If anything, we hope that PaperTok highlights how important people are in science communication.”

Co-authors include, a UW doctoral student in human centered design and engineering; of Boson AI, who contributed to this research as a UW master’s student;, a UW doctoral candidate in human centered design and engineering;, a UW doctoral student in human centered design and engineering; and, a UW student in computer science. This research was supported by Microsoft AI and the New Future of Work Award, the Google PaliGemma Academic Program GCP Credit Award, and the National Science Foundation CISE Graduate Fellowships.

For more information, contact Hsieh at garyhs@uw.edu, Shin at dhoon@uw.edu and Cristobal at meziah@uw.edu.

]]>
GovScape lets you easily search millions of government documents /news/2026/06/24/govscape-lets-you-easily-search-millions-of-government-documents/ Wed, 24 Jun 2026 16:00:56 +0000 /news/?p=92203 A search for “redacted documents” on a search engine.
A -led research team created GovScape, an efficient search system for PDFs from the End of Term Web Archive. Users can look up exact keywords, like “FAFSA,” or use a visual search option to query for qualities like “redacted documents.” Photo:

At the end of every presidential term, the preserves that administration’s web presence as a vast trove of documents and webpages. The archive began in 2008, with George W. Bush’s second term, and runs up to 2024, collecting images, text, graphs, redacted pages and other media. So while it contains important public information, finding that information in the glut can prove difficult.

A -led research team created , an efficient search system for PDFs from the End of Term Web Archive. Users can look up exact keywords, like “FAFSA,” or use a semantic search, which finds documents on a topic even if the exact search terms don’t appear on the page. A visual search option lets them query for qualities like “redacted documents,” “aerial photographs” or “pie charts.” The system can currently search the 10 million PDFs hosted online during Donald Trump’s first term; the team plans to expand it to the whole archive.

Because researchers used highly efficient artificial intelligence models to read the documents, processing all the PDFs costs less than $1,500, or about $1 per 47,000 pages. By comparison, Google might charge consumers .

The team will July 5 at the Annual Meeting of the Association for Computational Linguistics in San Diego.

“The End of Term Web Archive is immensely important to historians, journalists and the American public,” said senior author , a UW assistant professor in the Information School. “But many of these digital archives are getting so big — just announced its trillionth page archived — that finding information is the real challenge.”

The team worked with PDFs because they are a ubiquitous file format and can contain text, charts and images — a mix that is challenging for existing search systems but makes the documents ideal candidates for GovScape’s multimodal search.

They built a pipeline to process all the documents that splits each PDF into individual pages, saves the pages as images, then pulls out the text. The researchers used highly efficient AI models to generate “embeddings” for both the text and images from each page. Embeddings are essentially a string of numbers that systematically capture the text and images’ content.

Related

Try the

“Just as library classification systems group books on similar topics on the same shelf, these embeddings group similar pages with one another based on their visual and textual content,” Lee said.

Researchers then built different indexing systems for the three kinds of search. The keyword search uses a basic index — similar to a book index — for all the text. If a user types in “FAFSA,” the system finds all the pages the word appears on.

For semantic and image searches, the system takes the user’s search term and creates an embedding. It then compares this embedding with the indices created from the embeddings of PDF pages and identifies the closest matches, which are returned as search results.

“Our next goal is to cover all of the 70 million PDFs in the entire End of Term Web Archive — everything from 2008 to 2024,” Lee said. “One of the challenges moving forward is how to efficiently search at that scale.”

Because government archives contain “every file type under the sun,” Lee said, future work might expand to documents such as spreadsheets, images and HTML pages.

“I’m really excited about the prospects for better access to government information with projects like GovScape,” Lee said. “Being able to actually find relevant information is vital to the health of democracy and to the functioning of society.”

Co-authors include of Boston University, who completed this research as a doctoral student in the Paul G. Allen School of Computer Science & Engineering; and , who completed this research as UW master’s students in the Information School;,,, , and , all students in the Allen School; of Harvard University; of the Massachusetts Institute of Technology; of the University of North Texas; and of the American Institute of Physics.

For more information, contact Lee at bcgl@uw.edu.

]]>
UW researchers built AI agents that quickly estimate electronic devices’ carbon footprints /news/2026/06/12/uw-researchers-built-ai-agents-that-quickly-estimate-electronic-devices-carbon-footprints/ Fri, 12 Jun 2026 13:00:10 +0000 /news/?p=92158 The microchips inside a smartphone.
researchers developed an artificial intelligence system that automatically estimates the environmental impacts of making different electronic devices. The system takes only a minute to run — combing through databases, including images of the insides of electronics — and achieves estimates with accuracy similar to human experts’. Photo:

If you shop on Google Flights, you get a quick comparison for different itineraries: One flight’s carbon emissions may be average, while another’s are 14% higher. But if you go shopping for a new laptop, you likely won’t find quick, comprehensible information on different models’ sustainability bonafides, despite the of producing and discarding electronics. In part, that’s because understanding a device’s emissions is difficult and time-consuming, even for experts.

researchers developed an artificial intelligence system that automatically estimates the environmental impacts of making different electronic devices. The system uses AI agents — programs that perform tasks autonomously — to comb through publicly available data and conduct life cycle assessments, or LCAs. The system achieves an average error rate of 5%-19%, similar to the accuracy of LCAs conducted by experts.

The team June 12 in Nature Electronics.

“Recent studies have shown that people are willing to pay more for more sustainable devices,” said senior author , a UW assistant professor in the Paul G. Allen School of Computer Science & Engineering. “So there’s growing demand for this information. But a phone, for example, is made of hundreds of chips and other components, and producing each of those causes varying amounts of emissions. Since that data isn’t public or sometimes not even measured, human experts can spend days, even months manually gathering information for LCA. Instead we designed multiple AI agents that work together to automatically find this data and produce comparable estimates in about a minute.”

Related

In a previous paper, the .

AI agents have recently grown increasingly capable of performing complex tasks. Today’s agents can search the web and pull information about electronic parts from product descriptions, images and documents.

“Some of our previous research made me curious about how LCA experts perform environmental assessments — and whether that process could be automated,” said lead author , a UW doctoral student in the Allen School. “So to understand the bottlenecks firsthand, and then built a system that emulates these interactions with two AI agents. Each of them mimics different roles in the LCA process.”

One agent acts as a sort of analyst, defining what information needs to be gathered and how it will fit together. It also reviews results for accuracy. The second agent is more like an engineer. It scrapes publicly available data for information on an electronic device’s components. That might entail sifting through spreadsheets, or looking up images of the insides of devices and taking chip information from them — including from sources not typically used for LCAs, such as and posts on.

The two agents work in a loop. The first sets the scope, the second gathers information. The first then looks that information over and might send the second agent searching again, and so on. The agents then reference to convert the complete list of parts to carbon estimates.

The team also developed a new method to bypass this detailed data collection and directly estimate carbon footprints. For common devices like laptops and smartphones with publicly available carbon footprint reports, they found that products with similar specs like screen size and processors clustered around similar carbon values, because only a handful of companies make specialized parts for all these devices. So an unknown device’s footprint can be represented as a weighted average of similar products.

They also use this to estimate the carbon for materials not in LCA databases. For example, a new type of sustainable plastic could be estimated based on plastics with similar properties and chemistry.

“We tried this ‘nearest-neighbors’ approach and found that for materials, it’s actually better than the standard approach of a human picking the single closest entry,” said Zhang. “When estimating missing emissions factors in a test, the average error for our method was 23%. Human experts had an average error of 143%.”

The authors note that while the aim of the system is to help reduce carbon emissions overall, running AI models requires energy, so they’ve taken several steps to mitigate its impact. They use small AI models that aren’t as energy-intensive as general-purpose models. They also start the process by running a search to see if the device’s estimated emissions have already been calculated. If so, it can stop there. If the system does need to call its AI models repeatedly, estimating a device’s carbon footprint is currently on par with the emissions generated by brewing a cup of tea.

The team plans to collaborate with companies in the future to help automate their workflows.

“A lot of big companies have sustainability teams that perform these LCAs,” Iyer said. “Our hope is that automating this will actually free up their time, so they can spend their time reducing the carbon footprint of the products themselves, instead of hunting down elusive stats.”

Co-authors include , a UW student in the Allen School;, , a UW postdoctoral researcher in the Allen School; , a UW doctoral student in the Allen School; , a UW professor in the Allen School; of Wesleyan University, who completed this research as a UW doctoral student in the Allen School; of the University of Notre Dame; of Northeastern University; and of Brown University, who completed this research as a UW assistant professor in the Allen School.

This research was funded by Amazon Research Awards and the National Science Foundation. Zhang was supported by the .

For more information, contact Iyer at vsiyer@uw.edu and Zhang at zzhihan@cs.washington.edu.

]]>
AI and quantum computing accelerate materials development at UW /news/2026/06/09/quantum-materials-ai-artificial-intelligence-quantum-computing/ Tue, 09 Jun 2026 21:47:19 +0000 /news/?p=92136 A grid of dots and lines creates a hexagonal lattice structure
Sheets of molybdenum ditelluride crystals, when stacked on top of one another in a specific way, create the complex lattice structure seen above. In a new study, materials scientists at the used artificial intelligence to simulate huge stacks of these sheets, producing new quantum phenomena that were not present at smaller scales. Photo: Yueyao Fan

Quantum materials are a class of exotic materials with special properties that are governed by rather than . Those properties — like , and unusual forms of magnetism — often originate in the tiny repeating patterns of atoms inside crystals, but through clever engineering they can be observed and controlled at a more human scale. Quantum materials are helping to power the quickly growing field of , and could find their way into future generations of energy-efficient electronics.

Designing new materials from the atomic scale up, however, requires intense modeling and simulation. Some materials may appear ordinary when viewed as small clusters of atoms, yet reveal new and useful properties when their atomic building blocks repeat and interact over larger distances. Researchers must be able to accurately predict behaviors at large scales in order to find materials with practical applications — otherwise designing new materials is a slow and costly trial-and-error process.

In the past 50 years, supercomputers have helped materials scientists solve some of those thorny prediction problems, but two recent studies from the demonstrate how newer computing techniques can help researchers sniff out promising quantum materials to pursue. , published June 2 in the Proceedings of the National Academy of Sciences, shows how researchers can use artificial intelligence to simulate dozens of sheets of atoms stacked in intricate patterns, a process that produces complex and potentially useful quantum behaviors. , published June 8 in Nature Communications, shows how quantum computers can create a self-improving design loop by discovering new materials that could themselves be components of future quantum computers.

“What is exciting is that AI and quantum computing are beginning to change not just what problems we can solve, but how we do research,” said , a UW associate professor of materials science and engineering and the senior author of both studies.

These two new tools — AI and quantum computing — are complementary in that they each excel at a different kind of simulation problem. With the right training, an AI model can act as a fast and relatively inexpensive surrogate of a supercomputer, extrapolating the behavior of huge material systems from a relatively small dataset. Cao and collaborators used this approach to stack virtual sheets of atoms on top of one another over and over — a process that created completely new phenomena that were absent on a smaller scale, but would have been impractical to model by traditional supercomputing. From there, researchers can try to make the most promising materials in the lab to prove out the simulations.

Quantum computers, on the other hand, are essentially powered by the same quantum phenomena — like entanglement — that Cao and other materials researchers want to study. Such phenomena can be difficult to simulate using traditional computers or AI systems, but quantum computers are naturally suited to the task. In the study, Cao and his team used a quantum computer to study an exotic phase of matter known as a .

Moving forward, Cao and his team plan to further build out their datasets and eventually develop models that can simulate a much wider range of materials. They also hope to combine their AI and quantum computing systems into a more powerful and flexible hybrid tool.

“The next step is to bring these tools together,” Cao said. “We can use AI to guide quantum simulations, and quantum computers to generate new data and insights that improve AI models.”

“We are at the start of a new era,” said , UW professor and chair of materials science and engineering and co-author of both studies. “Our field is fundamentally changing. Things that were literally impossible a couple of years ago are now becoming routine. And we are only beginning to see what AI and quantum computing will make possible for quantum materials.”

was led by , a UW doctoral student of materials science and engineering. was led by , a UW doctoral student of physics. A complete list of authors is included with the studies.

The authors acknowledge the support of Amazon and the Department of Energy.

For more information, contact Cao at tingcao@uw.edu.

]]>
UW researchers launch ‘little free pantry’ mapping pilot, internet-connected pantries in Seattle /news/2026/05/08/little-free-pantry-micropantry-community-fridge-pilot-app/ Fri, 08 May 2026 16:30:23 +0000 /news/?p=91624 A colorful outdoor pantry with small windows showing various foods within.
A micropantry in Seattle’s Beacon Hill neighborhood is stocked with nonperishable food for neighbors in need. In a new study, UW researchers launched an experimental mapping app designed to help users find nearby pantries and communicate with one another about sharing food. The team also outfitted several pantries with sensors that anonymously track usage and stock levels. Photo: Giacomo Dalla Chiara

Micropantries — commonly called “little free pantries” — and community fridges are a frequent sight throughout Seattle and the greater Puget Sound region. One estimate suggests that they supply around 4 million pounds of food per year to neighbors in need in the Seattle area, more than the state’s largest food bank. The curbside cupboards are a decentralized, community-driven effort to fight food insecurity and reduce food waste at the neighborhood level, but their ad hoc nature limits their dependability — users don’t know when food is available without repeatedly checking, and donors don’t know what foods are needed most.

Now, anyone who interacts with micropantries or community fridges in the Seattle area can try out an experimental app, made by researchers, that brings a suite of new features to the micropantry network. , maps many local pantries across the region. The app also gives each pantry an activity feed where users can share food they’ve donated, report on stock levels, add requests to a wish list, post photos and leave other notes. The research team also retrofitted some pantries with sensors that anonymously auto-report their usage and stock levels to the app in real time.

“This is an effort to document and quantify the phenomenon of micropantries,” said , a senior research scientist at the UW . “Lots of micropantries and community fridges popped up around the time of the COVID-19 pandemic, and I was curious about who uses them and how they are used.”

For journalists

Dalla Chiara’s curiosity grew into an interdisciplinary pilot program funded by the National Science Foundation that draws on UW expertise from the , the , the , the and the . Over the past seven months, the team has performed minor surgery on four micropantries around Seattle: They’ve added door open/closed sensors and digital scales to track the flow of food, as well as onboard microcomputers and Wi-Fi antennae to upload usage data to the app.

The team was cognizant of privacy concerns and designed the smart pantry tech accordingly.

“Putting cameras in the pantries could give us a lot of information about what specific foods are moving through the system, but that may also deter users who are concerned about privacy,” said , a UW doctoral student in the Paul G. Allen School of Computer Science & Engineering who designed and built the sensor suite. “Instead, we settled on simpler sensors that measure weight and interactions like opening the door to measure stock levels while preserving everyone’s anonymity.”

The researchers hope that neighbors will find new ways to connect and help one another through these tools. A user might see that stock levels are low in a nearby pantry, for example, and decide to add some food. Another user might request certain foods to accommodate their dietary restrictions.

The sensor-equipped pantries are a small subset of the dozens of pantries throughout Seattle, but in addition to providing some neighborhoods with enhanced food tracking, they will generate aggregate data that will help Dalla Chiara’s team study donor and usage behavior. Dalla Chiara also plans to survey donors to learn more about what motivates people to provide food to pantries.

“We know that there is a lot of food insecurity in Seattle and in the United States in general,” Dalla Chiara said. “But we know that there is also a lot of food waste — lots of people have a surplus of food. And we want to see how grassroots efforts like micropantries can address both food insecurity and waste at the same time.”

Dalla Chiara and his team recently completed a refit on a cold, sleeting March day at a pantry owned by Saint Paul’s Episcopal Church near Seattle Center. The church keeps the pantry regularly stocked, and rector Stephen Crippen is curious about the data the new system will produce.

“It puts numbers on what we’re actually accomplishing,” Crippen said. “It helps us get in touch with what’s going on on this street.”

The research team is also working with local businesses and nonprofits to encourage and track food distribution throughout the pantry network. In April, Seattle-based recycling startup ran a nonperishable food drive across Seattle and delivered 25,000 pounds of food to the ; from there, volunteers from the Cascade Bicycle Club’s distributed the food to micropantries around the city by bike, giving the network an infusion of both food and usage data. The and the nonprofit helped support the project’s community fridges effort.

Dalla Chiara recognizes that there are other grassroots online, and he doesn’t want his app to replace those services. Nor does he expect the smart pantry network to remain in service indefinitely — it costs about $150 to retrofit each pantry with sensors, and all that tech will be difficult to maintain after the study concludes in October of this year. At its core, the project is an effort to learn about micropantry usage and explore how technology might encourage sharing of resources and mutual aid systems.

“We’re trying to measure and quantify goodwill,” Dalla Chiara said. “Behind each little free pantry there is a whole system of behaviors — people trying to help one another. If we can understand that system better, we can support it better.”

Other UW collaborators include , professor of civil and environmental engineering and director of the Urban Freight Lab; , assistant teaching professor of environmental and occupational health sciences; , assistant professor of food systems, nutrition and health; and , assistant professor in the Allen School.

For more information, contact Dalla Chiara at giacomod@uw.edu.

]]>
Q&A: How are teachers reckoning with AI in schools? /news/2026/05/05/qa-how-are-teachers-reckoning-with-ai-in-schools/ Tue, 05 May 2026 15:19:47 +0000 /news/?p=91614 Students in a classroom work on various devices.
A UW-led team of researchers interviewed 22 teachers about AI use. Photo:

Artificial intelligence has swept into American schools, and more is sure to come. This year, both Google and Microsoft — the two biggest companies at the forefront of the AI boom — in AI training for teachers.

But what do teachers think of this transformation of their work?

, a professor in the Information School and co-director of the Center for Digital Youth, studies how technology affects young people’s learning and development. Davis has also been teaching for over two decades — first as an elementary school teacher and now as a professor — so she’s acutely aware of how earlier technological revolutions in teaching have not always played out as hoped.

Davis and a UW-led team of researchers interviewed 22 teachers in in Colorado — a district that’s investing heavily in AI through systems like Google’s Gemini and , an AI tool that helps teachers plan. Overall, teachers were ambivalent about the technology. They liked that it could reduce workload, especially for rote tasks, but worried that it could erode the social aspects of teaching.

The team April 15 at the Association for Computing Machinery Conference on Human Factors in Computing Systems in Barcelona.

UW News talked with Davis about the study and how ostensibly democratizing technologies can widen disparities in schools.

Why did you want to study AI adoption by schools?

Katie Davis: At least since the introduction of the radio, every new technological invention has been hyped for how it will change teaching and learning. Computers are the prototypical example. They were pushed into schools only to start collecting dust, because they didn’t really change anything. We saw it with , too. Ten or 15 years ago, these courses were supposed to transform education and put colleges and universities out of business. But that hasn’t happened.

Often the hype centers on closing educational inequities. But these new technologies actually tend to aggravate existing inequities. The schools serving the most affluent students have the resources to think carefully about how to incorporate technologies into their curriculum so that they’re supporting student learning goals and outcomes, whereas more under-resourced schools don’t have the resources or the time to do that kind of work. So they end up incorporating technologies in ways that don’t necessarily help students learn; instead, they make things more efficient or keep track of students.

When AI started being intensely pushed into schools, I thought here we go again. AI is here and it’s not going anywhere, so I would love for us to understand how it’s being taken up in schools and, ideally, to prevent this recurring pattern.

What did you hear from teachers about AI?

KD: Teachers expressed a deep ambivalence toward AI. It wasn’t as if any one teacher said it’s all great or it’s all terrible. I think the single strongest driver for teachers to use AI was to prevent burnout. Teachers are being asked to do more and more — not just teach, but care for students’ entire emotional, cognitive and academic lives. It really weighs on them. So a lot of them talked about turning to AI to be a thought partner, to help them brainstorm lesson ideas, create assessments and differentiate lessons for different learners.

Another really big benefit for this particular school district was multilingual support. The district serves students who speak more than 160 languages. One teacher we spoke with said she had four main languages represented in her classroom but she only spoke English, so she was turning to AI to help her translate materials for her students and for their families so that she could communicate with them.

I think it’s really important to note that this district is going all in on AI. They’re encouraging teachers to use it and providing professional development, and teachers are talking among themselves and sharing ideas. This kind of institutional support and more informal teacher conversations are also encouraging teachers to use AI and explore how they might incorporate it into their teaching practice.

AI is often presented as a democratizing technology, but a recently showed that higher wage earners are using AI more than lower wage earners in the same industry — possibly increasing disparities. Are you seeing anything like that playing out in education?

KD: The way that manifests in education is in the kinds of support that students have access to. It’s more likely that better-resourced schools are also going to provide some form of AI literacy instruction — to really engage students in thoughtful reflection about what AI is, how it may or may not be useful for their learning, and to actually get them to think about these issues in a deep way. Whereas in under-resourced schools, the easiest thing to do is to just block AI. That’s not going to prevent students from using it, but they will end up using it in a communication vacuum, without any adult guidance. You can see how that would create disparities in how well students can use it.

I was really interested in the finding that teachers are concerned that students will know they’re using AI.

KD: That is one of the most interesting findings for me. Teachers are definitely aware that if their students think they’ve used AI, students and their parents will feel that their teachers are cheating them out of a proper education. Teachers are very worried about both students and their more AI-resistant colleagues seeing them that way. I don’t think this is unique to teachers — I feel it in university jobs, too. Many people have this perception that using AI is cheating or taking the easy way out.

But there’s another layer: Teachers are personally worried about their own authentic voice and professional identity. They’re asking, “If I am using AI, at what point am I no longer a teacher? Where’s that line between using AI as a thought partner to augment my professional practice versus it now replacing my professional practice?”

What are ways schools might amplify the positive parts of using AI while mitigating some of these negative effects?

KD: One of the first things is to bring AI out of the shadows and talk about it. Since we published this piece, I’ve been engaging with groups of teachers around the country in professional development experiences around AI, and they really enjoy having a community of practice. They feel that those spaces don’t necessarily exist in their schools. It’s like there’s this vacuum of communication — students don’t talk about it because they’re implicitly getting the message that it’s not OK to use it, and it’s the same with teachers.

Professional development is also very important. But a lot of professional development for teachers is just one-off PowerPoint presentations. It doesn’t really connect to whatever is going on in the classroom. Professional development needs to be done in a sustained way that meaningfully connects AI to teachers’ immediate classroom experiences.

School leaders need to be able to communicate AI policies, so that teachers are aware of them and understand how they apply in their specific schools. If you take Washington state as an example, the Office of Superintendent of Public Instruction has a really great blueprint and guidance for using AI. But my sense is that not many teachers are aware of it, or even if they are, there hasn’t been any concerted effort to say, “OK, this is what that means in our school.” We need to be working at many levels to make sure that AI is integrated into education well.

Is there anything you want to add?

KD: Something I hold very dear as a teacher is that teaching is relational. Kids don’t learn in isolation. The gave saying the ideal vision is for every kid on the planet to have their own personal AI tutor and for every teacher to have their own personal AI teaching assistant. Maybe that would be great, but I worry that this push toward AI will erode the relationships between teachers and students. Teaching and learning are social processes. It’s not just about putting information into a student’s brain. Students learn through dialog, through participation in cultural practices. To remove that element of learning really concerns me.

Co-authors include, a UW doctoral student in human centered design and engineering; of Artech and of Rutgers University, both of whom contributed to this research as UW graduate students in the Information School; of Columbia University; of Aurora Public Schools;, a UW associate professor in the Information School;, a UW professor and chair of human centered design and engineering; of Lahore University of Management Sciences; of the University of Colorado Boulder; and of Boston College. This research was supported by a Spencer Foundation Vision Grant and the AI Research Institutes program by the National Science Foundation and the Institute of Education Sciences.

For more information, contact Davis at kdavis78@uw.edu.

]]>
BikeButler map creates personalized routes for riders based on preferences like speed limits and road conditions /news/2026/04/28/bikebutler-cycling-map-seattle-routes/ Tue, 28 Apr 2026 15:59:52 +0000 /news/?p=91448 The interface of a bike-mapping app.
BikeButler is a demo web app that lets users find personalized bike routes in Seattle. Cyclists plug in their destination and origin — just like in other mapping apps — and can then toggle sliders for eight attributes to create personalized route options. Above is the interface. The images on the right show different segments of the route.

Even though he wanted to bike commute from his Capitol Hill home to the , Jared Hwang often took transit because he struggled to find a good bike route. Apps like Google Maps and Strava might suggest hilly, busy streets simply because they have bike lanes. He even headed to Reddit to crowdsource ideas.

“I was like, surely, this cannot be the best way to do things,” said , a UW doctoral student in the Paul G. Allen School of Computer Science & Engineering. “This data is out there. We know where bike lanes are, what the roads are like, what the speed limits are. We should be able to easily access all this information at once.”

So Hwang and a team of UW researchers built , a demo web app that lets users find personalized bike routes in Seattle. Cyclists plug in their origin and destination — just like in other mapping apps — and can then create personalized routes by adjusting eight sliders.

For instance, a cyclist can move a slider between “low speed limits” to “high speed limits” or between “lots of greenery” to “no greenery.” The app generates route options based on those preferences. Users can then flip through images from segments of the routes and weigh the pros and cons of taking different streets. Notes on each segment tell users how it aligns with their preferences — for example, a three-block stretch might have low speed limits and good roads but no bike lanes.

The team April 17 at the Association for Computing Machinery Conference on Human Factors in Computing Systems in Barcelona.

Researchers initially worked with four participants to understand how cyclists tend to plan their routes. Based on that, they built a prototype of BikeButler. For the basic street layout and other info, they pulled data from OpenStreetMap and government data sets. But those didn’t have information on more subjective qualities.

For those, researchers turned to Google Street View. They used a visual language model, or VLM — a type of artificial intelligence — to analyze street images and rate subjective attributes like greenery and pavement quality. The team had the VLM rate the level of greenery on streets and then compared this with two researchers’ ratings. The humans agreed with each other about as much as they agreed with the VLM — about 60% of the time. Future research might try to gather individual users’ greenery preferences to offset this discrepancy.

Once they’d mapped most of Seattle, the team tested the prototype with 16 participants.

“Overall the response was really positive,” Hwang said. “We found that people do, in fact, have contextual preferences. A cyclist riding for fun on a Saturday might want a safer, greener route compared with their fast work commute. People intuitively know this, but it hadn’t been established through research.”

Researchers say future work might integrate feedback from the user study, such as the ability to drag routes to change them slightly and an option to take fewer turns. The team is currently studying how to quantify cyclists’ preferences around intersections and turns.

The researchers note that the quality of BikeButler’s recommendations is constrained by the recency and accuracy of the data it uses. For instance, a new bike lane might not yet appear on a map, or it could appear in OpenStreetMap but not Google Street View. Also, since the team planned this as a proof of concept, BikeButler is limited to Seattle, though it could be expanded to other areas.

“I’m a lifelong biker and bike commuter,” said senior author , a UW professor in the Allen School. “What excites me most about Jared’s work is how it points to a future where we receive route choices individualized to our preferences. So whether I’m biking with my two young children, or riding for groceries, I can find a route for that context.”

Co-authors include , a student at Issaquah High School and intern in the Allen School; , a UW doctoral student in urban design and planning; and , a UW student in the Allen School. This study was supported by the National Science Foundation.

For more information, contact Hwang at jaredhwa@cs.washington.edu.

]]>
Tiny cameras in earbuds let users talk with AI about what they see /news/2026/04/14/cameras-in-wireless-earbuds-vuebuds/ Tue, 14 Apr 2026 14:38:00 +0000 /news/?p=91232 Two black earbuds: one with the casing removed exposing a computer chip and tiny camera.
UW researchers developed a system called VueBuds that uses tiny cameras in off-the-shelf wireless earbuds to allow users to talk with an AI model about the scene in front of them. Here, the altered headphones are shown with the camera inserted. Photo: Kim et al./CHI ‘26

researchers developed the first system that incorporates tiny cameras in off-the-shelf wireless earbuds to allow users to talk with an AI model about the scene in front of them. For instance, a user might turn to a Korean food package and say, “Hey Vue, translate this for me.” They’d then hear an AI voice say, “The visible text translates to ‘Cold Noodles’ in English.”

The prototype system called VueBuds takes low-resolution, black-and-white images, which it transmits over Bluetooth to a phone or other nearby device. A small artificial intelligence model on the device then answers questions about the images within around a second. For privacy, all of the processing happens on the device, a small light turns on when the system is recording, and users can immediately delete images.

The team will April 14 at the Association for Computing Machinery Conference on Human Factors in Computing Systems in Barcelona.

“We haven’t seen most people adopt smart glasses or VR headsets, in part because a lot of people don’t like wearing glasses, and they often come with , such as recording high-resolution video and processing it in the cloud,” said senior author , a UW professor in the Paul G. Allen School of Computer Science & Engineering. “But almost everyone wears earbuds already, so we wanted to see if we could put visual intelligence into tiny, low-power earbuds, and also address privacy concerns in the process.”

Cameras use far more power than the microphones already in earbuds, so using the same sort of high-res cameras as those in smart glasses wouldn’t work. Also, large amounts of information can’t stream continuously over Bluetooth, so the system can’t run continuous video.

The team found that using a low-power camera — roughly the size of a grain of rice — to shoot low-resolution, black-and-white still images limited battery drain and allowed for Bluetooth transmission while preserving performance.

There was also the matter of placement.

“One big question we had was: Will your face obscure the view too much? Can earbud cameras capture the user’s view of the world reliably?” said lead author , who completed this work as a UW doctoral student in the Allen School.

The team found that angling each camera 5-10 degrees outward provides a 98-108 degree field of view. While this creates a small blind spot when objects are held closer than 20 centimeters from the user, people rarely hold things that close to examine them — making it a non-issue for typical interactions.

Researchers also discovered that while the vision language model was largely able to make sense of the images from each earbud, having to process images from both earbuds slowed it down. So they had the system “stitch” the two images into one, identifying overlapping imagery and combining it. This allows the system to respond in one second — quick enough to feel like real-time for users — rather than the two seconds it takes with separate images.

The team then had 74 participants compare recorded outputs from VueBuds with outputs from Ray-Ban Meta Glasses in a series of tests. Despite VueBuds using low-resolution images with greater privacy controls and the Ray-Bans taking high-res images processed on the cloud, the two systems performed equivalently. Participants preferred VueBuds’ translations, while the Ray-Bans did better at counting objects.

Sixteen participants also wore VueBuds and tested the system’s ability to translate and answer basic questions about objects. VueBuds achieved 83-84% accuracy when translating or identifying objects and 93% when identifying the author and title of a book.

This study was designed to gauge the feasibility of integrating cameras in wireless earbuds. Since the system only takes grayscale images, it can’t answer questions that involve color in the scene.

The team wants to add color to the system — color cameras require more power — and to train specialized AI models for specific use cases, such as translation.

“This study lets us glimpse what’s possible just using a general purpose language model and our wireless earbuds with cameras,” Kim said. “But we’d like to study the system more rigorously for applications like reading a book — for people who have low vision or are blind, for instance — or translating text for travelers.”

Co-authors include , a UW master’s student in the Allen School, and , , , and , all UW students in electrical and computer engineering.

For more information, contact vuebuds@cs.washington.edu.

]]>
At quantum testbed lab, researchers across the UW probe ‘spooky’ mysteries of quantum phenomena /news/2026/04/13/qt3-quantum-computing-testbed-lab-dilution-fridge/ Mon, 13 Apr 2026 23:09:13 +0000 /news/?p=91294 Three people stand next to a complex metal tube-shaped machine
Max Parsons (left), assistant professor of electrical and computer engineering, works with undergraduate staff members Reynel Cariaga (center) and Jesus Garcia (right) at the QT3 lab. The device in the foreground is a scanning tunneling microscope that can image individual atoms within a material by scanning an extremely fine needle — just one atom thick at the tip — across the sample. Photo: Erhong Gao/

Even on a campus like the ’s — home to particle accelerators, wave tanks and countless other bespoke pieces of equipment — the machinery in the stands out. Take the dilution fridge, a large, white, cylindrical device that can cool a small chamber to one hundredth of a kelvin above absolute zero — the coldest possible temperature in the universe.

“This is the coldest fridge money can buy,” said , a UW assistant professor of electrical and computer engineering and the former director of the lab, which goes by the nickname QT3. “When it’s running, the chamber inside this device is about 100 times colder than outer space. At that temperature, it’s much easier to study and manipulate a material’s quantum properties.”

The lab also houses a photon qubit tabletop lab: a nondescript set of boxes, lasers and lenses that can demonstrate the “spooky” — a term scientists actually use — phenomenon known as quantum entanglement, where two particles appear to communicate instantaneously with each other despite being physically apart.

Or there’s the lab’s latest acquisition, the scanning tunneling microscope, which can image individual atoms within a solid material, allowing researchers to study the structure of materials at the smallest scales.

An interdisciplinary group of researchers has been marshalling resources and expertise to create QT3 for three years, and now, the lab is opening its doors as a unique one-stop shop resource for quantum researchers and educators at the UW.

“The idea of this lab is to improve access to quantum hardware,” Parsons said. “It’s rather hard to acquire equipment like this. And there are a lot of researchers that may have good ideas that they want to test, but don’t have the resources yet for their own equipment. So we’re inviting researchers, initially from across campus, but also from other universities and from industry, to come in and test their ideas. This can be a hub for quantum experts to share their ideas and collaborate.”

The lab also boasts hardware that can demonstrate known quantum principles and techniques, making it useful for students in quantum fields. In addition to the entanglement device, Parsons’ students developed a machine that can suspend charged particles — in this case, tiny grains of pollen — in midair using electric fields. Researchers use the same technique to trap single atoms and manipulate their quantum properties, making the lab’s ion-trapping machine good practice for more complex work.

Two tiny dots hover back and forth in a tube
The QT3 facility’s ion trapping lab gives students a chance to practice techniques used in quantum computing research. Here, students have suspended two tiny grains of pollen — the red dots hovering back and forth — in midair using electric fields. Photo: Robert Thomas

Some students even work at the lab through an undergraduate staffing program, and have helped install instrumentation, write code to power equipment and build parts for custom microscopes. The program provides yet another avenue for students to get hands-on experience with unusual machinery and techniques.

“Quantum mechanics is inherently counterintuitive, and that makes it a powerful teaching tool,” Parsons said. “In the QT3 lab, students will encounter systems where their everyday intuition breaks down, and they must rely on careful reasoning and experimentation instead. They learn how to debug when results don’t match expectations, how to test simple cases and how to build understanding about hardware step by step.”

The cosmically cold dilution fridge remains something of a centerpiece, even as the lab fills up with specialized equipment. The extreme environment within the device strips heat, light and other stray energy away from materials, allowing researchers to observe the peculiar quantum properties that remain. One such property is superposition, or the ability of a particle like an electron to maintain multiple mutually exclusive properties at the same time. Scientists use superposition to create a powerful, tiny piece of technology: a quantum bit, or qubit.

“Traditional computers use bits, which can only be one or zero. A qubit, on the other hand, we can make one plus zero,” Parsons said. “It’s both at the same time, and only when we measure it do we find out which one it is. We can use this unusual property to build a new class of computers that excel at tasks like communications and encryption.”

QT3 is part of a collaborative effort to solidify UW as a leader in quantum research and applications. Most of the lab hardware was funded by a congressional earmark championed by Senator Maria Cantwell’s office. Departmental funding from across the College of Engineering and the College of Arts and Sciences helped rehab the lab space. The National Science Foundation provided seed funding for the instructional lab equipment.

a repeating hexagonal pattern of small golden blobs
An image captured by the QT3 lab’s scanning tunneling microscope reveals a lattice of individual atoms in a sample of silicon. Photo: Rajiv Giridharagopal

The UW has also spent the past decade investing heavily in faculty with quantum expertise.

“Very few places have expertise across the full quantum stack, from materials up to algorithms,” said , a UW professor of physics and founder of QT3. “The UW has quantum faculty in electrical and mechanical engineering, physics, computer science, materials science and chemistry. Our faculty work on superconducting qubits, spin defects, photons, trapped ions, neutral atoms and topological qubits. Our advantage is the breadth of our investment.”

The lab is now available to researchers and students across the UW, and private companies are encouraged to reach out about partnering. Parsons has already used the lab to teach a graduate-level class in electrical and computer engineering for students who included employees from Boeing, Microsoft and quantum computing company IonQ. The lab is hiring for a full-time manager to maintain the equipment and help users make the most of the facility.

“Here in academia, we can improve the building blocks for applied technologies like quantum computing, and then transfer those learnings to industry for further scaling,” Parsons said.

For more information, contact Parsons at mfpars@uw.edu.

]]>
New marine energy tech is put to the test at Harris Hydraulics Lab /news/2026/03/06/marine-energy-turbines-harris-hydraulics-uw-pnnl/ Fri, 06 Mar 2026 17:29:14 +0000 /news/?p=90849

At the Harris Hydraulics Lab, an odd scene plays out. Over and over again, researchers from the UW and the (PNNL) pass a small rubber model of a marine animal through a large tank filled with flowing water and fitted with a spinning turbine. On some runs, the model bonks against the turbine blades; on others, it receives a glancing blow or sails past undisturbed. When bonks or knicks occur, a small collision sensor on one of the turbine’s blades detects the impacts and plots the interactions in a computer program.

The researchers are repeatedly simulating something that they hope will rarely happen in the wild: a collision between marine wildlife like a seabird, seal, fish or whale — or submerged debris like logs — and an underwater turbine.

“We want to make sure we’re minimizing the chances of a collision in the first place,” said Aidan Hunt, a senior research engineer in mechanical engineering at the UW and member of the (PMEC). “But if a collision were to occur, we want to be able to detect it, and potentially avoid it, in real time. The available evidence suggests that collisions are rare, but we’re taking a ‘trust-but-verify’ approach.”

Marine energy — power harvested from tides, waves and currents — has enormous potential as a clean, renewable resource. But more information is needed about how large, commercial installations of underwater turbines or power-generating buoys could affect marine wildlife, whether through increased noise in the environment, habitat change or direct interactions with equipment.

The marine collision experiments are part of the , a collection of projects led by PNNL to study the environmental impact of marine energy.

The work at Harris Hydraulics follows a by PNNL and the UW Applied Physics Lab using a four-foot-tall prototype turbine installed at the entrance to Sequim Bay. In that study, researchers trained an underwater camera on the turbine for 109 days and then catalogued every instance of an animal approaching or interacting with the turbine. The camera captured more than 1,000 instances of fish, birds and seals approaching the turbine blades. There were only four collisions, and all were small fish.

“This study was a first step, but a promising one,” said co-author , a research scientist at the UW Applied Physics Lab. “We didn’t see any endangered species in our study, and the risk of collision for seals and sea birds seemed to be quite low. We’re excited to get back out there with the camera and learn even more.”

The Sequim Bay experiment generated hours of valuable data, but that degree of intense monitoring may not be practical in large commercial installations in the future. Cheaper impact sensors, like the ones logging bath toy impacts at Harris Hydraulics, could be a solution, researchers say.

The project is funded by the U.S. Department of Energy’s Hydropower & Hydrokinetics Office, through the Pacific Northwest National Laboratory’s Triton Initiative and the TEAMER program.

For more information, contact Hunt at ahunt94@uw.edu or Emma Cotter at emma.cotter@pnnl.gov.

]]>