Graduate Student Uses Claude to Build AI Image Detection Experiment

✍️ OpenClawRadar📅 Published: March 8, 2026🔗 Source
Graduate Student Uses Claude to Build AI Image Detection Experiment
Ad

A graduate student at The New School in New York has built a research experiment called InPixelsWeTrust.org in collaboration with Claude to study how people judge visual evidence online. The experiment focuses on understanding how certainty and accuracy diverge when evaluating images, particularly with the growing prevalence of synthetic media.

Experiment Details

The experiment follows a simple structure:

  • Users get 6 rounds of testing
  • For each round, they have 10 seconds to decide whether an image is real or AI-generated
  • After each decision, users rate how confident they felt

The entire process takes under 2 minutes and is completely anonymous with no personal data collected. The researcher is seeking participation from a wide range of respondents beyond academic circles.

Ad

Technical Implementation

According to the source, Claude was involved at every stage of development:

  • Front-end code and responsive design
  • Data pipeline that sends all results to a Google Sheet for analysis

The researcher noted that Claude was "awesome to work with" throughout the collaboration. The website serves as a practical example of how AI coding assistants can be used to build complete web applications for research purposes, from user interface to data collection infrastructure.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Non-developer builds healthcare SaaS in 3 weeks using Claude and Gemini: lessons learned
Use Cases

Non-developer builds healthcare SaaS in 3 weeks using Claude and Gemini: lessons learned

A medical device sales rep with no coding background built FastCredentials.com, a healthcare compliance credentialing platform, in three weeks using AI coding assistants. The project used Python/Django, Gunicorn, Nginx, Stripe, WeasyPrint, SQLite, and the Claude API for automated blog content.

OpenClawRadar
Developer Builds Couples Therapy App with Claude, Shares Prompt Engineering Insights
Use Cases

Developer Builds Couples Therapy App with Claude, Shares Prompt Engineering Insights

A developer built TherapAI, a couples emotional wellness PWA where partners each get a private AI companion powered by Claude Sonnet. The developer shares five specific prompt engineering techniques that made Claude feel more human and less like a chatbot.

OpenClawRadar
Local Qwen3-0.6B INT8 as Embedding Backbone for AI Memory System
Use Cases

Local Qwen3-0.6B INT8 as Embedding Backbone for AI Memory System

A developer implemented Qwen3-0.6B quantized to INT8 via ONNX Runtime as a local embedding model for an AI memory lifecycle system, achieving 12ms batch inference on CPU with 1024-dimensional vectors and cosine similarity thresholds of 0.75 for semantic relatedness.

OpenClawRadar
Steam Game Development with Claude Code: Technical Review Process and Code Restructuring
Use Cases

Steam Game Development with Claude Code: Technical Review Process and Code Restructuring

A developer used Claude Code to build and publish a Steam game, detailing how it handled Steamworks SDK integration, depot configuration, and localization for 7 languages, but struggled with image specifications and hardcoded data structures.

OpenClawRadar