56 subscribers
7.26K videos
7.87K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
📦 furiosa-ai/async-opd

AsyncOPD: Speeding Up Large Language Model Training

AsyncOPD is the multi-process training pipeline that finally keeps your GPUs fully utilized during complex language model distillation and reinforcement learning. By decoupling rollout generation from learner updates, it allows simultaneous processing for on-policy distillation, GRPO, and supervised fine-tuning. The framework integrates vLLM for rollout, FSDP or Megatron for training, and NCCL for efficient weight synchronization, offering configurable staleness to balance throughput against training accuracy. With curated examples for various research workloads, this project provides a robust, asynchronous architecture that lets you scale large model training jobs efficiently. Adopt AsyncOPD to keep your expensive hardware productive today.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 ai-builder-club/skills

Build Compounding AI Agents with this Plugin

Automate your codebase by implementing compounding agent loops that handle work independently. This plugin marketplace provides the necessary scaffolding to transform a standard repository into an agent-ready environment. You can deploy an isolated cloud development box for each agent, generate one-command local launchers for your stack, and build robust end-to-end test gates that verify features before shipping code. By utilizing shared file-based memory and specialized plugins, your agents can investigate issues, test their own changes, and log results to create a self-improving system. Leverage these tools to design smarter workflows that save you from constant manual prompting.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 lpynow/mma-82

MMA-82: Advancing Micro-Action Recognition

MMA-82 is the comprehensive benchmark that moves micro-action analysis beyond controlled labs into diverse real-world domains. This project provides a massive dataset of nearly eighty thousand annotated instances, covering eighty-two fine-grained categories like head and hand movements across psychiatric, street, and television settings. It enables researchers to tackle challenging tasks including micro-action recognition and multi-label temporal detection, supporting in-domain and cross-domain evaluation protocols. By capturing subtle body cues, this dataset reveals how actions reflect affective states, offering a powerful resource for building smarter video understanding models. Explore this benchmark to sharpen your computer vision research today.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 microsoft/megadetector-overhead

Detect Wildlife from Above with Microsoft's Overhead AI

Automate wildlife monitoring in drone and aerial imagery using a specialized collection of point-based detection models. This project addresses the unique challenges of overhead perspectives, such as small, distant targets and image distortion, by providing a robust training, evaluation, and inference stack. It includes the versatile OWL model family, ranging from lightweight baseline versions to high-quality models built on DINOv3 foundation encoders. Whether you are tracking populations or surveying habitats, this repository offers the end-to-end tooling you need to process aerial data efficiently, making it an essential resource for researchers and conservationists working to protect biodiversity from above.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 hammergpt/hyper-alpha-arena

Hyper Alpha Arena: The AI-Powered Crypto Trading Platform

Hyper Alpha Arena is the multi-exchange AI trading platform that lets you automate sophisticated crypto strategies using institutional-grade quantitative factors. This project enables Large Language Models like Deepseek and GPT to monitor market flow, such as order imbalances and funding rates, to trigger trades automatically on Hyperliquid and Binance Futures. Whether you use natural language for AI-driven strategies or Python for custom rule-based programs, the platform provides deep performance analytics and factor mining tools to refine your edge. Start leveraging AI agents to analyze, validate, and execute your trades efficiently today, even with no prior coding experience.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 vicharak-in/shrike

Getting Started with Shrike FPGA Development Boards

A compact development board sits on a breadboard with LEDs flashing as an FPGA communicates directly with an RP2040 microcontroller. The Shrike project provides a family of low-cost, open-source FPGA development boards designed specifically for makers, students, and hobbyists. By pairing an FPGA with popular microcontrollers like the RP2040, RP2350, or ESP32-S3, these boards make it easy to explore hardware design and reconfigurable computing. With robust documentation, breadboard compatibility, and a supportive community, it acts as a perfect stepping stone for those wanting to bridge the gap between traditional software programming and complex FPGA logic. Start your hardware journey today.

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

Easily Download Videos From Anywhere With ArcDLP

Download videos and audio from YouTube, Instagram, and thousands of other sites using a simple, private desktop interface. This open-source tool runs locally on your machine, so you never have to worry about tracking or cloud accounts. You can fetch multiple URLs back-to-back, select your preferred quality, and manage downloads through a clean queue system. It even handles playlist batches and private content via secure, direct sign-in options. Whether you need to save clips or extract audio, this lightweight application provides a straightforward way to keep your favorite media accessible whenever you need it.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 nova452/comfyui-conditioningkrea2rebalance

Unlock Krea 2 Potential with Conditioning Rebalance

This ComfyUI tool provides fine-grained control over Krea 2 model generation by allowing users to optimize conditioning through precise per layer weighting. It effectively introduces functionality similar to IP-Adapter for this model, while simultaneously bypassing the built-in quality dilution caused by the default safety filter. By working as an unfiltering solution, this implementation restores original model performance and offers significant flexibility for creators looking to refine their output beyond factory constraints. It is a straightforward way to reclaim control over your model generation process, ensuring the final results meet your exact standards without unnecessary interference from internal filters.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 krea-ai/krea-2

Understanding Krea 2: A New Open Image Generation Model

Krea 2 stands out as a highly aesthetic open-source image generation model built from the ground up for creative exploration. The repository provides official inference code for two primary variants: the RAW base model, which is ideal for fine-tuning and training custom LoRAs, and the Turbo model, which is a distilled version optimized for fast, high-quality generation in just eight steps. By training on the flexible RAW model and deploying on the efficient Turbo variant, users can achieve high-resolution results tailored to their specific stylistic needs. This release provides a powerful, versatile toolkit for advancing AI-driven image generation workflows.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 lei-kun/rl-100

RL-100: Real-World Reinforcement Learning for Robotic Manipulation

RL-100 provides a unified framework for training performant robotic manipulation policies through reinforcement learning. This codebase enables developers to bridge the gap between initial human teleoperation data and reliable real-world robot deployment. It supports a versatile range of policy backbones including diffusion and flow models, while allowing for both offline and online reinforcement learning training stages. By facilitating iterative data collection and policy refinement, the library helps improve the efficiency and robustness of robot control. This comprehensive toolkit offers a structured way to handle complex visual inputs and control modes, ultimately simplifying the path toward more capable autonomous robotic systems.

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

MeshFlow: AI Mesh Generation via Equivariant Flow Matching

MeshFlow provides a specialized PyTorch framework for generating 3D meshes using equivariant flow matching techniques. This repository offers a complete pipeline that enables researchers and developers to train models, perform inference, and evaluate the quality of generated 3D structures. By leveraging advanced flow matching, it addresses the complexities of unconditional mesh generation, allowing users to create detailed geometric assets across various object categories. The project includes interactive demo tools for real-time visualization and post-processing, such as hole filling and vertex merging. It serves as a sophisticated resource for those exploring generative 3D modeling and geometric deep learning.

🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 qwenlm/qwen-agentworld

Qwen-AgentWorld: A Native World Model for AI Agents

Qwen-AgentWorld is a native language world model that accurately simulates diverse environments by reasoning through ten million real-world interaction trajectories. This project introduces a model capable of navigating seven unified domains including web, android, and terminal environments, outperforming many frontier systems in agent-based tasks. By treating environment simulation as its core training objective, the model offers superior scalability and controllable performance, even in out-of-domain scenarios. It provides developers with both powerful model weights and a comprehensive evaluation benchmark to test simulation fidelity. This innovation marks a shift toward building more reliable, agentic foundation models for complex digital interactions.

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

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

Build Apps Faster with AI-Native SwiftUI Components

Accelerate your development workflow by using an AI-native SwiftUI component library designed to help you build real applications instantly. This repository provides production-ready code, including complex animations like shimmer effects, data-driven charts, and complete multi-file modules for authentication, camera integration, and chat features. By connecting this library via a model context protocol server, your AI assistant gains immediate access to a searchable catalog of recipes, enabling you to generate UI components or functional flows through simple commands. Leverage these self-contained, modular SwiftUI building blocks to streamline your coding process and ship polished iOS applications with confidence.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 zhangsq-nju/edgerazor

EdgeRazor: Run LLMs on Edge Devices

A small demo window displays a quantized language model running efficiently on a mobile device or local edge hardware. EdgeRazor is a lightweight framework designed to make large language models smaller and faster by integrating mixed-precision quantization-aware distillation directly into your training pipeline. It helps solve the challenge of running complex AI models on resource-constrained devices by using techniques like weight, activation, and KV cache quantization with configurable bit-widths. This allows for high-performance deployments across diverse hardware while maintaining strong task accuracy. Explore this project to optimize your own models for more efficient, high-speed edge computing performance.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 sums001/windows-copilot-api

Use Microsoft Copilot as a Free API

Windows Copilot API is the clever bridge that finally lets you use your personal Microsoft Copilot account as a flexible, OpenAI-compatible service. This project reverse-engineers the consumer Copilot interface, turning it into a REST API so you can tap into its powerful chat capabilities from your own Python scripts or any OpenAI-ready application. By handling authentication and Cloudflare challenges automatically, it removes the need for expensive subscriptions or developer API keys. It is a fantastic, free way to integrate intelligent chat features into your local projects while staying within your personal account limits for daily use.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 attenlabs/saa-sdk

Stop Wasting Resources on Unintended Speech with SAA

Filter out background noise and unintended audio from your voice agent using this specialized addressee layer. Instead of processing every sound in a room, it uses a classifier to determine exactly when speech is directed at your device, ensuring only relevant audio ever reaches your transcription, language model, or speech synthesis services. It works across various stacks including LiveKit and Pipecat by acting as a smart gate for your pipeline. By isolating commands from side talk, media, or ambient noise, you improve performance and lower costs. Integrate this tool into your workflow to build more focused and responsive voice applications.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 kauravsrestha-duryodhan/digi-netra

Understanding the Digi-Netra OSINT Toolkit

Digi-Netra is a modular Python toolkit that automates open-source intelligence gathering through a straightforward command-line interface. This project simplifies digital investigations by allowing users to trace phone numbers, usernames, email addresses, and IP addresses in one centralized environment. It performs tasks like validating phone information, checking for social media footprints, and identifying potential data breaches associated with specific emails. By consolidating these recon tools into an accessible menu system, the software provides a fast and practical way to conduct technical research. This tool essentially puts powerful investigative capabilities directly into the hands of those exploring digital footprints.

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

Stop Rogue AI Agents with Doberman Security

Doberman is an open-source security layer that intercepts and authorizes every tool call made by autonomous AI coding agents before they can execute. By acting as a transparent proxy between the agent and its tools, it enforces strict runtime policies that effectively block dangerous actions like unauthorized shell commands, credential exfiltration, or force-pushes on protected branches. It operates on a fail-closed principle, ensuring that any ambiguous or unhandled action is denied by default. This framework provides essential audit logs and human-in-the-loop controls, turning every agent action into a predictable, auditable decision to ensure secure and reliable AI deployment.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 end2end-diffusion/diffusion-bench

The All-in-One Benchmark for Generative Diffusion Models

Standardize your generative diffusion research with a unified codebase designed for holistic model evaluation. This project enables researchers to train and evaluate various diffusion transformers across both ImageNet and text-to-image tasks using a single, consistent interface. You can leverage extensive support for latent space methods like VAEs and RAEs, alongside diverse transport mechanisms and loss functions. The repository provides integrated tools for offline evaluation, including metrics like FID, IS, and VQAScore, helping you move beyond simple ImageNet benchmarks. Explore this repository to streamline your experimentation and contribute to a more robust evaluation standard for modern diffusion models.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 miaai-lab/deepseek-v4-flash-dual-dgx-spark-1m-context

Deploy DeepSeek V4 Flash on Dual DGX Spark Nodes

Deploy the DeepSeek V4 Flash reasoning model across two NVIDIA DGX Spark nodes to unlock powerful distributed inference capabilities. This repository provides a streamlined setup using Docker and shell scripts to orchestrate a vLLM server across your cluster. It leverages InfiniBand for fast inter-node communication, utilizes FP8 KV-cache for memory efficiency, and supports a massive 1 million token context length for complex tasks. By implementing tensor parallelism and multi-token prediction, you can maximize your hardware performance for high-end reasoning and coding workloads. Use this framework to scale your AI infrastructure and achieve high-performance model serving today.

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

Track 3D Human Motion with Multi-Camera Headsets

Track human motion in a 3D world using egocentric multi-camera headsets by leveraging a unique lift-then-fit approach. This system disentangles observer and target movement by lifting 2D body keypoints from multiple camera angles into a unified 3D reference frame. By fitting motion directly to this 3D ray cloud using a specialized spatio-temporal transformer, the project achieves state-of-the-art accuracy for egocentric tracking. It is a powerful tool for researchers and developers working with AR and VR human pose estimation, providing a robust solution for capturing natural, metric-scale human movement from wearable devices in real-world environments.

🆔 @hackernewsgithubprojects