Jev is a local code review tool that classifies changes in agent-generated pull requests into priority tiers (P0, P1, P2), showing only the highest-priority changes by default. It runs on the reviewer's own machine, translates diffs into natural language explanations, and does not post anything back to GitHub. The tool integrates with a Chrome extension and GitHub CLI to analyze real pull requests, alongside a offline demo mode.
github.com
· 2026-09-25
A new joke npm package called jev-leftpad reimplements string left-padding by calling an AI model (Jev, via TypeSafe's SDK) to choose how many spaces to add, rather than using JavaScript's built-in padStart() method. It requires an API key, Node.js 20+, and only supports padding up to 10 spaces since the AI is given choices labeled space_0 through space_10. The author explicitly warns against using it in production or for anything important.
github.com
· 2026-09-21
A new open-source project called TexLite provides a browser-based, self-hosted environment for teams to write and compile LaTeX documents together. It runs as a single Node.js process with SQLite and local file storage, reusing the host machine's existing TeX installation, and adds real-time editing plus source-level commenting.
github.com
· 2026-08-26