Artificial Intelligence

🚀 AI or Not? Now Available as a Chrome Extension

AI or Not? Now available as a chrome extension


Earlier this year, I launched a small web app called AI or Not? – a tool that helps identify whether a piece of text or an image is AI-generated. The idea was simple: if humans can’t reliably detect AI content, why not ask the AI itself?

It started as a fun experiment to explore the boundaries of LLMs and agent-based reasoning and it quickly became a practical tool that many people found useful.

Now, I’m excited to take it one step further.

🧩 Introducing the Chrome Extension

With the new AI or Not? Chrome Extension, you can now analyze content without leaving the page you’re on. It’s fast, convenient, and integrated directly into your browsing flow.

🔗 Install from Chrome Web Store:
https://chromewebstore.google.com/detail/ai-or-not/odhmlgokfopppkgjkajbaddnbheofjhl


✨ What It Does

The extension adds a right-click context menu option on any text or image in your browser. With one click, you can:

  • 🧠 Check if the content is AI-generated
  • 📊 See a confidence score
  • 📄 Get a short explanation or reasoning

All the functionality of the original app now made more accessible in your browser.


🧠 Why a Browser Extension?

The motivation was simple: as I browsed the web, I often found myself wondering, “Did a human write this?” or “Is this image AI-generated?”
Instead of copying and pasting text or downloading images into the web app each time, I wanted a faster, smoother way to query the AI.

Building the Chrome extension was also a great way to stretch the boundaries of this project and see how far the system could go in a real-time, low-friction use case.


⚙️ Under the Hood

The extension acts as a frontend trigger to the same core engine powering the AI or Not? app, an agent-based backend that combines LLM reasoning, content heuristics, and image analysis models.

Some interesting bits:

  • 🔄 Text is pre-processed to remove noise before classification
  • 🖼️ Images are run through a lightweight AI model trained on synthetic vs real-world data
  • 🧩 The agent system provides not just binary answers, but reasoned, interpretable feedback

It’s still evolving, and I’ll be continuing to tweak the models and prompts as more use cases come up.


🧪 Try It Out

If you’re curious about AI-generated content or just want to explore the boundaries of AI reasoning, I’d love for you to try it:

Install the Chrome Extension
✅ Or explore the original web app


💭 What’s Next?

This project continues to be my playground for all things LLMs, AI agents, and real-world inference. I’m experimenting with more robust detectors, multilingual support, and even integrations with other platforms where AI content is becoming the norm.

If you’ve got feedback, ideas, or edge cases you want me to test, I’d love to hear from you.

Thanks for reading, and happy detecting!

To top