57 subscribers
7.3K videos
7.91K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ kirodotdev/kirocrew

Kiro Crew: The workspace that never forgets

Kiro Crew is the persistent workspace that never forgets a step. It acts as a memory for your development projects, storing task history and preferences so you never lose context when you log off. Instead of starting from scratch every time you return, Kiro Crew picks up exactly where you left off, learning from past mistakes to get smarter with each attempt. You can let it handle routine jobs unattended or chat with it through your favorite messaging apps. It runs locally on your own machine, keeping your data private while working hard in the background.

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

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

vPhone Workstation

Run a virtual iPhone right on your Mac without touching the command line. This native macOS app gives you a simple window to manage your research machines. You can browse existing setups, create new ones with a step-by-step guide, and boot the device with a single click. The coolest part is that the actual iPhone screen pops up in its own separate window, so you get a real Apple-like experience right on your desktop. It handles all the heavy lifting in the background, letting you focus on testing or experimenting with different iOS versions easily. Just install it and start exploring virtual Apple devices with zero hassle.

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

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

ReBA: Smarter Load Balancing for AI

ReBA is the smart load balancing technique that finally keeps vision and language tasks in perfect sync for large AI models. Standard AI models often struggle when switching between images and text, causing uneven workloads that slow everything down. ReBA fixes this by treating images and text as separate entities, ensuring that each part of the system gets a fair share of the work. It looks at how different types of data travel through the network and adjusts the routing so that no single part gets overwhelmed. This makes complex vision-language models faster and more efficient without needing extra hardware.

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

Turn Any 3D Mesh Into Editable Code

CADENA reverses engineering by turning a static 3D mesh into editable code. Instead of guessing the whole shape at once, it builds the model step by step, adding one operation like a cut or hole and checking the result against the original image. This stepwise approach ensures the final design is fully parametric and clean, solving the hard problem of reconstructing precise mechanical parts from rough scans. It effectively bridges the gap between visual data and functional engineering files for creators.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ xiaomi-research/spatio-lm

SpatioLM: Spatial Intelligence for Vision-Language Models

SpatioLM lets AI models truly understand physical space in images and videos. It takes existing vision-language models and adds a lightweight module that teaches them about depth and 3D structure without needing special hardware. By learning from a teacher model that understands geometry, SpatioLM helps the AI answer questions like which object is closer or how things are arranged in a room. It works on standard photos and video clips, offering both reasoning skills and precise depth perception. This makes complex spatial tasks much easier for your favorite AI assistants to handle.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ syhya/mlsys26-flashinfer-contest

How AI Agents Optimized CUDA Kernels for MLSys 2026

This is the MLSys 2026 FlashInfer Contest package that shows how AI coding agents can autonomously optimize complex computer chip instructions. It documents two winning approaches for generating high-speed graphics processing unit kernels. One method involves a human guiding the AI with specific skills, while the other lets an agent system work completely alone, planning and executing code without any human interference. The results are impressive, landing in the top three across multiple competition categories. You can see the exact step-by-step logs of how the AI solved these challenging coding tasks, offering a fascinating glimpse into the future of automated software engineering.

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

kkRepo: Your Self-Hosted Nexus Replacement

kkRepo lets you ditch the annoying limits of Sonatype Nexus by hosting every type of software package in one place. It supports Maven, npm, Python, Docker, Rust, Go, Helm, and many more, acting as a direct, compatible replacement for your existing setup. The real magic is the one-click migration tool that moves your users, permissions, and packages over without breaking a sweat, so your CI pipelines keep working exactly as they did before. It runs fast with low memory and handles large-scale storage via S3 or local files. If you are tired of component caps or slow upgrades, this is the clean, open-source fix you have been looking for.

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

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

CSNet Multi-Focus Image Fusion

CSNet is the machine learning tool that finally makes blurry photos sharp without guessing. It tackles multi-focus image fusion by intelligently picking the clearest parts of several shots and blending them into one crisp picture. Think of it as a digital camera that knows exactly which details are in focus, even when the lighting is tricky. The project lets developers run this process using standard Python and PyTorch, calculating key quality scores to prove the images look better. While some heavy calculations still rely on MATLAB, the core engine is ready to go.

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

Soppo: Go With Better Safety

Write Go code that catches nil errors and missing enum cases before they crash your app. Soppo is a language that translates your code into standard Go, but adds powerful safety features Go lacks. You get automatic nil safety checks that stop pointer crashes at compile time, and pattern matching that ensures you handle every possible outcome. It also brings clean error handling and immutable data structures to keep your logic predictable. Since it compiles directly to Go, you can still use any existing Go library without changing your workflow. It’s basically Go with the safety net you wish it had from the start.

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

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

Tycho: AI That Learns by Building World Models

Solve complex puzzles by building its own mental models of the game world. Tycho is an AI agent for the ARC AGI challenge that refuses to guess. Instead of just looking at pixels, it watches how things move, then writes a small Python script to describe exactly how the universe works. It tests this new understanding against what it sees, checking if its own invented rules hold true. When the model works, Tycho uses it to plan moves and solve problems it has never seen before.

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

drawio-mcp

Artificial intelligence models used to struggle with visual design, but this project changes that by letting language models actually build diagrams. Draw.io MCP Server connects your favorite AI assistants directly to the popular draw.io editor. Instead of just describing a flowchart or system architecture in text, the AI generates the actual diagram files for you. You can create interactive visuals right inside your chat or open them in the full editor for editing. It supports complex shapes from cloud providers and standard diagrams alike. This makes explaining technical concepts or documenting software much easier. Your diagrams stay local, keeping your data secure.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sandai-org/magi-2-preview

Magi-2 Preview: Video With Sound

Create ten-second videos complete with synchronized sound just by typing a description or uploading a single still image. Magi-2 Preview acts like a digital film studio that uses a massive neural network to dream up scenes while simultaneously composing the audio track you hear. It handles everything from text to video or image to video, stitching the picture and the noise into one polished clip. The real magic is that it generates the audio alongside the visuals, so you get a full sensory experience without needing separate tools. It is a clever step toward making content creation faster and more intuitive for everyone.

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

Channels SDK

CopilotKit Channels SDK turns any chat app into a conversation with buttons and charts. You write the logic once and it works in Slack, Teams, Discord, or Telegram. The agent shows native buttons, lets you click, and pauses for your approval before acting. Your code stays yours while they handle the platform connection. It is a simple way to bring AI into your daily chat without leaving your usual apps.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ ryanzhou/deepseek-v4-flash-mi300x

DeepSeek V4 Flash MI300X: The Patch That Runs In Production

DeepSeek V4 Flash MI300X is not a new software build but a precise collection of production patches that fix specific performance bottlenecks in the vLLM inference engine for AMD graphics cards. The repository contains only a readme and a folder of python files that act as direct replacements for internal components. These files are byte-for-byte identical to what actually runs in real servers today. The project solves the problem of getting large language models to run efficiently on specialized hardware without waiting for upstream updates. Instead of rewriting everything, the developer surgically tweaks specific mathematical operations and memory handling routines to squeeze out more speed.

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

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

Stop AI Agents From Messing Up: Faramesh-Core

Faramesh-core lets you write simple rules that stop AI agents from making risky moves. Instead of trusting the model to behave, a local daemon checks every single action first. You define who can do what, like blocking account cancellations or limiting email sends. It enforces these limits strictly without needing cloud services. You get a tamper-proof log of every decision, so you know exactly what the agent did and why. It works with most agent tools you already use. This gives you real control over automated workflows, ensuring safety and clear accountability from day one.

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

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

Weft: The AI Programming Language

Weft is the programming language that finally lets AI systems pause for human input without writing a single line of webhook code. Think of it as a way to build complex software where artificial intelligence, databases, and actual people are all just equal ingredients. Instead of struggling to manage state or poll for answers, you simply drop a human query node into your workflow. The program stops, sends a request to a user, and then wakes up exactly where it left off days later, ready to continue. It handles the waiting automatically, so you can focus on the logic rather than the plumbing.

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

DeskcommCRM: The AI-Powered Chat Sales Tool

DeskcommCRM lets you build and run your own sales robots that actually talk to customers on WhatsApp without you writing any code. It is a self-hosted system that turns your phone into a full customer service hub, handling leads, tracking conversations, and managing your sales pipeline all in one place. The real magic is in the built-in AI agents that can chat with buyers, answer questions from your knowledge base, and even draft proposals for you. You keep total control over your data while getting the power of automation that usually costs a fortune.

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

rilmazafone

rilmazafone is the visual designer that lets you paint your Mac installer instead of writing code. You know how annoying it is to manually arrange icons on a desktop so they look tidy when someone downloads your app? This tool fixes that. You simply drag your app icon and any other files onto a canvas, snap them exactly where you want them, and style the background with gradients or photos. It handles all the messy binary magic in the background to generate a perfectly laid out disk image file with a single click. No terminal commands, no guesswork. Just design it, build it, and ship it.

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

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

Find Phone Without Find My

It turns your Mac into a handheld signal detector for nearby Bluetooth gadgets when Apple’s Find My service is blocked. This project scans for devices by signal strength and lets you hunt for a specific one by name. You get a visual bar and optional audio clicks that speed up as you walk closer, letting you sweep a room by ear instead of staring at a screen. It works by reading Bluetooth data directly from the command line, which is handy when a device is managed by school or work policies that disable standard tracking tools.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ helloianneo/ian-xiaohei-illustrations

Turn Chinese Articles into Hand-drawn Illustrations with Ian Xiaohei

Ian Xiaohei Illustrations lets you turn dense Chinese articles into clean, hand-drawn visuals by using an AI agent that spots a single key ideaβ€”like a workflow, a metaphor, or a decision pointβ€”and builds a 16 by 9 illustration around it. Instead of generic clip art, it features a recurring character named Xiaohei, a deadpan black figure with dot eyes, doing the actual conceptual work. The style stays minimalist: pure white backgrounds, sketchy black lines, and sparse red, orange, or blue Chinese notes. You paste your text, and the tool outputs a shot list of images where Xiaohei explains the concept, not just decorates the margin.

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

πŸ†” @hackernewsgithubprojects