← latest radar

The Radar

Tuesday, 23 June 2026

Tuesday, 23 June 2026
6 products

Today's picks

Also on the radar

Hacker News

Show HN: Selector Forge – browser extension for AI-generated resilient selectors

33 pts 1 comments

A browser extension from Intuned that uses AI to generate CSS selectors that hold up when the DOM changes. Useful for anyone building web automation or browser-based agents. Direct answer to one of the most common causes of flaky test suites.

I built Ponytrail, a local audit trail for AI coding-agent edits

23 pts 11 comments

Ponytrail logs every file change made by an AI coding agent, locally, so you have a full record of what was touched and when. Built in response to the real problem of agents making opaque edits across a codebase. Gets more relevant as agentic coding becomes the default.

GLM-5.2 is the step change for open agents

9 pts 0 comments

GLM-5.2 from Zhipu AI is being positioned as a strong open model for agentic tasks, with independent evaluations placing it above GPT-5.5 on knowledge work benchmarks. The interconnects.ai write-up goes deep on why the architecture suits multi-step reasoning. Good news for teams wanting capable open models without API lock-in.

Show HN: PMB – local-first memory for AI coding agents over MCP

7 pts 6 comments

PMB gives AI coding agents persistent, local memory via the Model Context Protocol. It keeps context on your machine rather than in a hosted service. Early project but the local-first approach is the right instinct for developer tooling.

Show HN: A private pager for your AI agent loops

3 pts 1 comments

Ask a Human lets you define points in an agent loop where a human needs to approve or unblock the next step. It sends a notification and waits for a response before continuing. Honest about the limits of full autonomy and genuinely useful for production agent workflows.