AI page
Repos people are talking about
Ranked by growth inside the window: stars and forks gained, percentage growth, mentions, and how recently the code was pushed. Size alone counts for nothing. Each repo read and explained by AI.
- 81
Window Sweaters is a playful macOS menu-bar app that draws knitted-style borders around your windows, like dressing them in tiny sweaters. It offers hand-designed colourways for dozens of popular apps, icon-based colour matching for everything else, and menu-bar controls for styles, border width, and per-app on/off settings. Requires macOS 13+; still a personal work in progress.
Why now: It's a charming, whimsical desktop-customization tool gaining stars on GitHub's trending lists, notable for its quirky concept and the unusual suggestion to install it via a coding agent.
- 82
A curated 'awesome list' of public projects and developer patterns built on Jev, TypeSafe AI's System One model for typed decisions. Jev isn't a chat model — it takes unstructured state plus a typed question and returns a typed decision (choice, score, boolean) with confidence, acting as a fast, low-latency decision layer for classification, routing, scoring, verification gates, and agent guardrails.
Why now: Jev appears to be a recently launched model generating scattered discussion, and this list aggregates production uses and transferable patterns; it is trending as a newly created, most-starred repo.
- 83
Jevlike is a Python project that trains small models that pick one option from a variable-length list of text options in a single forward pass, instead of generating answers token by token. It independently reproduces the input/output shape of TypeSafe's commercial Jev model, providing training, evaluation, and prediction tools, plus demo checkpoints that score game-controller options (Doom buttons, chess keys) from image patches.
Why now: It's trending on GitHub's most-starred new repos, riding interest in TypeSafe's recently announced 'System One' Jev models whose design was never published, so this open starter implementation fills that gap.
- 84
Foremerge is an open-source coordination protocol for coding agents built on Git. Multiple AI agents working in parallel each declare what they intend to change into a shared SQLite store in your project's .git folder. A deterministic detector flags when two plans collide—like one replacing a class another extends—before any code is written, instead of only catching textual merge conflicts.
Why now: It was featured as a Show HN post ('Catch intent conflicts between parallel coding agents'), tapping into the current wave of multi-agent coding workflows where Git alone can't detect semantic conflicts.
- 85
Jev-Code-Reviewer is a local CLI tool plus Chrome extension that reviews GitHub pull requests written by coding agents. It classifies each diff hunk into P0/P1/P2 priorities so humans only see the critical changes by default, shows diffs as natural-language explanations powered by OpenAI, and runs entirely on your machine—nothing is posted to GitHub.
Why now: It was discussed on Hacker News, tapping into the controversy about agents dumping huge PRs (230-file changes) that humans 'YOLO merge' without real review.
- 86
jevmem is a TypeScript tool that automatically saves decisions, constraints, bugs, and todos from your Claude Code, Cursor, or Codex chats into a JEVMEM.md file, then injects the relevant lines back into context in later sessions. Old decisions are marked superseded rather than deleted, and lines from other sources are checked before recall.
Why now: A v0.5 release just landed, adding Claude Code plugin install, a memory-poisoning check on recalled lines, async background saving, and imports for existing CLAUDE.md/AGENTS.md files; it was also mentioned on Hacker News.
- 87
page-mascot is a React component that adds an interactive character to a webpage: it watches your cursor by picking a cell from a 3×3 sprite sheet of head directions, and shows a reaction sprite for half a second when clicked. It ships via npm, respects reduced-motion, and includes an agent skill that can draw custom mascots using AI image tools.
Why now: It is trending on GitHub as one of the most-starred new repos, likely due to its playful demo and the novel agent skill that draws and aligns custom mascot sprite sheets automatically.
- 88
LocalJev is a local server, written in TypeScript for Bun, that exposes the Jev POST /v1/systemone typed decision API backed by DiffusionGemma through any OpenAI-compatible chat endpoint like oMLX. It converts typed questions into classification prompts, gets JSON probabilities from the model, retries malformed output, and returns Jev-compatible choices, scores, and confidence.
Why now: It just appeared among newly starred repos; the README contrasts it with OpenJev, which needs unmerged vLLM extensions, positioning LocalJev as a portable, wire-compatible alternative — though with self-reported rather than logit-read probabilities.
- 89
Jev Review is a TypeScript code-review tool built on TypeSafe Jev. It reviews a Git diff or scans a whole codebase through a staged workflow of typed AI judgments — screening correctness, security, reliability, compatibility, and test coverage — then saves reports viewable in a local, loopback-only dashboard. Findings are meant as review prompts, not definitive defect proofs.
Why now: It's trending on GitHub's new/most-starred repos as an example of composing bounded, typed AI judgments into a practical workflow with orchestration kept in code.
- 90
A complete Lean 4 formalization of Michael Spivak's classic textbook Calculus, covering every definition, theorem, and problem from all 30 chapters and 9 appendices of both the 3rd and 4th editions. It uses Spivak's own definitions, proves results like the transcendence of e and π (some parts missing from Mathlib are supplied), and documents about sixty statements in the book that are false as printed.
Why now: It was shared on Hacker News as a Show HN post, notable for its completeness and for formally flagging errors in Spivak's printed text — including sixteen answer-section mistakes.
- 91
treepeat is a Python CLI tool that detects duplicate and similar code in a codebase using tree-sitter AST analysis plus locality-sensitive hashing. It offers three normalization levels (exact duplicates, near-duplicates ignoring strings/whitespace, and structurally similar code with anonymized identifiers), adjustable similarity thresholds, side-by-side diffs, and SARIF output for CI integration.
Why now: It was featured in a Show HN post, where the author presented it as a proof of concept and invited pull requests to support more languages.
- 92
A local Go-based tool with a web panel that tries to improve Codex's connectivity, rate-limiting, and quality-degradation issues. It captures and injects the X-Codex-Turn-State header via proxy exits, supports Astra/Sol/Terra models, official ChatGPT login, API keys, and relay providers, with proxy/subscription management and diagnostics.
Why now: Recently created and gaining stars quickly; Codex users are actively discussing perceived 'degraded' model quality and rate limits, and this packages community workarounds into a usable one-click tool amid caveats that no specific state or quality gain is guaranteed.
- 93
WaveDigger is a Next.js web app that looks up the physical location of Wi-Fi access points by BSSID (MAC address) and LTE/5G cell towers by network parameters, using Apple's undocumented WLOC location API. It visualizes results on an interactive deck.gl map, validates input formats, and keeps search history.
Why now: It was featured on Hacker News as a tool that digs into wireless signals to reveal physical locations, building on recent reverse-engineering of Apple's location services.
- 94
Blender Copilot is a Blender add-on that embeds a Copilot-style AI chat panel directly inside Blender. An agent loop runs in Blender's own Python process, executing LLM-generated bpy code against the live scene, with each agent turn collapsed into a single Ctrl+Z undo step. It works with OpenAI-compatible providers like DeepSeek, and the README demos building an animated spaceship from five prompts.
Why now: It was just shown on Hacker News as a 'Show HN' demo, featuring a GIF of a spaceship built from five prompts inside Blender.
- 95
buried-injections is a reproducible Python benchmark that runs 10 open-source prompt-injection detectors against 629 realistic AgentDojo attacks embedded in tool output, the way agent firewalls actually see them. It shows none catches most attacks without blocking safe traffic, and that tuning thresholds dramatically reshuffles rankings — Prompt Guard 2 goes from worst to best at a 2% false-alarm budget.
Why now: It was discussed on Hacker News because its results challenge widely used prompt-injection defenses like Meta's Prompt Guard 2, showing they catch as little as 1% of realistic attacks when the default thresholds are used.
- 96
Open Glean is an open-source Next.js AI workspace built on Hydra DB, acting as a 'second brain'. You ask questions across your memories, files, and connected apps; it retrieves context, streams answers with inline citations, and offers multi-step Deep Research, collections, mindmaps, integrations, and any OpenAI-compatible model. Keys stay server-side in encrypted cookies, and it can be self-hosted via Docker.
Why now: It appeared among the most-starred new repos, likely drawing attention as an open-source alternative to commercial AI knowledge workspaces like Glean.
- 97
This is the official Git mirror of WordPress core's development repository, synced from WordPress's Subversion. It lets developers fork, clone, run a Docker-based local WordPress dev environment with npm commands, run tests, and contribute patches. Pull requests must reference an existing ticket on WordPress core Trac.
Why now: It was mentioned on Hacker News in connection with a reported unauthenticated path traversal vulnerability in WordPress that can lead to conditional remote code execution.
- 98
Lifeboat lets you run open-weight language models on your own hardware—laptops, GPU servers, edge devices, or clusters—behind an OpenAI- and Anthropic-compatible API, with a built-in load balancer and web console. It supports pip, Docker, Kubernetes, and desktop installs, targets edge hardware like Raspberry Pi and Jetson, and claims significant throughput wins over llama.cpp and ollama. This repo is downloads and install instructions only; the source is not public.
Why now: It was featured in a Show HN post claiming 2–6x more concurrent agent sessions per GPU without quantization, plus published benchmarks showing ~2x throughput vs llama.cpp and ollama on the same hardware.
- 99
Personal budget-analysis tooling for the Buckets budgeting app. It includes an interactive pie-chart explorer that reads the Buckets SQLite database (runnable as a local web app), plus scripts to merge Venmo CSV exports into a Buckets-compatible file and convert UsageDirect app-usage time into per-app cost rows. Everything runs locally so financial data stays on your machine.
Why now: It was shared on Hacker News via a 'Show HN' post about calculating how long you need to work before you can coast or retire, drawing attention to the author's budgeting tools.
- 100
graf is a Rust rewrite of Graphify, a tool that builds a code-graph of your codebase so coding agents can query who calls what, what depends on what, and what a change might break. It keeps the graph in SQLite, supports incremental updates, and ships as a single native binary with no Python, API key, or background service.
Why now: It was just launched on Hacker News as 'Show HN: graf (1000x faster graphify in Rust)', claiming dramatic speedups over Graphify on the VS Code repo.
- 101
Swarm is a native macOS app for building, visualizing, and exporting family trees. Your genealogy data stays as plain GEDCOM files on disk — no accounts, cloud, or telemetry. It offers tree and fan charts, a map of life events, offline place search, and exact kinship terms in English and Russian, including Soviet-era record encodings.
Why now: It was shared on Hacker News as a 'Show HN' post, drawing attention for its local-first, privacy-focused approach to genealogy.
- 102
retro-1620 is a JavaScript emulator that runs the IBM 1620 Model 2, a 1960s transistorized decimal computer, entirely in a web browser. It recreates the unusual memory-to-memory, variable-field-length architecture and its peripherals, and doubles as an effort to recover and run original IBM 1620 software like SPS, FORTRAN II, and the Monitor batch system.
Why now: It was discussed on Hacker News, likely because it recently demonstrated booting IPL-V from 1963 in the browser, a notable retro-computing achievement.
- 103
jevchat is a fun Python experiment that abuses a Jev API to build a crude chatbot: at each step it asks the model to score candidate next symbols (from configurable alphabets like characters, words, or BPE tokens), then samples from the resulting distribution until a STOP option is drawn. It supports multiple sampling strategies, live stats, and is explicitly slow, impractical, and for laughs.
Why now: It was featured in a Show HN post ('I turned Jev into a (lousy) chatbot') as a Claude-written hack showing an absurd way to coerce a non-chat API into text generation.
- 104
A free, minimal macOS app (Swift, Apple silicon only) for reading Markdown files instead of editing them. It renders headings, tables, code blocks, task lists, footnotes, and offline Mermaid diagrams, with find, navigation between linked files, auto-reload, and no accounts, tracking, or configuration—well suited to reading the reports and notes AI tools generate.
Why now: It was just launched as a 'Show HN' demo of a fast, offline Markdown viewer for macOS, with the angle of reading AI/coding-agent output files.
- 105
BootLife is Conway's Game of Life implemented entirely in a 512-byte x86 boot sector written in x86 assembly. Instead of RAM buffers, it uses VGA memory directly as the simulation grid, so the game runs with no operating system in BIOS real mode. You assemble it with NASM and boot the resulting image in QEMU.
Why now: It was shared on Hacker News as a 'Show HN' demo, attracting attention for squeezing a full cellular automaton into a single 512-byte boot sector.