Bookmarklet
Send-to-Lab.
See an interesting AI article, paper, or product page out in the wild? Click this and the gentic.news Lab will analyze it — entities, claims, predictions, context — in seconds.
Step 1 — Install
Drag this button to your bookmarks bar. It's a regular bookmark — no extension, no permissions.
Send to Lab← drag me to the bookmarks bar
Step 2 — Use it
- 1Visit any AI-industry page — a paper on arXiv, a launch blog, a tweet thread, a benchmark report.
- 2Click Send to Lab in your bookmarks bar.
- 3A new tab opens at
gentic.news/lab/ask?q=…. The lab analyzes the URL and shows you what it found.
What it looks like
Power-user snippet
Prefer the dev console? Paste this. Same effect as the bookmarklet.
// Paste into the dev console on any page to send it to the Lab.
(function(){
const url = encodeURIComponent(location.href);
const title = encodeURIComponent(document.title || '');
window.open(`https://gentic.news/lab/ask?q=${url}&title=${title}`, '_blank');
})();What the lab does with the URL
- • Extracts entities (labs, models, people, papers) and links them to the Living Graph.
- • Pulls out falsifiable claims and predictions worth tracking.
- • Surfaces related findings already in our knowledge base.
- • Stores nothing personal — just the URL and your question.