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.
- 41
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.
- 42
TypeLLM is a Python library that adds type-safe, schema-constrained generation to existing autoregressive LLMs served via SGLang, without modifying model weights. It guarantees outputs like strings, integers, booleans, and enums stay within a JSON Schema, with low token overhead, shared-prefix KV caching, dependency graphs between fields, optional per-field thinking mode, image input, and permutation averaging to reduce option-order bias.
Why now: It's trending on GitHub's most-starred new repos, with rapid daily updates, strong JevBench results (228/231 with thinking), and a recent image-input release.
- 43
SemIf is an open-source Python project that lets software make small semantic decisions (routing, retries, yes/no checks) using open LLMs like a 4B Qwen model, reading typed option probabilities directly instead of generating and parsing text. It reproduces the interface pattern of TypeSafe's closed Jev service and runs locally on a consumer GPU, Apple Silicon, or even CPU, with a browser demo.
Why now: It's trending as a popular open-source alternative to TypeSafe's closed Jev service — recently renamed from OpenJev, with active development, a no-waitlist browser demo, and 4.3k stars within a week of creation.
- 44
OpenMuse is an open-source personal AI agent template built with CopilotKit and AG-UI for iOS, Android, and web. It gives the agent its own computer—a persistent Chromium browser, optional Linux terminal, and file workspace—so you can ask for an outcome, review its plan and actions, and pause, resume, or take over the browser session yourself.
Why now: Freshly released and gaining traction on GitHub's most-starred new repos, backed by 38-second mobile and web demos showing the agent browsing and handling email.
- 45
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.
- 46
Astra Flash Orchestrator is a Python-based Codex workflow that splits AI coding labor by cost: Astra handles planning, architecture, and final review, while the cheaper DeepSeek V4.1 Flash does the bulk implementation, testing, and debugging. It packages work into coherent task bundles, collects evidence, and includes reversible, dry-run installation, with OpenCode support.
Why now: It's trending on GitHub's most-starred new repos, boosted by benchmark claims of ~98% lower cost per 1K lines versus an all-Astra workflow.
- 47
Jianying Headless is a local automation tool for Jianying Pro (剪映) on macOS that turns structured JSON editing plans into editable drafts with multi-track video, audio, text, keyframes, and effects. It can modify existing projects in isolated copies and export verified H.264/AAC MP4s via the native Jianying engine, with a bundled Agent Skill and CLI. A Windows FFmpeg export path exists but doesn't produce editable drafts.
Why now: It's gaining stars as a trending new repo, showcasing a validated 23-track Hypit-to-Jianying project handoff that passed full 1507-frame native export checks — notable for AI-driven video editing workflows.
- 48
typesafe-computer-use (jev) is a macOS (Windows experimental) computer-use agent that drives your real mouse and keyboard toward a goal typed in plain English. Instead of asking a frontier model at every step, it OCRs the screen and lets a small TypeSafe classifier pick the next action, reserving a writing model only for free text. README claims ~$0.0002 per decision, with facts computed in code, not by the model.
Why now: It's trending as a newly most-starred repo making a bold cost/speed comparison: the README benchmarks its classifier loop against a frontier model (Claude Opus 5) at 130x–390x cheaper and 3.7x faster per step, while candidly noting reasoning must be rebuilt as deterministic code.
- 49
Plexo is a cross-platform desktop download manager (Windows, macOS, Linux) that speeds up file downloads by splitting them into byte-range chunks and downloading them in parallel over multiple network interfaces at once — such as Wi-Fi, Ethernet, USB-tethered phones, or cellular — aggregating their bandwidth into one faster transfer. It auto-detects network interfaces and dynamically scales worker connections per interface.
Why now: It recently appeared among new, most-starred GitHub repos, likely driven by its demo video and the unusual trick of aggregating bandwidth across physically separate internet connections.
- 50
A curated awesome-list of open-source apps that replace paid SaaS products while running entirely in your own Cloudflare account using Workers, D1, and R2. Entries include Calendly-style booking pages, analytics, feedback boards, inboxes, and more. Each entry is audited: licences are read from licence files and Cloudflare bindings from deploy configs rather than trusting project descriptions.
Why now: It's trending as one of the most starred new repos, riding interest in deploying full apps to Cloudflare's free/cheap tiers instead of paying for SaaS subscriptions or VPS hosting.
- 51
AgentRun is a JavaScript/TypeScript DSL for defining AI agent workflows as explicit, repeatable steps. Instead of letting an agent improvise, you declare nodes for tool calls, focused decisions (via a 'Jev' judge), and agent invocations, with schemas, deadlines, thresholds, and escalation paths. It ships as an npm interpreter with a TypeScript builder, Zod contracts, parallel mapping, loops, and sub-workflows.
Why now: It was just launched on Hacker News as a Show HN, positioning itself as a structured alternative to free-form agent loops.
- 52
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.
- 53
Qwen-Image-2.1 is Alibaba Qwen's newly open-sourced text-to-image generation and editing model. Its 7B-parameter DiT-based visual component generates regular or transparent (RGBA) images, supports editing with up to 10 reference images, local edit regions via masks or annotations, identity preservation, and improved typography and textures, all while staying computationally efficient.
Why now: Freshly released (Sept 20, 2026) with open weights and Day-0 support in Diffusers, ComfyUI, vLLM-Omni, SGLang, and LightX2V; it's trending as a top-starred new repo.
- 54
A fork of llama.cpp that adds tiered KV-cache memory: completed KV blocks live in host RAM, and a small bounded GPU window is filled with relevant retrieved blocks per step. This lets large-context models like Qwen3.8-27B run at full 256K context on a 16 GiB GPU with near-lossless quality, served via an OpenAI-compatible chat server.
Why now: Recently at the top of trending repos with a new v0.16.0-rc3 prebuilt release, plus benchmark comparisons against KV-cache streaming showing 32-33 tok/s decode on an RTX 5060 Ti.
- 55
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.
- 56
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.
- 57
A set of Claude Code skills that turn a chess game into a readable post-mortem: it drives Stockfish to analyze every move, generates plain-language explanations, an annotated PGN, an HTML analysis board, and a narrated video. You can also supply think-aloud audio or notes, which the tool transcribes (whisper.cpp) and matches to moves so it critiques your actual reasoning.
Why now: A Show HN post demonstrating the narrated-video output and the novel idea of Claude driving Stockfish to answer human-style 'why' questions
- 58
A GitHub repository collecting real AI engineering interview questions from 35 top companies (Anthropic, OpenAI, Google, Meta, NVIDIA, Databricks, Cursor, and more), organized company by company. It also groups questions by topic like LLM internals, inference and GPU performance, RAG, agents, fine-tuning, evaluation, safety, and AI system design, with answers linked where available.
Why now: It recently trended on GitHub as a new, highly-starred repo, reflecting strong demand for AI/LLM engineering roles and interview prep material.
- 59
A Claude Code plugin and npm library that replaces lossy LLM-based context compaction with verbatim pruning: instead of summarizing old turns, it scores every tool call and result in fast API requests and deletes or truncates only the stale ones. Kept user and assistant text stays verbatim, recent messages are pinned, and it can also be used as a standalone TypeScript package.
Why now: It appeared among the most-starred new repos, likely because it offers a fresh alternative to lossy context-window compaction in Claude Code workflows.
- 60
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.
- 61
Hindsight is a Python-based agent memory system that aims to let AI agents learn over time rather than just recall past conversation history. It exposes retain/recall/reflect operations, memory banks, mental models, and an MCP server, runs as an API server or embedded in Python, and claims state-of-the-art accuracy on the LongMemEval benchmark, outperforming RAG- and knowledge-graph-based approaches.
Why now: It was a GitHub Trending repository with rapid star growth and published benchmarks reportedly independently reproduced by Virginia Tech and The Washington Post, fueling interest.
- 62
A TypeScript trading bot that runs an AI model (Jev) against the Kuru MON-USDC order book on Monad, posting a fresh post-only limit order every ~300 ms block to earn the spread rather than pay it. It streams decisions, quotes, fills, gas costs, and PnL to a dashboard via SSE, with a dry-run mode when no private key is set.
Why now: A brand-new, quickly-starred repo (2.4k stars within a day) demoing AI-driven block-by-block market making on Monad, with a live public dry-run dashboard.
- 63
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.
- 64
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.
- 65
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.
- 66
Dream-RSI is a research project (paper from Google, DeepMind, UMD, UVA) on recursive self-improvement of AI agents. Its key idea is to use accumulated discovery history as a replay simulator so the agent can improve its own exploration strategy, evaluated across 8 tasks in algorithm engineering, math optimization, and GPU kernel engineering, with results like 1.22x faster downstream runtime.
Why now: It's a freshly released preprint (Sep 2026) from Google/DeepMind researchers that quickly gained ~1200 stars, and it claims progress on recursive self-improvement — a hot and controversial topic in AI research.
- 67
Paperclip is an open-source orchestration platform for running teams of AI agents like a company. It's a Node.js server with a React UI where you define business goals, 'hire' agents (OpenClaw, Claude Code, Codex, Cursor, bash, HTTP), assign roles and budgets, then monitor work and costs from a dashboard. It provides org charts, governance, goal alignment, and coordination for autonomous agent organizations.
Why now: It has exploded in popularity with 86k+ stars, riding the wave of interest in coordinating many autonomous AI agents, and positions itself alongside trendy tools like OpenClaw and Claude Code.
- 68
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.
- 69
A Rust command-line tool that queries your local WeChat data: sessions, chat history, contacts, group members, favorites, and stats. It decrypts the local database in real time (no full pre-decryption), caches it via a background daemon for millisecond responses, can export data, and stays fully local. It also exposes agent-friendly output so AI coding assistants like Claude Code or Cursor can call it as a skill.
Why now: It appeared as a fresh, self-described restart of wx-cli and quickly gained ~740 stars on trending lists; also notable that the actual source repo (botiverse/wx-cli) is private, which the README flags as a caveat.
- 70
Reladraw is a text-based diagram language, written in TypeScript, where placement is explicitly stated with relative phrases like 'below' or 'right of', rather than coordinates or auto-layout. It sits between auto-layout tools (Mermaid, Graphviz, D2) and hand-positioning tools (draw.io, Excalidraw), letting you describe a specific arrangement in readable text that re-renders live in the browser.
Why now: It was featured on Hacker News as a Show HN launch, positioning itself as filling a gap between auto-layout languages and manual diagram tools, especially for AI agents editing diagrams.
- 71
A free, open-source MIT-licensed curriculum of 523 lessons across 20 phases (~342 hours) teaching AI engineering from scratch — math, machine learning, LLM apps, agents, MCP servers, computer vision — in Python, TypeScript, Rust, and Julia. Each lesson produces a reusable artifact like a prompt, skill, agent, or MCP server, with a companion website and multilingual translations.
Why now: It has rapidly grown to 58k+ stars and heavy traffic; its popularity likely comes from demand for practical, hands-on AI engineering education amid a widely cited gap between AI tool usage and professional readiness.
- 72
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.
- 73
Univer is an open-source TypeScript SDK for embedding office-style apps—spreadsheets, docs, presentations, relational tables, and more—into your own product. It offers canvas-based rendering, a formula engine, a plugin architecture, and a Facade API that works in both the browser and Node.js, letting developers compose just the features they need rather than adopting a fixed UI or hosted app.
Why now: It is repositioning itself as 'The Office Harness for AI Agents,' a timely pitch as teams look for embeddable productivity surfaces where AI agents and humans can work on the same files.
- 74
PipePipe is an open-source Android app, forked from NewPipe, for browsing YouTube (and other services) without ads or official app restrictions. It adds SponsorBlock segment skipping, dislike restoration, background music playback, live chat danmaku overlays, keyword/channel filtering, playlist downloads, and gesture-based playback controls.
Why now: It was discussed on Hacker News as a NewPipe hard fork implementing SponsorBlock, which drew attention to its enhanced feature set.
- 75
Next.js is Vercel's React framework for building full-stack web applications. It extends React with features like server-side rendering, static site generation, and hybrid rendering, and integrates Rust-based JavaScript tooling for fast builds. It's widely adopted, from individual developers to some of the world's largest companies.
Why now: not clear from the sources
- 76
Visual Studio Code is Microsoft's open-source code editor (the Code - OSS repository), combining simple editing with debugging, code navigation, an extension system, and integration with existing tools. Built in TypeScript on Electron, it ships monthly releases for Windows, macOS, and Linux, and is developed openly with the community under the MIT license.
Why now: It remains one of the most-starred and widely used editors on GitHub, with ongoing monthly feature updates; no specific new event is clear from the sources.
- 77
mobile-mcp is an MCP server that lets LLM agents and AI coding tools automate and scrape native iOS and Android apps on simulators, emulators, and real devices. It drives apps via the accessibility tree (with screenshot/coordinate fallback), offering taps, gestures, app management, and structured data extraction through a single platform-agnostic API, usable locally or via their cloud.
Why now: It has strong traction (~7.2k stars) and rides the wave of MCP adoption, letting tools like Claude Code and Copilot control real mobile devices; not clear from the sources if a specific event triggered current attention.
- 78
Whiteboard is an open-source desktop app where developers and AI coding agents collaborate on software design. Agents like Claude Code or Codex plug in via an SDK and draw diagrams (sequence diagrams, ER diagrams) on a shared canvas, with clickable links from visuals to code, an AST-aware semantic diff viewer written in Rust, and a decision log showing what the agent chose autonomously.
Why now: It was just featured on Hacker News as a Show HN launch from a YC W26 company, which is driving attention.
- 79
reverse-skill is a skill router pack for AI coding agents (Claude Code, Cursor, Codex, Cline) that handles reverse engineering and authorized penetration testing tasks. When given an APK, binary, JS encryption, PCAP, or CTF challenge, it routes the agent to the right methodology and playbook, checks for required tools like jadx, Frida, or BurpSuite, and enforces a repeatable evidence-driven workflow with reports and a self-evolving knowledge base.
Why now: It is trending (Trendshift badge, ~37.8k stars) as AI agents increasingly take on security/reverse-engineering work; a v1.0.1 release exists but no specific recent event is clear from the sources.
- 80
TensorFlow is Google's open-source end-to-end machine learning framework. It lets researchers train neural networks and lets developers build and deploy ML-powered applications, with a broad ecosystem of tools and libraries. It provides stable Python and C++ APIs, other language bindings, GPU acceleration via CUDA, and pip-installable packages including a lighter CPU-only build.
Why now: not clear from the sources