56 subscribers
7.27K videos
7.88K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ unitshopkeeper56/cinema-4d-flow

Cinema 4D Flow: The Silent Powerhouse

Cinema 4D Flow is the Windows toolkit that handles heavy architectural 3D work without slowing down your machine. It solves the common problem where professional rendering software feels bloated and sluggish, offering a streamlined experience that stays out of your way. The standout feature is its high-performance engine, which is optimized to chew through complex scenes and massive assemblies while keeping resource usage light. This means you can focus on your design details instead of watching a progress bar. It supports all the major industry file formats, so it slots right into your existing workflow without forcing you to change habits.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ cosmicstack-labs/mercury-agent-skills

Mercury Agent Skills: The Missing Manual for Your AI

Mercury Agent Skills is a collection of over a hundred hand-written playbooks that teach AI agents how to do real developer work. Each skill is a simple, plain-text file that slots directly into your coding assistant, giving it expert-level context on tasks like debugging, security checks, or frontend design without needing custom code. This solves the problem of generic AI responses by providing specific, tested instructions that keep your agent focused and efficient. It is essentially a shared library of professional best practices that any team can use to make their AI tools more reliable and useful for daily coding tasks.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ disler/inkwell-agent-sandboxes-and-software-factory

Inkwell: The Self-Running Software Factory

Inkwell is a minimalist blog app that acts as a test payload for a much wilder idea: a software factory that builds code without you touching the keyboard. The system spins up a disposable virtual machine in about ten seconds, installs the app and a set of AI agents inside it, and lets them plan, build, test, and review the code in isolation. The key twist is that the agents live inside the sandbox, not outside it, so they can't mess up your real environment or steal your main credentials. You just mount the box, give it a task, and watch the trace stream back to your machine.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ url-kaist/multi-mapcher

Multi-Mapcher: Mapping Without Loop Closures

Multi-Mapcher is the mapping tool that aligns different LiDAR sensors without needing to find loop closures. For autonomous vehicles, building a single map from multiple sensors usually requires detecting when the robot returns to a previous spot, a process that is often unstable. This project solves that by using a method that tolerates errors in the alignment. It allows you to merge maps from different sensors, like a standard radar and a long-range lidar, into one accurate picture of the environment. By removing the need for that difficult detection step, it makes the mapping process more reliable.

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

Camsnap: The Command Line Camera Remote

Camsnap lets you turn your terminal into a remote control for your security cameras. Instead of digging through a messy web portal, you type a simple command to grab a still photo or record a short video clip from any connected device. It’s built for people who live in the command line, making it easy to script your own automations. The coolest part is the motion watch feature. You can tell the tool to keep an eye on a specific camera and automatically trigger any shell command you want whenever it detects movement.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ x-glacier/kali-pentest

The AI Hacker That Needs Your Permission

An AI agent just learned to plan a full-scale network intrusion on its own. Kali Pentest is a skill pack that teaches coding assistants like Claude Code how to act like a professional security tester, giving them a brain with over two hundred specialized tools and fifteen detailed playbooks. Instead of just guessing, the agent maps out a strategy, picks the right tools for the job, and adapts as it goes. The coolest part is that it pauses to ask you for approval before doing anything risky.

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

DreamZero: The Robot That Predicts the Future

DreamZero makes robots act like they can see the future, letting them perform complex tasks without ever seeing them before. It’s a world action model that simultaneously predicts what the video will look like and what moves the robot should make, essentially dreaming out the next step in real time. This is huge because it solves the massive data problem in robotics; instead of needing thousands of hours of practice for every new task, this system generalizes instantly to unseen challenges. It even topped major leaderboards by learning entirely from standard datasets, proving that predicting the visual world is the key to smart, flexible robot behavior.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ inevolin/k8s-cpu-limits-analyzed

K8s CPU Limits: The Hidden Performance Killer

This analysis proves that setting CPU limits in Kubernetes is silently destroying your application performance. While most developers treat limits as safe headroom, this repository demonstrates that they actually cause severe throttling, making apps up to four times slower without raising any red flags on standard dashboards. The project provides a clear, evidence-based guide explaining why removing these limits while keeping CPU requests is the only way to fix unexpected slowness and hidden memory issues. The core takeaway is simple: stop setting CPU limits to avoid artificial bottlenecks, and instead rely on requests to guarantee your share of the processor.

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

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

EVA: Cloud AI Coding Agents That Work While You Sleep

EVA is the cloud agent orchestrator that lets AI coding assistants work on your code while you focus on your day job. It spins up safe, isolated cloud environments where AI agents can run long tasks, browse live previews, and write code without touching your local machine. You simply point it at a GitHub repo, drop in a task, and watch it go. When it’s done, you get a clean pull request with diffs to reviewβ€”no local setup, no babysitting, just shipped work.

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

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

PAC-MAN: Humanoid Dodgeball Safety

A humanoid robot just dodged a thrown ball nineteen times out of twenty without falling, using only a simple depth camera on its head. This is PAC-MAN, a research project from Caltech that teaches a Unitree G1 robot to avoid physical harm. Instead of just learning to move, the robot is trained with strict safety rules that act like invisible barriers. It watches a small, sparse image of the ball approaching and instantly decides whether to duck, step left, or step right. The coolest part is that it works on the real robot right away, no extra tuning needed.

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

Ask: The Terminal AI That Keeps Its Hands Off

Ask is the terminal command that hands you the answer without taking control of your files. Most coding tools edit your code behind the scenes, but Ask runs in read-only mode, forcing you to type the commands yourself. You ask a question, get a quick reply, and your shell stays right where you left it. It supports major AI agents like Codex and Claude, saving every session so you can pick up right where you left off. This is the perfect way to learn from an AI without worrying about it accidentally breaking your project. Stop letting bots code for you and start understanding the tools in your own terminal.

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

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

Codegraff: The Operating System for AI Agents

Codegraff runs AI agents like a full operating system, not just a chatbot. Built in Zig for speed, it handles the heavy lifting of memory management, tool execution, and sub-agent orchestration so your AI can actually do work, not just talk about it. The standout feature is its evolution loop, which allows the system to learn from past performance and improve its own coding strategies over time. This turns a static model into a persistent, self-improving worker that can manage complex tasks, debug errors, and verify results. It is a serious look at how AI infrastructure needs to evolve to support real autonomy.

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

MCX: The Bridge That Lets AI Edit Your Local Code

MCX is the local gateway that finally lets AI assistants safely touch your actual code. Instead of just chatting, this tool gives models like ChatGPT and Claude direct, structured access to your project files, terminals, and build tasks right from your machine. It solves the messy problem of bridging cloud-based AI with your private, local environment by providing a single, secure interface. You get full visibility into code changes and can approve or deny specific actions before they happen. It turns your local setup into a smart, interactive workspace. If you want your AI to genuinely help you code without guessing, this is how you make it work.

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

PriorEye: Teaching Cars to See Around Corners

PriorEye gives self-driving cars a photographic memory of the road ahead. It feeds the system past street views from the same location, captured on different days, so the car can anticipate obstacles before they appear in the live camera feed. In one test, the car slowed down for a crosswalk it couldn't see yet, simply because it had seen it before. This adds a layer of foresight that helps the vehicle drive safer and more calmly, even when the current view is blocked by shadows or weather. It turns driving software from a reactive system into something more like an experienced human driver who knows the neighborhood.

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

Invoice Builder: Your Offline Invoice Maker

Invoice Builder runs entirely on your computer, storing every client, item, and draft inside a local database file that never leaves your machine. This Electron-based desktop app solves the privacy and speed problems of online tools by giving freelancers full control over their financial data. You can create detailed invoices and quotes, then export them as polished PDFs or structured XML files to meet specific digital requirements. Because everything happens locally, there are no servers to manage and no monthly fees to worry about. It is a private, reliable way to handle billing without ever uploading a single byte to the cloud.

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

Your AI Assistant Just Learned to Debug Code

The x64dbg-mcp-server is the bridge that lets your AI assistant take the wheel of professional reverse engineering. It turns your desktop debugger into a smart, controllable endpoint where an AI can step through code, read memory, and set breakpoints without you touching a single key. Built from scratch in Zig, it runs as a single file with zero external dependencies, so it stays fast and clean. The coolest part is how it works: the AI doesn't just watch the code; it actively drives the debugging session to figure out how a program behaves in real time.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ bbaudio-2025/comfyui-mmh3-ultimateupscale

MMH3 Ultimate Upscale Fixes GPU Memory Issues

MMH3 Ultimate Upscale is the ComfyUI node that lets you enhance long, high-resolution MiniMax H3 videos without blowing up your graphics card memory. This tool solves a major problem for AI video creators: standard upscaling tools simply cannot handle the massive size of long clips or the unique way this specific video model stores audio and picture together. By breaking your video into small time slices and spatial tiles, this node processes them one piece at a time. This keeps your memory usage low enough to run on smaller hardware.

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

CozyClay: Directing Video with AI

CozyClay lets an AI assistant move your camera and pose your characters just by typing plain text into a chat box. This open source studio runs entirely in your browser, giving you a full 3D stage to block scenes and plan shots without installing heavy software. The real surprise is the connection it makes between text and motion. You can ask for a low wide profile shot, and the virtual camera instantly flies into position. You can even describe a character sprinting and tripping, and the tool generates the physical animation for you.

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

SkillEvaluator: Testing AI Skills

SkillEvaluator by NVIDIA acts as a quality control station for the instruction files that give AI agents their abilities. The most surprising part is that it doesn't just check if those instructions are written correctly, but actually runs the agent in a sandbox to see if the new skill genuinely improves its performance. Think of it like a software update that only ships after proving it works, rather than just hoping it does. It catches security risks, finds redundant instructions, and measures real behavior changes before you deploy them.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ b-nnett/grok-bot-0.18-reconstructed

Grok Bot 0.18 Reconstructed: The AI Switchboard

Take a popular AI desktop app and swap its fixed backend for a flexible switchboard that connects to your existing Cursor, Claude, or OpenRouter sessions. Grok Bot 0.18 Reconstructed is a hacker’s reverse-engineered take on the official macOS application, turning a black box into a transparent, modifiable tool. The project’s standout feature is a local inference router that lets you redirect your AI chats to any compatible provider without losing the original app’s polished interface or plugin support. It also allows you to run the code execution sandbox entirely on your own machine using Docker, cutting out the cloud.

πŸ†” @hackernewsgithubprojects