57 subscribers
7.3K videos
7.9K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ kandinskylab/kvae-audio

KVAE-Audio

KVAE-Audio is the continuous audio engine that finally compresses full-range sound into tiny, usable chunks without losing the details. Think of it as a super-efficient translator that shrinks any song, speech, or ambient noise into a compact code so AI models can handle it easily. It handles everything from crisp vocals to full orchestral marches at high quality, making it way better than older tools that muffled the sound. I tested it and the clarity is genuinely impressive, especially for generating realistic audio from text. It is a smart little tool for anyone building sound apps who wants quality without the heavy lifting.

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

KVAE: Smart Video and Image Tokenizers

Turn raw pixels into compact, meaningful building blocks that AI models can easily understand. This project provides KVAE tokenizers that compress images and videos into efficient latent representations without losing the visual essence. Think of it as a super-efficient translator that shrinks massive media files into tiny, dense codes. The standout feature is how well these tokenizers handle video, preserving smooth motion and detail better than many competitors. By breaking down visual data into smaller, smarter chunks, it makes training and generating high-quality content faster and more stable. It is a practical tool for developers looking to build better image and video generators.

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

DreamWAM: Smarter Robot Actions

Predict what happens next to help robots move better. Most AI models just guess the next video frame, which wastes time on colors and shadows that don't matter. DreamWAM changes the game by training on motion, depth, and object shape, so the robot truly understands how the world moves. It learns from all those details to make smarter choices, but here is the cool part: you only need the regular video feed when the robot is actually working. It keeps things simple while being way tougher against messy lighting or changed backgrounds. You get a robot that actually knows what it is doing, not just what it sees.

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

HelloWorld: Interactive Characters in Video

HelloWorld lets you make characters in a video world react directly to you just by pressing the F key. A person on screen instantly turns to face the camera, waves, nods, or says hello while the rest of the background stays perfectly stable. The developers taught the video model to understand social cues by training it on its own generated clips. This approach helps the system distinguish between camera movement and character interaction without ruining the scene quality. You can even control when those reactions happen using a simple timing mask. The creators also released a benchmark to test how well these interactions work.

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

Playwright Skill: AI-Driven Browser Automation

Claude Code now autonomously builds and runs Playwright browser tests just by asking it to. The Playwright Skill repository acts as a plugin that lets the AI write custom automation scripts on the fly, handling everything from simple page checks to complex multi-step user flows. Instead of you coding tests, you simply describe what you need, and the model generates the code, executes it in a visible browser, and returns screenshots and results. This removes the friction of writing boilerplate code and lets you validate websites through natural conversation. It is a practical way to integrate AI into your testing workflow without learning complex automation frameworks.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ mikiarlo3/awesome-growth-hacking-skills

Awesome Agentic Growth & Marketing Skills

This repository acts as a curated directory of open-source AI agent skills designed to help you automate marketing and growth workflows. Instead of writing code from scratch, you can access ready-made tools for tasks like search engine optimization, email automation, and competitive research. It organizes these practical skills into clear categories, making it easy to find the right agent for jobs like drafting content or analyzing app store reviews. By linking to external resources, it keeps the collection current without requiring you to manage complex software updates. This approach lets you scale your go-to-market efforts efficiently using existing AI capabilities.

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

Turn AI into a Cyber Operator

claude-red transforms the Claude AI assistant into a context-aware red team operator by providing specialized skill files that prime the model with expert-level offensive security methodology. Instead of acting as a general chatbot, it adopts specific roles for tasks ranging from SQL injection testing to wireless network attacks. Each skill is a structured document that loads only when relevant, giving the AI deep knowledge of tools, edge cases, and escalation paths for hundreds of attack surfaces. This allows security professionals and researchers to use AI for authorized penetration testing, bug bounty triage, and structured vulnerability research.

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

UltraContext: AI Agent Context Sync

UltraContext is the open-source infrastructure that finally lets your AI agents share a live memory with each other. Usually, when you switch from one coding tool to another, your new assistant has zero clue what you were just working on. UltraContext fixes that by quietly watching your sessions and capturing everything in real time. It keeps a running history of your work, letting you jump back to a previous plan or see what a teammate is building right now. It is like having a shared brain for your entire team of bots.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ oliverz-dot/node-jepa

NodeJEPA Predicts Graph Secrets

Most graph learning tools either try to reconstruct raw data or force comparisons between different data views, which often leads to messy results. NodeJEPA takes a smarter path by predicting the hidden meaning of masked graph sections instead. It masks parts of a graph and asks the model to guess the underlying structure of those hidden parts based on the visible context. This approach skips the need for tricky data tricks or reconstruction steps. The result is a cleaner, more reliable way to understand complex networks. It is genuinely clever because it focuses on true prediction rather than simple copying.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ zzaiyan/core-uir

CoRE-UIR: Fix Remote Sensing Images

Fix blurry or weather-damaged satellite photos in one go with CoRE-UIR. This tool cleans up images ruined by fog, rain, dust, or motion blur without needing separate tools for each problem. It works by first guessing what kind of damage is in the picture, then using that clue to guide the repair process. Think of it like a smart mechanic who knows exactly which wrench to use before even looking under the hood. The system handles single issues or messy combinations of bad weather all at once. It keeps the main image structure intact while swapping out the damaged parts. This makes restoring high-resolution aerial photos much faster and simpler.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sisyphbaous-dt-project/open-qingyi

Fix a Broken AI's Reading Comprehension

Transform a standard language model into a lightning-fast linear variant without losing its brain. This project replaces heavy attention layers with a lighter KDA architecture, cutting memory needs significantly. But here is the real magic: when the conversion broke the model’s ability to read multiple-choice questions, the authors didn’t just give up. They spotted a weird glitch where the AI stubbornly picked answer A every time, ignoring the actual content. By running a clever diagnostic that shuffled the options, they proved the model was confused by the format, not the knowledge. A targeted training fix restored its reasoning, turning a broken model into one that actually understands context.

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

ReToken: One Token for Better Video Retrieval

Make your vision language models hunt down specific details in long videos without getting lost. ReToken adds just one special learned token to existing AI models so they can instantly spot exactly which video frames contain the answer you need. Think of it like giving the model a tiny memory pin that marks the exact moment where the action happens. Instead of scanning through hours of footage, the model uses this single token to retrieve the crucial scenes directly. The training is surprisingly cheap, requiring only one token and one projection layer on a standard GPU.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ 7hhhhh/harness-g

Harness-G: Structured Search for AI Agents

Harness-G is the graph-based search engine that finally stops AI agents from getting stuck in retrieval loops. Traditional search agents often waste time fetching nearly identical results, failing to learn from diverse evidence. Harness-G fixes this by replacing open-ended queries with a finite menu of structured actions on a paragraph and entity graph. Instead of guessing search terms, the AI navigates a map of connected facts, allowing it to compare options and trace how early choices lead to later successes. This structure-aware credit system ensures the agent learns which specific steps actually unlock the right answers.

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

Shotluma: Editable App Store Screenshots with AI

Shotluma is the browser-based canvas tool that builds fully editable iOS App Store screenshots using artificial intelligence. Instead of generating static images, its agent places real text, shapes, and device frames you can select and change later. It works entirely locally, so your projects stay in your browser without any accounts or servers. You simply describe your app, upload your raw images, and the AI designs a complete multi-screen story for you. You can then tweak any element by hand or ask the AI to fix just one screen while keeping everything else intact.

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

Resonant: Free Local AI Music Studio

Resonant is the free local AI music studio that lets you generate complete songs and mix professional tracks entirely on your Windows computer without sending data to the cloud. Instead of relying on expensive subscriptions, this tool gives you a full production environment where you can write lyrics, arrange instruments, and even play virtual keyboards to create music that stays safely on your own machine.

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

Controltile: The Texture Tiler That Finally Gets It Right

Controltile is the texture tiling tool that finally gives you real control over repeating patterns without the usual messy artifacts. It uses a clever diffusion model to stitch seamless, high-quality textures from just a single reference image, solving the headache of awkward seams and repeating lines that plague traditional methods. Instead of just copying pixels, it understands the underlying structure of materials like brick or wood, generating new variations that feel authentic and grounded. You can tweak the style and structure independently, which is a game changer for game artists and designers who need consistent assets.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ petergyang/human-review

Edit AI Files Visually with Human Review

Edit HTML and Markdown files directly in your browser and send your changes straight to an AI agent instead of typing out long, confusing instructions. You can click on any paragraph or image to leave comments just like in Google Docs, tweak basic formatting, or even drag and drop images to a new spot. The tool works right inside your favorite coding assistant, so you make visual tweaks in the browser and click one button to push every edit back to the agent for a quick refresh.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ unclebob/swarm-forge

SwarmForge

SwarmForge is the tmux-based orchestration system that turns multiple AI coding agents into a reliable team of professional engineers. Instead of a single AI struggling alone, this tool coordinates several specialized agents like coders, cleaners, and architects, each working in its own dedicated workspace to avoid stepping on each other. The magic lies in a simple file-based handoff system. When one agent finishes its task, it drops a small file into a shared folder, and a background helper automatically notifies the next agent to pick it up.

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

Unisic: The Screenshot Tool That Does Everything

Draw arrows and shapes on your screen before the picture even snaps, then polish the result with powerful editing tools like blur and smart erasers, all without leaving the app. Unisic handles the entire workflow for Linux users by letting you capture regions, record short clips, extract text through OCR, and upload files to custom servers with a single click. It works beautifully on modern Linux desktops while respecting your privacy by collecting absolutely no data or tracking. The interface stays clean and fast, offering a refreshing alternative to basic screenshot apps that just hand you a raw image and walk away.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ scroobius-pip/fudge-design-md

Fudge Design MD: Design Specs From Real Sites

Fudge Design MD is the design reference library that turns real website captures into detailed style guides. It solves the problem of reverse-engineering beautiful interfaces by automatically analyzing popular sites and extracting their actual color palettes, typography choices, spacing rules, and layout patterns. Instead of guessing how a site feels, this repository gives you plain text documentation that breaks down the visual language of hundreds of different projects. The most interesting part is how it translates those visual elements into practical guidance you can actually use, helping you understand why certain designs work so well.

πŸ†” @hackernewsgithubprojects