59 subscribers
7.35K videos
7.96K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
📦 yifanzhang-pro/fast-weight-attention

Falcon: How AI Models Learn On The Fly

Falcon changes how neural networks handle memory by treating every new piece of information as a quick, on the spot learning opportunity. Instead of trying to remember everything in a massive list, these models compress endless streams of data into a tiny, fixed size summary that updates constantly. This is called fast weight attention, and it turns the standard attention mechanism into a kind of live learning rule. You get a system that keeps adapting to what it sees right now without needing to rewind and retrain on old data. It is a clever way to make machines that learn continuously without getting bloated or forgetting what matters.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 zjunlp/autoscirub

AutoSciRub: The Grader That Fixes AI Research

AutoSciRub is the research plugin that stops guessing and starts grading. Instead of letting an A I agent wander blindly through a scientific task, it first builds a specific checklist of what a good answer actually looks like. It checks the literature and the available data to define exactly which evidence proves success. Then, it uses that list to catch every gap in the draft, guiding the agent to fix only what is missing. It is the difference between hoping for a good result and verifying one. If you are building autonomous research tools, this is the missing link.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 cognicore-dev/cognicore-env

CogniCore: AI Agents That Actually Remember

CogniCore gives AI agents a memory that actually sticks, solving the frustrating problem where software forgets everything the moment it restarts. Instead of relying on expensive cloud calls for every single interaction, this open-source framework stores information locally using a method that is surprisingly efficient, requiring almost no extra data to find the right answer. It even includes a safety layer that acts like an immune system, automatically blocking malicious tricks that try to trick the AI into revealing secrets or ignoring instructions. If you are building tools that need to learn from experience, this is the one project to watch.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 valeoai/vatix

How Far Can 5,500 Hours of Driving Take You?

Researchers at Valeo discovered that training video models on five thousand hours of real driving footage reveals a clear rule for how these systems improve. They built a series of video generators from small to massive scale to see how data and size affect performance. The surprising finding is that letting a model train on the same data for longer improves accuracy much faster than simply building a larger model. This matters because driving video is hard to collect and expensive to create. For anyone working with limited data, this study shows that time spent training is a far better investment than just adding more parameters.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 wujh2001/atgs

ATGS: The Future of 3D Video

ATGS lets you render long, high-fidelity volumetric videos without falling apart. It uses anchored temporal Gaussian splatting, a fancy way of saying it tracks moving objects over time by anchoring them to stable points in space. This solves the messy problem of keeping 3D scenes coherent when things move or change, which is hard with standard methods. It is cool because it handles long sequences, not just short clips, using a flexible encoder that models how things change frame by frame. If you want to see how 3D video tech is evolving, this is a solid starting point.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 dongping-chen/game2world

Game2World: The AI Editor That Cleans Gameplay Videos

Game2World acts as a specialized video editor that strips away the clutter from real gameplay recordings, removing health bars, maps, and menu screens while leaving the actual game action completely intact. This tool solves a major hurdle in artificial intelligence research, where computer models need clean, unobstructed footage to learn how the world moves and reacts. By providing this pristine training material, the project helps researchers teach machines to understand complex environments without getting confused by the user interface. This single capability is what makes the project so valuable to the field.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 yoon307/dinode

DINOde: The Tiny Head That Segments Anything

DINOde is the vision model that segments images using only image captions and no mask labels. Most tools require thousands of labeled pixels to learn what a tree or car looks like. DINOde skips that heavy lifting entirely by freezing two massive pre-trained AI brains and adding a tiny, learnable bridge between them. It uses a mathematical flow to smoothly move text concepts into visual space, letting the computer understand complex words it has never seen before. This makes the model incredibly fast to train and easy to adapt. You get powerful, general-purpose segmentation without the data grind, proving that smart math can replace massive datasets.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 dobermancore/doberman-core

Doberman: The Guard Dog for AI Coding Agents

Prevent your AI coding agent from accidentally deleting your project or leaking your private keys by intercepting every tool call before it runs. Doberman acts as a runtime guard dog, sitting between the model and your actual tools to inspect each action. It instantly blocks dangerous commands like destructive file deletions or unauthorized data transfers, while letting safe routine tasks pass through without friction. If something sensitive happens, it pauses for your explicit approval, ensuring you stay in control. This project guarantees that uncertainty results in a denial, meaning a blocked action never executes.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 mertcookimg/open_duck_mini_viewer

Open Duck Mini Viewer

Control a bipedal duck robot entirely from your web browser using Open Duck Mini Viewer. This open source project simulates the hardware locally, so you can walk the duck, trigger funny motions like a headbang, and paint its body parts in real time without owning the physical device. It turns a complex robotics simulation into a playful, interactive web page that runs instantly. No heavy installation or Python scripts are needed, just a browser tab. If you enjoy tinkering with robotics or want to see how a digital twin works, this is a fun, low friction way to get your hands dirty.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 freeai-org/scalpel

How Scalpel Makes AI Models Faster

A vision and language model can lose nine out of twenty eight internal layers and still keep ninety nine percent of its original accuracy. This project is called Scalpel. It treats model shrinking like careful surgery. Instead of chopping off huge chunks at once, it makes tiny, precise cuts to remove one layer at a time. After each cut, it runs a quick local repair to fix the gap and keep the model smart. This prevents the usual sharp drop in quality you see with standard pruning. By the end, the model runs forty three percent faster with barely any loss in performance.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 getopenscreen/openscreen

OpenScreen: The Open-Source Screen Recorder That Actually Edits

Record your screen and turn it into a polished demo in one go. OpenScreen is a free, open-source desktop app that skips the watermark nonsense and subscription fees you usually pay for. It captures your display with GPU speed, then lets you cut, zoom, and add captions right there. The coolest part? It transcribes your voiceover locally on your machine, so your data never leaves your computer while you get editable subtitles automatically. If you need to show your work to a client or post a quick tutorial, this tool handles the heavy lifting. You get a clean, professional video without touching a single paid tool.

📰 https://news.ycombinator.com/item?id=49520876

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 morluto/jacobian

Jacobian: Math Tools for AI

The project named Jacobian builds a standardized toolkit that lets artificial intelligence agents tackle complex mathematical problems using simple, reusable pieces. It works like a set of basic building blocks, allowing a computer program to combine fundamental math operations to solve hard puzzles without needing custom code for every single task. This approach helps researchers test how well machines can reason through tricky logic and proofs. By breaking big problems into small, manageable steps, the system makes it easier to track progress and verify results. It is a fascinating look at how we can teach machines to think step by step rather than guessing the answer.

📰 https://news.ycombinator.com/item?id=49107914

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 tt-a1i/simplify-codebase

Simplify Codebase: The AI Agent That Proves Before It Deletes

This AI agent refuses to delete a single line of code until it has mathematically proven that the system will survive the cut. Named simplify codebase, it acts as a cautious auditor for your software, hunting down the invisible clutter that quietly slows teams down, like duplicate settings or abandoned features hiding in plain sight. Instead of blindly trimming bulk, it traces exactly who uses every part of your app before making a move, ensuring you keep the critical pieces and toss only the true dead weight. It is a powerful way to shrink your mental load without breaking anything.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 andreasmolnardev/dashwise

Dashwise: Your Homelab Dashboard

Dashwise is the homelab dashboard that puts your entire self-hosted world into a single, beautiful view. It solves the clutter problem by letting you drag and drop customizable widgets, links, and news feeds onto one clean page, so you stop jumping between tabs for every little update. The standout feature is its built-in search bar; just press Control and K, type a command, and instantly find any app or run a specific search engine query without leaving the screen. It handles login securely and lets you configure everything right from the interface, so you never have to mess with code files again.

📰 https://news.ycombinator.com/item?id=49522428

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 yu-xiao-sheng/codex-memory-trim

Codex Memory Trim: The Brain Diet

Your AI assistant is secretly getting slower because it never forgets. Codex Memory Trim solves this by performing a periodic diet on your AI's global memory. The creator found that Codex was applying outdated rules from months ago to brand new tasks, causing it to waste hours on redundant checks. This tool fixes that by finding duplicate notes, deleting dead ends, and compressing long-winded explanations into concise lessons. It acts like a librarian for your digital brain, ensuring the AI stays fast and relevant. The most surprising part is that it cuts memory size by over seventy percent while actually making the AI more efficient.

📰 https://news.ycombinator.com/item?id=49361485

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 kaomei/stickman-video-director

Stickman Video Director: The AI Director for Your One-Minute Videos

Stickman Video Director is the creative workflow that turns plain text into a fully directed sixty-second stickman animation. Most AI video tools give you random clips, but this project acts as a professional director, breaking your idea into six distinct scenes with specific camera angles and visual metaphors. It forces you to approve the full storyboard before generating a single frame, ensuring your final video actually tells a coherent story. It is a fantastic resource for creators who want high-quality, dynamic short-form content without spending hours on manual animation. If you are making educational or motivational shorts, this tool is the shortcut to a polished, professional result.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 nicolastinkl/hermes_weatherbot

WeatherBot: Autonomous Trading with Hermes

A small Python script now places real bets on Polymarket temperature markets by finding where official weather forecasts disagree with the crowd. Named Hermes, this autonomous bot scans six major US cities every hour to spot mispriced weather buckets. It calculates the true odds using a statistical model and automatically trades when the value looks favorable. The coolest part is that it learns from every trade, adjusting its own risk limits based on past wins and losses. You can watch it all from a text message on your phone. It is a fascinating look at how simple code can handle complex financial decisions.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 vibe-stack/super-terrain

Sculpt Mountains in Your Browser with Super Terrain

Sculpting a four-kilometer mountain range right inside your browser sounds impossible, but Super Terrain makes it happen. Built on web graphics standards, this tool lets you raise peaks, carve tunnels, and paint surfaces without touching a heavy game engine. It is not just a simple height map; it handles real mesh topology so you can create overhangs and complex shapes. The coolest part is the instant feedback loop. Every brush stroke compiles in the background while the existing scene stays visible, ensuring the heavy lifting never blocks your view. You get professional terrain editing without the usual desktop bloat.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 openai/privacy-filter

OpenAI Privacy Filter: Instant PII Redaction

Scrub sensitive data from massive text files in milliseconds. OpenAI Privacy Filter is a lightweight model that spots and masks personal identifiers like names, emails, and dates without sending your data to the cloud. The coolest part is how fast it actually is. Instead of guessing word by word, it labels your entire document in one single pass, which means you can run it right on your laptop or even in a web browser. It is fully open source and lets you fine tune it to match your specific privacy rules. This is your fast, local way to sanitize logs before they leak.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 luckyzyx/luckytool

LuckyTool: Unlocking ColorOS

One specific hack allows LuckyTool to let any app run in split-screen mode, even if the manufacturer explicitly blocked it. This free module for OnePlus phones uses the Xposed framework to quietly change how the operating system works without needing to install a new launcher. It removes annoying ads, lifts restrictions on file names, and gives you control over battery behavior. The project is interesting because it exposes hidden settings that are usually locked away, letting you tailor your device to exactly how you like it. It is a free tool that respects your ownership of the phone.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 netx-lab/frontier

Frontier

Frontier lets you predict exactly how fast a large language model server will run without spending a single dollar on GPU electricity. This discrete-event simulator replays real traffic patterns through a virtual data center, calculating precise latency for complex features like speculative decoding and sparse models. Researchers use it to test expensive architectural changes on a standard laptop, finding the perfect balance between cost and speed before deploying anything. You get production-level accuracy without the hardware bill. Stop guessing your serving config and start simulating the exact system you plan to build.

📰 https://news.ycombinator.com/item?id=48487049

🆔 @hackernewsgithubprojects