Radar lab sweep
Skill Neetx/ai-research-radar/.claude/skills/radar-lab-sweep
AI Research Radar — Evidence-Grounded Trend Ledger for AI Systems
npx -y skills add Neetx/ai-research-radar --skill radar-lab-sweepAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Sweep the official AI lab and big-tech AI blogs on EVERY daily run (not rotated) so no open-weight release, infrastructure or safety announcement is missed. Prefer RSS/Atom feeds over HTML pages to survive JavaScript-rendered indexes. Use at the start of every daily scan, before the rotating exploration slot.
SKILL.md
2.3 KB, as published. Nobody here has run it
Lab sweep — every run, no rotation
A real research radar checks the labs themselves every single day. This sweep is mandatory on every daily run and is separate from (and in addition to) the rotating exploration slot. Official lab/vendor blogs are primary sources under the Hard rules, so anything found here is citable evidence.
The CHECK (fetch every feed and see what is new since the last scan) is owed on EVERY run, even one minute after another pass — it is cheap triage and may never be skipped as a "light pass". Only the EXTRACT (open a new post in full) is conditional on a genuinely new entry.
Method (efficient)
- For each source in the list, fetch its FEED first (RSS/Atom), not the HTML
index — feeds are immune to the JS-rendering that hid
lmsys.org/blog. To find a feed: try/rss.xml,/feed,/atom.xml,/index.xml, or read the page's<link rel="alternate" type="application/rss+xml">. - Open only entries dated AFTER the last daily scan (check the previous date in
logs/source_rotation.md). Skip everything older — this keeps the sweep cheap. - Apply the evidence rules: open the actual post, cite its own date, match to a
trend or log to
observation_queue/study_shelfas appropriate. - Log the sweep in
logs/source_rotation.mdevery run, even when nothing is new ("lab-sweep: no new posts").
Source list
The list lives in SOURCES.md → "Lab & big-tech AI blogs" (agent-owned: mark
feeds DEAD if they stop resolving, add new labs as they appear). Prefer the
feed URL; fall back to the HTML index via tvly extract only if no feed exists.
Notes
- The sweep complements, never replaces, the rotating exploration slot.
- Big-tech AI blogs often announce model/open-weight releases that never become arXiv papers — those announcements are exactly what this sweep exists to catch.
- Keep this list in sync with any unified source registry if one is introduced.