57 subscribers
7.3K videos
7.9K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ filliptm/comfyui-fl-qwen3tts

FL Qwen3 TTS

You can now clone any voice, design custom speakers from plain text descriptions, and fine-tune your own speech models directly inside ComfyUI. The comfyui-fl-qwen3tts project integrates Alibaba's powerful Qwen3 text-to-speech architecture into your visual workflows. It completely removes the need for complex command-line scripts by giving you a beautiful, real-time training dashboard with live loss charts and instant validation audio playback. Whether you want to generate natural speech across ten different languages or train a specialized voice model from a small folder of audio clips, this node pack turns high-end voice synthesis into a simple drag-and-drop experience.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ amd-agi/micro-world

micro-world

Control the camera movement of AI-generated videos using actual keyboard and mouse commands. This is made possible by micro-world, an open-source project from AMD that turns video generators into interactive, playable environments. By training on a Minecraft dataset, it learns how standard gaming actions like pressing keys or moving a mouse should realistically change the camera perspective. You can describe a scene with text, or upload an image, and then feed in a sequence of movement keys to generate a video that moves exactly how you want. It makes virtual worlds feel responsive and immersive. Check it out to build your own playable AI worlds.

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

Slopo

Slopo is the command-line tool that catches the hidden, non-exact code duplicates other tools completely miss. Standard tools are great at finding identical copy-pastes, but they fail when developer-written snippets are slightly modified, renamed, or scattered across different directories. This tool solves that by generating vector embeddings for your functions and analyzing their mathematical similarity. It groups closely related blocks of code into clusters, ranks them by similarity and physical distance, and outputs a neat report. This makes it incredibly easy to hand off the grouped results to an AI assistant for automatic cleanup and refactoring. Run it on your codebase today to clean up your architecture.

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

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

Antigravity CLI

Antigravity-cli is the terminal interface that finally puts a smart coding agent directly into your command line workflow. It runs on the same engine as the main desktop application, meaning it can understand your codebase, suggest multi-file edits, and run commands right where you already work. What makes it incredibly cool is how it handles remote work; it automatically detects SSH sessions and prints a local login link, keeping you authenticated without breaking your flow. It is built for speed and keyboard efficiency, letting you manage complex programming tasks with zero window switching. You get a lightweight, keyboard-first assistant that keeps you fast, focused, and in control.

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

StoryMem

Generate cohesive, multi-shot narrative videos from a simple text script. While standard video generators often lose track of what characters look like from one clip to the next, storymem solves this by using a clever memory-conditioned system. It generates videos shot by shot, automatically saving visual details like character appearance and setting as memory, and then uses that memory to guide the next clip. This keeps the entire sequence looking consistent and cinematic over a full minute of footage. It is an exciting step forward for creators looking to turn written scripts into visually connected, multi-shot stories.

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

autonovel

The autonomous AI agent pipeline that actually writes, edits, and produces a complete, print-ready book. Instead of just spitting out a mountain of text, autonovel uses co-evolving layers to coordinate world-building, characters, and outlines, tracking the propagation of changes like a real author would. It runs a mechanical scan to catch clichΓ© AI writing patterns and runs an adversarial editing loop where separate model personas act as tough literary critics. The system even generates cover art, formats the manuscript into LaTeX, and builds a multi-voice audiobook. Its first fully generated novel reached over seventy-nine thousand words, proving that AI can handle long-form narrative structure from start to finish.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ skillmatic-ai/awesome-agent-skills

Awesome Agent Skills

Awesome-agent-skills is the curated directory that finally organizes the entire universe of modular AI capabilities in one place. Instead of stuffing massive instructions into an AI prompt and wasting precious memory, developers are using standardized markdown packages to let agents load specific capabilities only when needed. This repository gathers every major tutorial, official skill library from major tech players, and academic paper detailing this clever approach to context management. It is the perfect starting point to understand how modern AI assistants learn new tricks on the fly without slowing down, giving you a clear roadmap to build your own modular AI agent.

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

Pilot Shell

Pilot Shell is the command-line companion that finally makes AI coding agents production-ready. While tools like Claude Code write code incredibly fast, they often skip tests, lose critical context, and ignore your team's unique guidelines. Pilot Shell steps in to enforce strict test-driven development, run automated quality checks, and compress your context to slash token costs by up to ninety percent. It even gives you a local web dashboard to manage your sessions and track automated background jobs. It is the ultimate way to turn chaotic AI generation into structured, reliable software engineering. Check it out to build smarter.

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

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

claude-watch

Control your Claude Code terminal sessions right from your Apple Watch while walking away from your desk. This clever project sets up a local bridge server on your Mac that routes events from your active AI coding terminal directly to your wrist. Instead of staying glued to your monitor, you can watch the terminal run commands, edit files, and use tools in real-time. Most impressively, when the AI needs your permission to execute a script or write a file, you get an interactive prompt on your watch to approve or deny the action. Grab the code, hook up your watch, and keep your build moving.

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

Vibecraft

Vibecraft is the 3D visualization app that turns your local Claude Code terminal sessions into a lively, interactive workshop. Instead of staring at dry terminal lines, you watch an animated robot avatar run around a virtual hex grid in real time. When Claude reads a file, it walks over to a physical bookshelf; when it runs a search, it heads to a satellite antenna; and when it edits code, it tinkers at a workbench. With built-in spatial audio and the ability to spin up multiple parallel agent zones, this project makes watching your AI work feel like playing a classic real-time strategy game.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ devops-interviews/devops-interview-questions

devops-interview-questions

Ace your next platform engineering loop by practicing with a curated collection of one hundred and fifteen real, hands-on challenges. This repository gathers actual technical screening tasks from heavy hitters like Google, Amazon, and Meta, covering everything from debugging broken Kubernetes pods to managing complex Git histories and AWS cloud architectures. Instead of dry trivia, you get practical scenarios complete with step-by-step video walkthroughs showing you exactly how to fix the systems. It is the ultimate hands-on cheat sheet for mastering real-world infrastructure problems. Grab this guide, practice the actual engineering scenarios, and walk into your next interview with complete confidence.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ zerolu/awesome-nanobanana-pro

Awesome Nanobanana Pro

Generate hyper-realistic AI images using specialized prompt templates from a curated community collection. awesome-nanobanana-pro gathers the most effective text instructions and structured JSON formats specifically designed for the Nano Banana AI model. Instead of trial and error, you get precise formulas for complex challenges like rendering realistic skin textures under sunset lighting or recreating nostalgic retro camera styles. This library solves the problem of unpredictable AI art by providing proven blueprints gathered from top creators across social media. It is a fantastic guide for anyone wanting to master prompt engineering and see what this specific visual engine can truly do.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ ndpvt-web/latex-document-skill

latex-document-skill

The open-source project latex-document-skill can instantly turn an eighty-page handwritten math notebook into polished, color-coded digital lecture notes complete with diagrams and equations without you writing a single line of code. Built as a universal assistant tool, it features an automated compilation engine that reads document structures to auto-detect compilers, fix common formatting bugs, and translate raw errors into plain English. It packs twenty-seven templates, auto-generation scripts for charts, a vision pipeline to reconstruct scanned documents, and tools to condense textbook chapters into dense cheat sheets. It makes professional publishing accessible to everyone.

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

ipaverse

Download and tweak iOS apps directly on your Mac without messing with terminal commands or bulky developer tools. ipaverse is a native desktop app that lets you search the App Store, grab installation files, and install them right onto your plugged-in iPhone. But the real magic is that it lets you re-sign DRM-free apps with your own certificate so you can sideload them easily. It even keeps a local archive of older app versions and lets you quickly swap App Store regions. It is basically a superpower for managing your own device. Go grab the app and take control of your iPhone.

πŸ†” @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
πŸ“¦ aiming-lab/metaclaw

MetaClaw

MetaClaw is the local proxy that finally lets your personal AI agent learn and evolve directly from your daily conversations. Instead of relying on static models or expensive offline retraining, this clever tool sits between your agent and its brain, turning every single chat into a real-time learning signal. It automatically builds a customized library of skills based on your interactions, and if you turn on the learning features, it schedules smart model training updates to run in the background only when you are sleeping or in meetings. You get an agent that actually remembers your preferences and grows smarter over time, without needing a massive GPU cluster. Just talk...

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

motion_tracking

Teaching a full-sized humanoid robot to mimic human movements while carrying heavy, unpredictable loads is an absolute nightmare for physics engines. That is where motion_tracking comes in, a clever framework designed to train humanoid robots to track whole-body motions. It uses a smart system that guides the robot using high-quality reference data while gradually introducing heavy payloads to build up its strength and balance. Instead of falling over, the robot learns to adapt to heavy weight on the fly. You can train the system, run evaluations, and export the final policies directly to run on real hardware. It is a brilliant way to make bipedal robots much more capable in...

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ avinash201199/free-ai-agents-resources

free-ai-agents-resources

You can master the design of autonomous digital assistants using entirely free and open-source materials. A community project called free-ai-agents-resources gathers over one hundred high-quality, zero-cost guides, structured courses, and code repositories in one place. Instead of paying for expensive bootcamps, you can follow curated learning paths that teach you how to build multi-agent systems and connect large language models to external tools. The collection includes hands-on Jupyter notebooks, step-by-step video tutorials, and official guides from top engineering blogs. It is the perfect starting point to transition from writing basic prompts to building self-directing software assistants.

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

Roboto Origin

Build your own fully functional humanoid robot right at home using off-the-shelf components. The roboto_origin project open-sources everything you need to construct a running and jumping robot, from the mechanical 3D files and circuit boards to the walking algorithms. Instead of relying on proprietary industrial parts, this design lets you source hardware online and assemble the entire machine yourself. It solves the massive entry barrier to advanced robotics by putting simulation, training, and deployment tools in one place. Anyone with a passion for building can now explore humanoid movement and bring a physical robot to life.

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

Vocello

Generate realistic, custom voiceovers on-device with Vocello, a local, private text-to-speech studio built specifically for Apple Silicon. You can write a script and bring it to life using three intuitive workflows: choosing a built-in speaker, describing a voice in plain language, or cloning a reference clip. Running completely offline with a native Swift and MLX engine, it produces speech faster than real-time on your Mac, keeping your scripts and audio entirely private. It is the ultimate tool for high-quality, local voice synthesis without subscriptions. Download the app today to create stunning, private voiceovers on your Mac, with an iPhone version arriving soon.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sii-research/tau-0-wm

tau-0-wm

tau-0-wm is the AI framework that connects robotic movement directly with video-based world models to help arms handle complex physical tasks. Instead of relying on rigid, pre-programmed trajectories, this project links actions with video generation to predict what happens next, creating a smarter way for two-armed robots to manipulate real-world objects. You can take a standard training set, map out the arm positions and gripper states, and run a streamlined pipeline to teach a robot how to react dynamically. It bridges the gap between seeing and doing, giving developers a practical toolkit to build highly adaptable machines that truly understand the physical spaces they operate in.

πŸ†” @hackernewsgithubprojects