56 subscribers
7.27K videos
7.88K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ minnesotanlp/meta-n

Meta N: The AI That Codes Its Own Upgrades

Meta N is the research framework that makes AI agents upgrade their own code. Most systems just tweak final answers, but this project digs deeper. It uses a universal engine to read execution logs and write new helper functions directly into the agent's stack. Think of it as an AI that looks at its own mistakes and patches its own brain. This is not just theory; it is a working prototype that tests itself across nine major benchmarks, from legal reasoning to terminal commands. The result is a stack of self-improving layers that get better with every run. The takeaway?

πŸ“° https://news.ycombinator.com/item?id=49458576

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ karuvanan/minimax-h3-director-cut-studio

MiniMax H3 Director Cut Studio

MiniMax H3 Director Cut Studio is the local video editor that treats AI generation like a professional film cut. Instead of just prompting a single clip, it gives you a Premiere Pro style timeline where you can plan shots, dialogue, and sound effects before rendering. The standout feature is its long-form assembly: it automatically breaks down your project into segments, renders them, and stitches them back together using the previous clip’s final frames to keep motion smooth. This solves the biggest pain point in AI video, which is consistency across long durations. You get a real production workflow with AI assistance, not just random clips.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ perceptron-ai-inc/isaac

Isaac: The Robot Brain

Give a robot a brain that actually understands the world, and Isaac does exactly that. This open source model from Perceptron is a massive system that watches video and text to control physical robots, turning raw visual data into precise movements. The truly wild part is how it learns: it consumes one million hours of general video to figure out physics and space, which means it needs only twenty-eight hours of real robot practice to perform tasks that previously required thousands.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ solis-team/xrepotest

XRepoTest: The Ultimate Test for AI Code

XRepoTest stops accepting AI promises and starts demanding proof by forcing language models to write unit tests for real code in five different programming languages. The project doesn't just look at the generated text; it actually compiles and runs those tests inside secure, isolated environments to see if they truly work. This setup solves the major problem of guessing if AI code is useful by measuring actual performance instead of just vibes. It checks if the code compiles, if it runs without errors, and how much of the original program it actually covers.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ urbanground/urbanground

UrbanGround: Testing AI in Real Cities

UrbanGround is the realistic city simulator that actually tests if AI can walk down a real street. Most AI agents play in video games, but UrbanGround takes the entire three-dimensional layout of Hong Kong and turns it into a playable world where a language model has to navigate using only what it sees. You can literally watch the AI figure out how to climb stairs or find a coffee shop, and the project includes seven hundred specific challenges to see if it truly understands the space or just gets lucky.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ irajisamurai/2d-motion-interface

2D Motion Interface: Captioning Video Without 3D

2D Motion Interface is the lightweight tool that lets AI describe human movement from flat video without needing expensive 3D tracking. Most motion models require deep, volumetric data that is hard to capture in the real world, but this project solves that by training a small bridge module. It teaches a standard 2D pose estimator to speak the same language as a 3D model, allowing it to generate accurate text captions from a simple phone camera. The surprising part is that this flat, 2D input actually outperforms traditional 3D estimates on real-world video, proving you can get high-quality results with far less computational power.

πŸ†” @hackernewsgithubprojects
πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ rarf/hermes-quota-plugin

Hermes Quota: Stop Guessing Your AI Limits

Hermes Quota is the desktop plugin that actually shows you how much AI usage you have left. It solves the mystery of hidden rate limits by pulling live data from providers like Anthropic and OpenAI directly into your sidebar and status bar. You get a clear progress bar for every account, so you know exactly when your credits reset without opening ten different tabs. The best part is it works quietly in the background, keeping your workflow smooth while it tracks your usage. No more guessing when you run out of tokens. It just works, giving you total control over your AI budget in one clean view.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ links-ads/geoid-flood

GEOID-Flood: The Global Flood Dataset

GEOID-Flood is the satellite dataset that finally maps real-world floods across the globe with pinpoint accuracy. It pulls from two hundred nineteen actual disaster events spanning sixty five countries, turning them into thousands of high resolution images. The cool part is that it doesn't just show where the water is. It pairs satellite photos with terrain maps to teach computers the difference between a river that is always there and a river that has burst its banks. This gives researchers a huge, clean library to build systems that can spot dangerous flooding before it gets worse.

πŸ†” @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
πŸ“¦ eximius-labs/fusion-embedding

Fusion Embedding: One Space for Seven Senses

A single model can now match a dog howling to the exact photo of that dog, without ever seeing a pair of audio and image during training. Fusion Embedding is an open-weight system that maps text, images, video, audio, thermal, motion, and touch into one shared vector space. It works by freezing a powerful base model and adding small, pluggable sensor heads, which means you can add new types of data without retraining the entire system. This is incredibly useful for developers who need to search across different types of media simultaneously, such as finding a video clip by describing its sound.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ pollen-robotics/microduck_rl

Microduck RL: Teaching a Tiny Robot to Do Tricks

This tiny, two-legged robot learns to do forward rolls and kick balls by practicing in a physics simulator that treats gear play and motor friction as real. The Microduck RL project provides a complete toolkit for training an eighty-gram bipedal robot to walk, stand up, and perform complex maneuvers. It solves the problem of the gap between simulation and reality by modeling the specific quirks of the robot's small servos, including the physical slack in its joints. By training policies that account for these imperfections, the robot can successfully execute learned tricks on actual hardware.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ styles01/sparkrun-recipes

SparkRun Recipes: Run 180B AI on One Computer

SparkRun Recipes is the collection of tested guides that lets you run massive artificial intelligence models on a single desktop machine. The standout feature is a recipe for a 180B parameter model that fits on one small computer by storing a huge lookup table on the hard drive instead of in memory. This clever trick allows the system to serve incredibly complex answers without needing a massive server rack. The repository includes detailed instructions for various models, showing exactly how to set them up for real-world tasks. It turns a simple home setup into a powerful local brain, giving developers a clear path to use big AI without the cloud.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ linklyai/best-skills

Best Skills: The Cross-Ecosystem Agent Skill Leaderboard

Best Skills gives you a single, daily-updated leaderboard for AI agent skills by merging install data from major platforms like skills dot sh, ClawHub, and Tencent SkillHub. While other charts only show one platform's view, this project combines global downloads with social buzz from X, Hacker News, and Bluesky to reveal which skills are actually gaining traction everywhere. It tracks over ten thousand skills and publishes nine distinct rankings, from top installs to trending growth, all in open CSV format. Because the raw numbers for each platform are preserved side by side, you can verify the data or build your own analysis.

πŸ“° https://news.ycombinator.com/item?id=49417363

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ elyosh/opentie

OpenTIE: The Best of Both Worlds

Pilot through the galaxy by bringing the classic Star Wars TIE Fighter fully to life on your modern computer. This open-source project runs the original game files on Windows, macOS, and Linux, solving the problem of outdated hardware and bringing the 1990s hit into the twenty-first century. The coolest part is the freedom it offers: you can mix the immersive 1998 graphics and flight physics with the reactive, adaptive music from the 1995 release. You don't have to choose between pretty visuals or a great soundtrack; you get the best of both worlds in one smooth package.

πŸ“° https://news.ycombinator.com/item?id=49471965

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ icastanon/fintrack-platform

FinTrack: The Event-Driven Finance Platform

FinTrack is a personal finance platform that treats every financial change as an event, allowing the system to automatically categorize spending and check your budget without waiting for your manual input. Built with Java and Spring Boot, it separates the user interface from the heavy lifting, using a message queue to handle transaction imports and balance updates in the background. This setup means if you upload a large file of transactions, the system processes it in chunks that can recover from errors without losing your work. It is a practical, open source tool that demonstrates how modern cloud infrastructure can make personal budgeting both reliable and transparent.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ microsoft/hve-core

HVE Core: Your AI Team

HVE Core is the project kit that finally gives your AI assistant the specific job roles it needs to actually ship work. Microsoft built this open source collection to solve the problem of generic AI advice by providing pre written instructions, prompts, and specialized agents for everything from security reviews to accessibility checks and sprint planning. You can drop these components into your existing GitHub Copilot setup to instantly upgrade your workflow. It turns your coding assistant from a helpful buddy into a disciplined team that follows your company standards without you having to re teach it every day.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ uynitsuj/warp-rm

Warp RM: Scoring Robot Video Progress

Turns raw robot videos into a precise measure of task progress, solving the problem of figuring out which demonstration clips are actually useful for training. Traditional methods often treat all footage as equal, but this tool calculates a signed velocity for every single frame, distinguishing between fast forward movement, stalling, and even backward regression. By using time-warping augmentations, it learns to predict this pace without needing expensive manual labels. This dense signal acts as a filter, allowing downstream policies to focus only on the most effective parts of the data, which dramatically improves how robots learn complex tasks like folding clothes or sorting objects.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ subev/libratory

Libratory turns your PDFs into audiobooks

Libratory turns the messy PDFs on your hard drive into polished, chapter-marked audiobooks that run entirely on your own computer. The project acts as a digital workbench where you can clean up scanned text, translate chapters, and even chat with your entire library using local AI models. It synthesizes audio using local voices so your data never leaves your home. The key takeaway is that it transforms a static file into a living library, giving you full control over your digital reading experience without relying on cloud services.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ plannotator/herdr-annotate

Annotate Your Terminal Output for AI

Pin comments to your terminal output so you can hand perfect context to your AI agents. Herdr Annotate solves the headache of losing track of which code snippet or error log you meant to reference when chatting with a bot. It lets you select text in your terminal, add a quick note like 'this is the bug' or 'use this config,' and save it. The coolest part? It turns all those scattered notes into clean, organized Markdown that you can copy with one click. This means you stop wasting tokens explaining where things are. You just paste your context, and the agent already knows what you are looking at.

πŸ“° https://news.ycombinator.com/item?id=49457376

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ browser-use/benchmark

Benchmark: Testing Browser AIs

Browser-use just released a massive, open-source test suite designed to measure how well AI agents actually handle real web tasks. The core of this repository is a set of standardized challenges that force AI systems to navigate live websites, interact with forms, and solve puzzles under strict evaluation rubrics. Instead of guessing which framework is better, this project lets you run the exact same tasks across different tools to see who genuinely succeeds. It removes the guesswork from choosing AI browser agents by providing clear, reproducible scores. You get a fair, transparent way to compare performance and cost, so you can pick the right tool with confidence.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ supermansundies/comfyui-klein-edit-composite

The AI Edit Fix

Klein Edit Composite is the ComfyUI node that actually makes AI edits look real. You know that annoying color shift when you use an AI tool to tweak a photo? This fixes it. It figures out exactly what you changed, blends only that part back in, and keeps the original background perfectly intact. It even matches the lighting so the new stuff doesn't look pasted on. No more weird halos or washed-out colors. Just clean, natural edits that look like you took the shot that way. If you are working with AI images, this is the fix you have been looking for. Your edits will finally look professional.

πŸ†” @hackernewsgithubprojects