devwithjev
โ€” reading nowโ€” views
Submit a build

Clipboard Extension Matches Text to Form Fields

Noman built an open-source Chrome extension with Jev that reads pasted text, breaks it into blocks, and scans a form to identify its fields. Jev matches blocks to fields, verifies them against the original text, and pastes only confident matches.

Noman@Nomandsign๐•
The smartass clipboard chrome extension I built with @typesafeai Jev is now open source. It reads the text you paste, breaks it into blocks and scans the form to understand what each field is. Jev then matches the right block to each field, verifies it against the original text and pastes only confident matches. https://t.co/0BfkIkQch9
Sep 19, 2026X postsView on X

Also filed under Agents & browsers

  • Evaluates Tool-Using Agents with Jev in CI

    The project evaluates a real tool-using AI agent using code checks, a calibrated Jev judge, and an LLM judge. It is wired into CI.

  • Watchdog for AI Coding Agents

    Jev Watch is a watchdog for AI coding agents that stops Codex or OpenCode when they loop, stall, or drift off task, then resumes the same session with a correction.

  • Fraud Investigation Agent

    The author is building a fraud investigation agent using Jev and TigerGraph. Its flow goes from an alert through graph evidence, a Bayesian update, a pattern, Jevโ€™s extra lookup, policy, a verdict, and human approval.

  • Coding-Agent Runtime Using Jev Decisions

    Distill is a coding-agent runtime that uses Jev decisions for model routing, context retention, and tool selection.