Home

Hyperjudge: Source-checking tool for doc validity

Hyperjudge Screenshot

Table of Contents #

Overview #

Earlier this year, I did editing work for my friend Tameem’s marketing agency, TalktheTalk Creative. I had a few editing tasks associated with this:

Part of that last bullet inlcudes checking the sources an articles links to and ensuring they’re:

  1. From reputable sources.
  2. The fact/stat/figure linked was congruent with the source.

Bullet #2 is a bit trickier to automate (I’ll probably need to use an LLM) but #1 is more straightforward.

The Plan, Problem, & Solution #

In essence, all I needed to do was:

However, there was one problem — my ultimate goal is to ship this as a Chrome extension. That means it needs to be written in JavaScript. One problem: the only JavaScript I know is console.log('Hello, World!).

Luckily, I have access to GPT-4o. Combining a high-fidelity mockup:

Along with with lots of debugging and iced coffee led to the birth of Hyperjudge:

Hyperjudge Screenshot

I was able to build this under a day — I’m sure there are some cracked engineers who could do it an hour or two, but as someone with close to 0 experience with anything other than Python, I’m pretty proud of myself!

Lessons & Takeaways #

Roadmap #

  1. A Chrome extension that automatically checks the source validity of a page or Google Doc.
  2. Add a feature that checks to ensure the hyperlinked text aligns with the source. (For instance, the source says, ‘2 out of 3 people love Murto’s blog posts on Medium’ and the hyperlink says ‘67% of readers enjoy Murto’s blog posts’).
project, seo, writing, tools
View / Make Comments