56 subscribers
7.26K videos
7.87K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ squall01337/mixamo-llm-mocap

Mixamo LLM Mocap: Turn Any Video Into Animation

You can turn any static video into a clean, playable animation for any character, without a single motion capture suit or manual keyframe. Mixamo LLM Mocap uses computer vision to read human movement from the footage, then automatically maps that motion onto your chosen digital rig inside Blender. It even handles two people fighting in the same scene, keeping their movements realistic and grounded. The most surprising part is that an AI agent can run this entire process end-to-end, meaning no human needs to touch the software at all.

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

Bohay: The Mission Control for Your AI Agents

Bohay is a single three megabyte binary that turns your chaotic terminal tabs into a unified mission control for your AI coding agents. The biggest headache with AI coding is that you end up with ten different windows open, half of which are stuck waiting for permission while you forget about the others. Bohay solves this by tracking every agent in one place and showing you exactly which one is blocked, working, or done. You can jump straight to the agent needing your attention without digging through windows. It even remembers your entire setup, so if your terminal closes, your sessions and layout come back exactly as they were.

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

Relay: Dictate Your LLM Prompts

Relay is the macOS menu bar app that finally lets you talk to your AI instead of typing. It solves the annoying problem of building complex prompts by letting you dictate while it automatically grabs anything you copy from your screen. You do not have to hunt for files or switch tabs. Just speak, and your notes, code snippets, and links assemble themselves into a perfect, ready-to-paste prompt. It even understands when you draw a circle on your screen to point out what you mean. The coolest part is that it turns your scattered thoughts into a clean, structured message with zero manual formatting.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ shanliuling/dsh-image-gen

Make Your AI Agent Draw Images

DeepSeek Harness agents can now generate images directly inside the chat window, just like you would with a standard AI assistant. This open-source plugin, dsh-image-gen, bridges that gap by letting your agent automatically call image generation tools and render the results right in the conversation flow. It works with Google Gemini, OpenAI, and other providers, so you don't need to copy prompts to external sites anymore. You simply ask your agent to draw something, and the picture appears instantly. The images are even saved with the chat history, so you can revisit them later.

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

Audio Priority Bar: The Mac Fix For Audio Chaos

Plug in your headphones, and your Mac immediately switches to them, ignoring the speakers you were using. Audio Priority Bar solves this annoying habit by letting you rank your audio gear so the right one always wins. It separates your speakers from your headphones into distinct priority lists, ensuring that if you drop the volume on your desk speakers, they don't fight with your earbuds for attention. The app quietly lives in your menu bar, watching for new connections and automatically selecting the highest-priority device for each category. You can even tweak the order by dragging items around or setting a manual override when you just want total control.

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

AI Copywriter

Generate marketing copy that actually sounds human. This project, called AI copywriter, fixes the robotic tone that usually makes AI writing feel cold and generic. It works by combining real marketing skills with a strict set of rules designed to strip away every sign of artificial text. Before writing, it interviews you about your reader's specific feelings and your product's story. The result is punchy headlines and clear descriptions that feel like a person wrote them, not a machine. It is a simple tool that helps you connect with your audience using genuine language and real facts.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ oniondas/awesome-hidden-ai-credits-free

10 Billion Free AI Tokens

One developer compiled a list that gives away ten billion free tokens every month, worth over one thousand six hundred dollars. This repository catalogs lesser-known platforms and APIs offering massive allowances, daily credits, and generous free tiers for text, images, and audio. It solves the problem of expensive compute costs by aggregating hidden resources into one place. You get access to top models through these free gates without paying for premium subscriptions. The maintainer updates the list weekly to ensure every link and limit remains accurate. It is a practical guide to building with advanced tools on a budget.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ omdsh-dev/dsh-at-file

dsh-at-file: Point AI to Files Without Reading Them

The DeepSeek Harness plugin dsh-at-file lets you point an AI agent directly at specific workspace files using simple at-sign mentions, without manually pasting massive blocks of code into your chat. You type an at-sign in the composer, search for a file by name, and select it. The plugin then securely verifies that the file actually exists in your project before the agent starts working. Instead of sending the file's entire content to the AI, it just tags the file path as a reference.

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

StateM: The Runbook for Long AI Tasks

Keep AI agents on track during long tasks by storing their progress in a simple file-based runbook instead of relying on their memory. StateM works by turning complex workflows into a clear map of steps, where the agent can only move forward when it passes specific tests. This prevents the goal from getting lost or the agent from skipping important checks during a long session. It essentially acts as a durable note-taking system that survives even if the chat history is cleared. The result is a reliable way to handle complex work without needing a heavy workflow engine.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ yunpeng1998/qwen-video-edit

Edit Video with an Image Model

Rewrite any video using a simple text command without training a brand new system. The project, Qwen Video Edit, takes a powerful image editing model and teaches it to handle video frames by treating them like a grid of pictures. It uses tiny, lightweight connections to bridge the gap between the image model and video data, allowing it to understand motion without expensive retraining. This means you can apply specific changes to long videos chunk by chunk, keeping everything consistent. It is a clever workaround that turns a single image tool into a full video editor.

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

PixRestore: The One-Step Image Fixer

PixRestore just dropped a model that fixes your blurry photos in a single pass, skipping the slow multi-step generation process that usually makes this take forever. Instead of relying on compressed latent spaces, it works directly on the raw pixels, which keeps the details crisp and avoids the weird artifacts you often see. It is built to handle a wide range of image problems in one go, so you do not need a different tool for noise or blur. The team also added a fast inference mode that lets it run quickly without sacrificing quality.

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

PertMind

Cellular perturbation databases can actually be turned into reinforcement learning environments where measured gene responses act as reward signals. A new project called pertmind is testing this very concept by utilizing experimental cellular outcomes to train biological language models. Instead of relying on manual training data, it uses public perturbation atlases to guide artificial intelligence toward structured biological reasoning. The system helps researchers predict how specific genes will react to custom cellular modifications or drug screens. By turning biological data into a learning playground, pertmind provides scientists with a smarter way to explore cellular behavior and generate fresh research hypotheses.

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

The Hidden Map of AI Harm

Stop looking at AI safety as just a pass or fail grade. HarmProfile flips the script by mapping the actual harmful content models spit out, creating a distinct risk fingerprint for each system. Researchers collected over eighty thousand real examples from twenty-three major AI models, showing that while bigger models are better at talking, they often hide deeper, more dangerous knowledge underneath. It is like giving every AI a medical checkup based on its mistakes instead of just its good deeds. This dataset helps us see exactly where and how these systems go wrong.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ startluxlabs/massive-activations-hla

Massive Activations HLA: The Hidden Rhythm of Efficient AI Models

Trace how massive activations spike precisely before full-attention layers in hybrid linear attention models, revealing a hidden rhythm that traditional Transformers completely miss. This repository gives you the official code and tools to reproduce these pre-attention spikes and inter-spike plateaus, showing exactly where and why these intense signals occur. By breaking down the lifecycle of these outliers, it proves that efficient hybrid models aren't just cheaper versions of standard architecture; they have their own distinct, predictable patterns of information flow.

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

CausalForge: AI Writes Math, Proofs Verify It

CausalForge lets an AI propose new theorems in causal inference, then forces them to be verified by a strict mathematical proof checker. This solves a major problem where machine learning models might guess wrong or hallucinate facts. Here, if the proof fails, the result is simply rejected. You get a library of mathematically certain causal rules, built by machines, without any human trust required. It is a fascinating intersection of logic and artificial intelligence. Watch how automated reasoning meets rigorous mathematics to create a self-improving system that actually works. Stay curious about the future of verified intelligence.

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

Skills for Coding Agents

Skills is the toolkit that gives your AI coding agents real professional discipline. Instead of letting an AI guess or hallucinate outdated code patterns, this project equips them with specific, composable behaviors. The standout feature is the visual recap system, which turns messy code diffs into clear, interactive diagrams so you can actually understand the architecture changes before you merge. It also includes practical safeguards like checking official documentation before coding to prevent errors, and auditing one agent's work to ensure it actually finished the job. If you are using AI to write code, this collection turns unpredictable chat outputs into a reliable, review-friendly engineering workflow that you can trust.

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

Wave2Body: Seeing People Through Radar

Wave2Body lets you figure out exactly where a human’s limbs are in three dimensions using nothing but invisible millimeter wave radar signals. Instead of trying to guess coordinates from scratch, it learns to translate raw radar data into distinct body part tokens. This approach turns a complex math problem into a translation task, making the system significantly faster and more memory efficient. It’s a clever way to track movement without cameras, which is huge for privacy-friendly robotics. If you like smart hardware hacks, this repo is a must see.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ trungdq88/mechanical-deployables-treejs

Mechanical Deployables

This repository lets you build 3D machines that rise from the earth, assembling part by part like heavy industrial machinery. It solves the common animation problem where objects just pop into existence, instead forcing every piece to telescope, hinge, or screw out of solid ground with realistic physics. The most fascinating feature is the destruction mode, where the entire structure collapses under gravity into a scattered wreck, proving the physics are real. You get eleven distinct models, from a simple watchtower to a massive colossus, all running smoothly in your browser.

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

Show It Once, Then Let It Work

Watch UI-Mate watch a human finish a complex desktop task once, then watch it adapt that workflow to do something slightly different without failing. Tencent built this AI to look at your live screen and click through apps just like you, but the real trick is learning from a single recorded example. Instead of needing a perfect text description for every job, you show it the workflow, and it figures out how to apply those steps to new situations. It’s not just replaying clicks; it’s understanding the logic behind them. This is a huge step toward AI that actually works with your specific tools and files.

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

Autoprompt cuts AI coding errors by 45%

Autoprompt is a coding-agent skill that reduces failures by forty-five percent on agentic coding tasks. When you give an AI assistant a complex coding goal, Autoprompt takes over the execution loop. It breaks the job down, manages parallel work, and has independent agents review and verify the code before you sign off. The result is fewer mistakes and less back-and-forth. You still set the goal and constraints, but you don't have to prompt every step. It works with major AI coding tools like Claude Code and OpenCode. The trade-off is it takes about three times longer and uses twice the tokens, but for critical builds, that reliability is worth it.

πŸ†” @hackernewsgithubprojects