56 subscribers
7.27K videos
7.88K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ aiscientists-dev/academic-humanizer

Academic Humanizer: The Edit That Fixes AI Slop Without Killing the Science

Academic Humanizer acts as a surgical filter for research papers that strips out generic AI phrasing while keeping every data point and citation exactly where it belongs. It solves the problem of AI drafts sounding inflated, vague, and disconnected from the author’s actual voice. The tool works by auditing claims against the evidence, ensuring that verbs match the strength of the data without flattening the necessary precision of scholarship. It even has a specific mode for grant proposals that preserves the ambition reviewers look for on the first page. This is the editing pass that keeps your science sharp and your voice distinct.

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

MasterAgent: On-Device AI

Run a full AI assistant directly on your car or phone without ever touching the internet. This open source project, called MasterAgent, lets you build smart agents that process voice commands locally, meaning your personal data never leaves your device. The standout feature is its speed; it handles eighty percent of requests using simple pattern matching instead of heavy calculations, so it responds in under one hundred milliseconds. This makes it ideal for situations where cloud latency is too slow or privacy is a concern. By keeping everything local, it offers a fast and private alternative to traditional cloud-based AI tools.

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

Cut Token Costs with Codex Workflow

Slash your AI coding costs without sacrificing quality. Codex Workflow installs a smart layer onto your coding agent that drastically reduces overall token usage. It does this by intelligently routing tasks through three distinct levels of effort, ensuring simple questions don't trigger expensive, complex workflows. Instead of dumping every detail into a massive context window, the system actively manages your project's progress and documentation across sessions. It acts like a diligent project manager, preserving operational context so you never have to repeat yourself.

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

Super K-Means: 100x Faster Clustering

Super K-Means can process ten million high-dimensional embeddings in under a minute on a single CPU. This library solves the bottleneck where vector clustering usually slows down search systems. It groups similar data points together, but it does so much faster than existing tools without sacrificing quality. The trick is smart math that skips unnecessary calculations while keeping results accurate. You can use it in Python or C++ on standard hardware. It’s a powerful tool for anyone building search features who needs speed. The takeaway is simple: if your clustering is slow, this is the upgrade you need.

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

How Invisible Unicode Characters Beat AI Watermarks

You can hide text changes from AI detectors by using invisible unicode characters that look like standard formatting but actually break the math. This project, called Claude AWM, proves that while most simple edits get caught by basic cleanup, specific unicode marks slip right through because they are technically valid parts of other languages. It shows that while you can scrub away zero-width spaces, you cannot simply delete variation selectors without breaking real emoji and Asian text. This exposes a critical blind spot in how we trust automated text verification, proving that the weakest link is often the assumption that invisible equals useless.

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

Admitor: Learning Without Labels

Admitor is the research framework that proves AI can learn from experience without needing labeled answers. This project tackles the tough problem of getting large language models to solve complex optimization puzzles like routing or scheduling without a teacher holding the keys. It works by letting the AI build a personal library of skills through trial and error, effectively learning what works by simply trying different approaches until it finds a solution. This is a huge deal because it removes the expensive need for expert-labeled data, allowing the model to figure out the right path on its own.

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

PDF Brain: Your Local AI Research Assistant

pdf-brain turns your scattered research files into a smart, searchable library that lives entirely on your machine. It processes your PDFs and markdown notes, uses local AI to read and understand them, and tags everything with meaningful concepts. This means you can ask natural questions and get precise answers drawn from your own documents. It runs locally, so there are no cloud costs or data privacy concerns, making it a powerful tool for anyone who needs to organize and query their personal knowledge base without sending sensitive files to external servers.

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

Run AI Models Entirely in C Sharp

Run large language models entirely in C Sharp with SharpMind. This project handles everything from loading models to fine-tuning them, all without needing Python or native code. The standout feature is its disk-streaming mode, which lets you run models bigger than your computer’s memory by paging layers in and out on the fly. It feels like building a custom engine from scratch, complete with advanced speed boosts and training tools built right into the same simple application. If you are tired of switching between languages just to train and deploy models, this is your all-in-one solution that keeps your entire workflow in one familiar, fast language.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ antinomie-lab/pi-book

Inside the Pi Agent Loop

Pi Book is the architecture guide that actually shows you the code behind the agent loop. It is a workspace for a book that breaks down a specific library, explaining exactly how it handles tool execution and data streaming without becoming a bloated framework. The coolest part is that every single claim in the text is backed by a direct link to the exact line of source code, so you can verify every detail yourself without guessing. It is organized to build your mental model step by step, from the big picture down to the intricate parts.

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

AReno: Train AI Models on Your Laptop

Train a large language model on your single local machine using AReno. This toolkit eliminates the need for massive server clusters or complex infrastructure, letting you run reinforcement learning, supervised fine-tuning, and even agentic workflows directly on your own hardware. It works by handling everything from data loading to the final training step in one self-contained package, so you are not stuck wiring together separate tools. You can even watch a small model learn to play a browser game from scratch, proving the system works end to end. The real value is accessibility. You no longer need a giant cluster to experiment with advanced AI techniques.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ bytedtsinghua-sia/cuda-agent

This AI Beats Top Models at GPU Coding

Watch this AI agent outcode the best general purpose models at writing fast GPU code. Researchers trained a specialized agent to generate high performance CUDA kernels, beating advanced systems on difficult benchmarks. The project releases the training data and the exact workflow rules used to build it. It turns complex hardware optimization into a repeatable, automated process. This gives developers a proven blueprint for accelerating their own models. You get a clear path to faster code without years of manual trial and error. This is how the next generation of efficient AI training is being built. Check it out to see how agentic reinforcement learning is changing GPU programming.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ perseus-computing-llc/mimir

Give Your AI Agent a Permanent Brain

Stop letting your AI agent forget everything the moment a session ends. Mimir gives your AI persistent, encrypted memory that lives locally on one file, completely offline. It uses military-grade encryption to keep your data safe, so your agent can remember past lessons and facts across different projects without sending anything to the cloud. It works with any tool, and because it is local-first, you keep total control. No servers, no subscriptions, just smart, private memory. If you want your AI to actually learn and stop repeating mistakes, this is the tool you need.

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

SelectAnyTree: Click to Segment Forests

One click on a 3D forest scan isolates a single tree, and it nails the accuracy target almost instantly. SelectAnyTree solves the nightmare of manually labeling millions of LiDAR points in dense woods, which is usually tedious and error-prone. It works like a smart paint tool where you simply tap a spot to select a specific tree, and the system instantly draws the outline. The clever part is that it processes the entire forest scene just once, so switching between different trees is fast because it doesn't have to re-analyze the raw data every time. It beats previous tools by a wide margin using far fewer computing resources.

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

Train AI Agents in Minecraft with Bedrock RL

Bedrock RL is the modular framework that finally lets you train AI agents inside Minecraft with reproducible, verifiable results. It solves the headache of messy AI training by giving you a single command to generate synthetic data, check your setup, and run reinforcement learning experiments. The coolest part is its synthetic data generator, which creates realistic gameplay trajectories that you can replay in three different visual styles to prove your agent actually learned the task. You define your goal in simple config files, and the system handles the heavy lifting of data creation and model training.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ mirros-lab/harnesseval-w

HarnessEval-W: Why AI Needs to Explain Its Grades

HarnessEval-W is the evaluation framework that finally makes AI world models show their work. Instead of just dumping out a single, opaque score for a generated video, this tool acts like a critical movie critic. It breaks down the footage into specific checks, asking if objects behave according to physics and if the environment stays consistent as the camera moves. The coolest part? It doesn't just guess. It builds a transparent evidence tree, showing exactly which frames and logical steps led to its final verdict. This means when a model gets a low score, you can actually see why it failed, rather than just shrugging at a number.

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

NerfTrack: Your Local Codex Bill Checker

NerfTrack is the local desktop app that finally makes your AI coding assistant's hidden costs visible and easy to understand. It sits quietly on your computer, reading the usage records from your Codex account without ever sending your private code or credentials to a cloud server. The app turns those raw logs into a simple, weekly estimate of what you would have paid if you were using a standard API plan. This is a huge win for developers who want to budget their tech stack without guessing, offering a clear, private, and instant look at their actual spending.

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

Manixh: The AI Portfolio Blueprint

manixh is the portfolio template that treats your AI coding agent like a professional architect. It ships with a set of strict markdown specs that tell the AI exactly how to build your site, ensuring it never invents weird designs or breaks your code. You run one simple command to install these rules, paste a prompt into tools like Claude or Cursor, and the AI builds a polished, dark-mode React portfolio for you. It is the perfect way to get a custom developer website without writing a single line of code yourself.

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

TUIOS: The Terminal Window Manager That Actually Works

TUIOS is the terminal multiplexer that finally makes your command line feel like a real desktop. Built in Go, it lets you juggle multiple terminal panes with a vim-style interface, so you can manage code, servers, and scripts all in one place without tab overload. The coolest part is its smart tiling system, which automatically arranges your windows to fit your screen perfectly, just like a modern window manager. It even runs in the background, keeping your sessions alive if you disconnect. This is perfect for developers who want power and simplicity without leaving their terminal.

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

SenPai Scanner Finds Working Cloudflare Nodes

SenPai Scanner digs through millions of Cloudflare addresses to find stable internet exits for users on restricted networks. It does not just check if a server is online; it validates if your specific proxy configuration actually works through it using a built-in Xray core. This two-step process ensures you only export servers that genuinely support your connection type, saving you from wasted time. The tool provides a simple interface to scan, rank, and copy working endpoints directly into your proxy client, making it a precise utility for maintaining reliable access in difficult network conditions.

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

OpenFlight: DIY Golf Launch Monitor with Doppler Radar

OpenFlight is the do-it-yourself golf launch monitor that turns affordable radar hardware into a precision shot tracker. While commercial launch monitors are pricey and closed, this open-source project lets you build your own system using a Doppler radar module and a Raspberry Pi. The core magic happens when you hit the ball: a sound trigger detects the impact, firing the radar to capture high-speed data. From that, the software calculates your ball speed, club speed, and smash factor. It even estimates carry distance using a ballistic model, so you get useful feedback even without the optional angle radar.

πŸ†” @hackernewsgithubprojects