Project Glass

Search the Web, with out AI

Frequently Asked Questions

Project Glass is a transparent privacy-focused search engine that will always be free from AI getting in the way.

I picked the name glass b/c transparent, you can see the algorithm thats ranking the searches, you can even see a breakdown of what went into each result.

Project Glass is supposed to be a call to action, that you *don't* need AI shoved into everything you do in order for the internet to be around, that AI is *not* the future of the internet.

I came up with the idea for this after getting sick and tired of clicking on the "AI mode" on google for the 50th time by mistake.

We do not use AI or LLM to summarize or synthesize content or in the ranking of pages, results are predictable and just use a simple public (see below) weighted algorithm to sort them.

And the main driver of ranking is number of clicks, its on a log function, meaning more clicks = more weight = Higher on the page.
It doesn't look at SEO tags or anything like that, it just grabs a small chunk (snippet) of the page, and the page title and thats what matters to the ranking.

I **do not** accept payments for higher rankings, nor will we ever.

No. We are privacy-first by design. We do not store personal search history, IP addresses, or use personalized tracking cookies to influence your search results.

Current Algorithm:

  Title Match Weight: 0.90
  Snippet/Body Match Weight: 0.42
  Click Rate Weight (Log Scale): 3.00
  Recency Weight: 1.00
  Recency Decay Half-life: 365 days

What that is, its how we track clicks, all it does it make a ticker on the server side go up by one. No data is collected.
The Token is there to prevent people from spamming or scripting clicks, its randomly generated for each result and expires after one use.
Since clicks are such a huge part of the algorithm, I need to make sure it stays protected and spam free.