MikeTrendsTrends right now

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.

  1. 41
    Mak5er/AirCard-iOSSwift+419 ★ est. (+41.3%) · +2 forks · 1K total · pushed 5 d ago1 mentions

    AirCard-iOS is a Swift/Rust app for iOS 27+ that customizes Apple Wallet card artwork, lock screen passcode dialer themes, and PosterBoard wallpapers directly on device without jailbreak. It talks to internal system services via a LocalDevVPN loopback tunnel, supports batch card flashing, .passthm theme import/export, .tendies wallpaper installation, and is sideloaded as an IPA via SideStore, AltStore, or TrollStore.

    Why now: It's trending as one of the most-starred new repos, likely for showcasing on-device system customization without a jailbreak on iOS 27.

    iosswiftrustjailbreak-freecustomizationsideload

  2. 42
    mizorewww/laya-coremlPython+648 ★ est. (+43.6%) · 1.5K total · pushed 4 d ago1 mentions

    Laya-CoreML runs the Laya typed-decision model entirely on-device on Apple Silicon via Core ML and the Neural Engine, returning calibrated probabilities for multiple-choice, score, and boolean questions with no token generation. It includes a local Snake game demo, a Python API, and reproducible latency and energy benchmarks (~5 ms per short decision on M3 Max).

    Why now: It's trending as a newly popular repo showcasing validated on-device inference with notable energy-efficiency wins over MLX, though the authors note the claimed 10x speedup was not achieved.

    coremlon-device-aiapple-siliconlocal-aipythonbenchmarking

  3. 43
    awlevin/typesafe-computer-usePython+297 ★ est. (+29.8%) · 1K total · pushed 14 h ago1 mentions

    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.

    ai-agentscomputer-useocrmacosautomationpython

  4. 44
    ethanplusai/astra-flash-orchestratorPython+215 ★ est. (+31.3%) · 688 total · pushed 1 d ago1 mentions

    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.

    ai-agentscodexdeepseekdeveloper-toolsorchestrationcost-optimization

  5. 45
    anmolkapil/plexoTypeScript+290 ★ est. (+26.4%) · +1 forks · 1.1K total · pushed 2 h ago1 mentions

    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.

    downloadertypescriptcross-platformdesktop-appbandwidth-aggregationnetworking

  6. 46
    theoephraim/awesome-cloudflare-selfhostedJavaScript+280 ★ est. (+26.4%) · +1 forks · 1.1K total · pushed 1 h ago1 mentions

    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.

    cloudflareself-hostedawesome-listsaasopen-source

  7. 47
    Avinash-jetwani/jevmemYhnTypeScript+59 ★ est. (+69.4%) · 85 total · pushed 6 h ago1 mentions

    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.

    ai-memoryclaude-codemcpdeveloper-toolstypescript

  8. 48
    vectorize-io/hindsight⬢githubPython+440 ★ so far (+1.4%) · +105 forks · 31.9K total · pushed 6 h ago1 mentions

    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.

    agentic-aillmmemorypythonmcpbenchmarks

  9. 49
    TheoLeeCJ/SemIf-OpenJevPython+1.2K ★ est. (+28.1%) · +1 forks · 4.4K total · pushed 3 d ago1 mentions

    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.

    llmpythonlocal-inferenceopen-sourcesemantic-decisionsself-hosted

  10. 50
    Mak5er/AirCardSwift+1.3K ★ est. (+30.3%) · 4.3K total · pushed 3 d ago1 mentions

    AirCard is a macOS app that lets you customize the appearance of Apple Wallet cards and the iPhone lock screen passcode keypad on iOS 18+ without jailbreaking. It detects cards via a connected iPhone, lets you assign custom artwork per card or in bulk, and includes a creator for .passthm passcode themes with photo framing and real-time previews. It works standalone with no extra tools required.

    Why now: It's gaining attention as one of the most-starred new repos, riding interest in no-jailbreak iOS theming via the 'airlift' exploit.

    iosswiftthemingapple-walletmacosno-jailbreak

  11. 51
    TianyuCodings/NanoJevPython+751 ★ est. (+32.8%) · 2.3K total · pushed 5 d ago1 mentions

    NanoJev is a small open-source Python replica of Jev, a 0.6B 'parallel decision' model. Instead of decoding tokens, it takes game states and questions and directly outputs probability distributions over 2–255 candidate choices. The repo includes an end-to-end training pipeline, datasets, and a single checkpoint that plays ViZDoom, Maze, and Snake.

    Why now: A recent update (Sept 20, 2026) showed one checkpoint beating the original Jev on ViZDoom benchmarks, with side-by-side browser replays comparing NanoJev, Jev, and untuned Qwen — driving attention on trending repos.

    llmreinforcement-learningpythongame-agentsresearchopen-source

  12. 52
    kvmem/kvmem-llama.cppC+++152 ★ est. (+23.6%) · 645 total · pushed 8 h ago1 mentions

    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.

    llminferencec++cudagpullama.cpp

  13. 53
    gylive/ccodex-sleep-stateGo+220 ★ est. (+35.4%) · 621 total · pushed 6 d ago1 mentions

    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.

    codexopenaiproxygoweb-panelself-hosted

  14. 54
    QwenLM/Qwen-Image-2.1Python+361 ★ est. (+23.8%) · 1.5K total · pushed 6 d ago1 mentions

    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.

    text-to-imageimage-editingopen-sourcediffusionpythonqwen

  15. 55
    paperclipai/paperclip⬢githubTypeScript+218 ★ so far (+0.3%) · +18 forks · 86.9K total · pushed 3 h ago1 mentions

    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.

    ai-agentsorchestrationtypescriptnodejsreactopen-source

  16. 56
    saragordic/window-sweatersC+181 ★ est. (+25.4%) · 712 total · pushed 5 d ago1 mentions

    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.

    macosmenubar-appdesktop-customizationobjective-caesthetic

  17. 57
    tamaratran/fast-jev-compactionTypeScript+2.2K ★ est. (+31.3%) · +1 forks · 7K total · pushed 8 d ago1 mentions

    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.

    claude-codecontext-compactiontypescriptnpmllmagent-tooling

  18. 58
    pallavi-shekhar/ai-engineering-interview-questions-company-wiseMarkdown+537 ★ est. (+39.4%) · 1.4K total · pushed 7 d ago1 mentions

    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.

    interview-prepllmai-engineeringcareerstudy-guide

  19. 59
    geastack/examplesYhnTypeScript+48 ★ est. (+44.0%) · 109 total · pushed 2 d ago1 mentions

    A gallery of example apps for GeaStack, a framework for building native apps in TypeScript and CSS. Each small app (TSX) declares a manifest in package.json and can target the web simulator, ESP32 embedded boards, GeaOS, and Apple targets. The repo also includes helper tools and docs on adding and testing examples.

    Why now: It was mentioned on Hacker News in discussion of native apps written in TypeScript and CSS, highlighting the unusual claim that one TSX codebase runs on web, embedded boards, and desktop OS targets.

    typescriptesp32embeddedsample-appsnative-apps

  20. 60
    jarrodwatts/jev-traderTypeScript+742 ★ est. (+30.2%) · +1 forks · 2.5K total · pushed 9 d ago1 mentions

    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.

    trading-botdefimonadmarket-makingtypescriptai

  21. 61
    githubnext/localjevTypeScript+287 ★ est. (+36.8%) · 780 total · pushed 8 d ago1 mentions

    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.

    typescriptbunllmlocal-inferenceapi-bridge

  22. 62
    hydra-db/open-gleanTypeScript+477 ★ est. (+31.2%) · 1.5K total · pushed 9 d ago1 mentions

    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.

    ainextjstypescriptragself-hostedsearch

  23. 63
    vinnylarouge/jevlikePython+377 ★ est. (+28.9%) · 1.3K total · pushed 10 d ago1 mentions

    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.

    pythonmachine-learningattentionoption-selectionopen-sourcereinforcement-learning

  24. 64
    devagrawal09/jev-reviewTypeScript+187 ★ est. (+30.2%) · 621 total · pushed 9 d ago1 mentions

    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.

    code-reviewaitypescriptdeveloper-toolsdashboardlocal

  25. 65
    zhengkid/Dream-RSI+278 ★ est. (+23.2%) · +1 forks · 1.2K total · pushed 10 d ago1 mentions

    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.

    llmresearchagentsself-improvementgpu-kernelsai

  26. 66
    nilbuild/page-mascotPython+194 ★ est. (+23.9%) · 811 total · pushed 11 d ago1 mentions

    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.

    reactspritesanimationnpmai-artaccessibility

  27. 67
    jackwener/wx-cli-againRust+178 ★ est. (+24.0%) · +-1 forks · 742 total · pushed 12 d ago1 mentions

    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.

    wechatclirustdecryptchat-exportai-agent

  28. 68
    kyle-pena-nlp/jevchatYhnPython+40 ★ est. (+44.0%) · 91 total · pushed 6 d ago1 mentions

    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.

    pythonllmchatbotsamplingfor-funapi

  29. 69
    rohitg00/ai-engineering-from-scratch⬢githubPython+64 ★ so far (+0.1%) · +4 forks · 58.3K total · pushed 12 h ago1 mentions

    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.

    coursellmai-agentspythoneducationopen-source

  30. 70
    egma-ai/jev-code-reviewerYhnJavaScript+29 ★ est. (+38.2%) · 76 total · pushed 1 d ago1 mentions

    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.

    code-reviewai-agentsclichrome-extensiondeveloper-tools

  31. 71
    0xAX/BootLifeYhnAssembly+28 ★ est. (+48.3%) · 58 total · pushed 5 d ago1 mentions

    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.

    assemblybootsectorgame-of-lifex86retrodemo

  32. 72
    rudratoshs/buried-injectionsYhnPython+17 ★ est. (+34.0%) · 18 total · pushed 9 h ago1 mentions

    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.

    llm-securityprompt-injectionbenchmarkai-agentspython

  33. 73
    dream-num/univer⬢githubTypeScript+41 ★ so far (+0.2%) · +3 forks · 19.1K total · pushed 2 d ago1 mentions

    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.

    typescriptsdkspreadsheetofficeai-agentscollaboration

  34. 74
    InfinityLoop1308/PipePipeYhnShell+41 ★ so far (+0.7%) · 6.2K total · pushed 12 h ago1 mentions

    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.

    androidyoutubenewpipesponsorblockopen-sourcemediaplayer

  35. 75
    vercel/next.js⬢githubJavaScript+25 ★ so far · +13 forks · 142.6K total · pushed 51 min ago1 mentions

    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

    reactframeworkserver-renderingssgjavascriptfullstack

  36. 76
    microsoft/vscode⬢githubYhnTypeScript+17 ★ so far · +12 forks · 193K total · pushed 5 min ago2 mentions

    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.

    editorelectrontypescriptmicrosoftcross-platform

  37. 77
    tensorflow/tensorflow⬢githubC+++19 ★ so far · +11 forks · 200.4K total · pushed 46 min ago1 mentions

    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

    machine-learningdeep-learningneural-networkspythonc++gpu

  38. 78
    devdotfast/whiteboardYhnTypeScript+29 ★ so far (+1.9%) · 1.6K total · pushed 2 h ago1 mentions

    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.

    ai-agentsdiagrammingdeveloper-toolstypescriptopen-sourcedesktop-app

  39. 79
    NVIDIA/Model-Optimizer⬢githubPython+25 ★ so far (+0.5%) · +1 forks · 4.7K total · pushed 1 h ago1 mentions

    NVIDIA Model Optimizer (ModelOpt) is a Python library that compresses deep learning models using techniques like quantization, pruning, distillation, sparsity, neural architecture search, and speculative decoding. It takes Hugging Face, PyTorch, or ONNX models, applies optimization via Python APIs, and exports optimized checkpoints ready for deployment in inference frameworks like TensorRT-LLM, TensorRT, vLLM, and SGLang for faster inference.

    Why now: Recent NVFP4 quantization news and blogs, including Nemotron 3 Ultra 550B NVFP4 checkpoints and W4A4 tutorials, plus new AutoQuantize and quantization-aware distillation posts.

    quantizationmodel-compressioninferencenvidiapythonllm

  40. 80
    zhaoxuya520/reverse-skill⬢githubPowerShell+35 ★ so far (+0.1%) · 37.9K total · pushed 4 d ago1 mentions

    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.

    securityreverse-engineeringpenetration-testingai-agentsclaude-codepowershell

More →