56 subscribers
7.27K videos
7.88K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ herenn/infralens

Infralens Kernel Network Map

InfraLens turns your messy infrastructure into a clear live map by tracing network traffic directly from the operating system kernel. You get a real-time visualization of exactly which services talk to each other without touching any code or adding heavy helper containers. It works on Linux servers and inside Kubernetes clusters, identifying everything from database connections to DNS queries with almost no performance impact. The tool even uses artificial intelligence to automatically explain what each service does just by clicking on it. It is the fastest way to understand your architecture without rewriting your code or waiting days for reports.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ faraz-portfolio/demo-2026-r3f-inspector

demo-2026-r3f-inspector

demo-2026-r3f-inspector is the interactive playground that turns the tricky parts of ThreeJS WebGPU development into a visual game. It lets you tweak geometry, lighting, and materials in real time using a familiar control panel instead of rewriting code every five seconds. The highlight is the built-in inspector that hooks directly into your React components, letting you adjust sliders and colors while the scene updates instantly. It feels like magic because you get immediate feedback on how those changes affect the rendering pipeline without restarting anything. This makes experimenting with new graphics features way less frustrating and way more fun.

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

Cloudflare OS

Cloudflare OS turns your company’s messy data into a secure, AI-powered workspace where every app runs in its own private sandbox, keeping your information safe while letting AI agents build tools on the fly. Instead of trusting a central server with your secrets, the system creates individual instances of software just for you, so a slide deck or a game never leaks data to the outside world. The coolest part is the Gatekeeper security layer, which lets AI agents plan their work in the background and then asks you to approve big moves like sending emails or updating databases all at once, rather than freezing up after every single step.

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

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

Optim Plans

Optim-plans is the human-in-the-loop planning plugin that finally stops coding assistants from rushing into the wrong implementation. Instead of letting an AI agent blindly write code, this tool acts as a dual-ring safety net. First, it forces a planning-and-refining loop to turn vague ideas into clear, human-reviewed markdown plans while asking clarifying questions. Once approved, the executing-and-validating ring safely tests, audits, and verifies the changes inside a secure git workspace before anything is integrated. It is an incredibly smart way to give systems like Claude and Codex the explicit execution gates and safety controls they need to build software reliably.

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

DingDuff Public: Free Legal Research for Lawyers

DingDuff Public gives lawyers instant access to millions of court opinions and statutes right inside the Claude chat they already use. Built by attorneys for attorneys, this project acts as a connector that lets you ask legal questions in plain English and receive answers backed by real, verifiable citations from federal and state sources. Instead of memorizing complex search commands, you simply describe what you need, and the tool pulls the exact texts of case law, rules, and PACER filings to help you build accurate research memos.

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

Attemory: AI Memory That Actually Remembers

Attemory is a retrieval engine that lets AI agents search their own long-term memory using attention, not just vector similarity. It indexes documents and code into reusable key-value state, then runs a local model to reason over that data and pull up the exact evidence needed. This approach cuts coding-agent token usage by nearly half while keeping search quality high. Instead of relying on compressed embeddings, Attemory lets the model read raw text directly, making it much better at finding specific details in huge context windows. It works locally on Linux and macOS, supporting CPU and GPU backends.

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

Hermes Brasil: AI Agent Skills in Portuguese

Hermes Brasil is the Brazilian community hub for Hermes Agent, offering Portuguese-language skills, guides, and integrations for the open-source AI agent by Nous Research. The repository features ready-to-use skills for tasks like B2B prospecting and kanban orchestration, alongside practical installation guides for production environments. It enables developers to easily expand their AI agent's capabilities with locally relevant resources and community-driven contributions.

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

RealReplicaBench: Test AI Agents on Real Business Tasks

See how your AI agents actually perform when thrown into realistic, messy business workflows. This tool builds safe, reproducible clones of popular online services like Gmail, Slack, and Alibaba, complete with authentic files and state changes. Instead of simple coding quizzes, it lets you run complex, long-horizon tasks like auditing supplier invoices, managing procurement lists, or triaging customer complaints. You get to watch an agent navigate these high-fidelity replicas and handle multi-step chores that mimic real work pressure. It is the perfect way to stress-test automation skills without risking actual company data or breaking live systems.

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

ComfyUI DyPE: Generate 4K Images Without Artifacts

ComfyUI DyPE lets your diffusion models generate crisp four thousand by four thousand images by dynamically adjusting positional settings during the creation process. Standard tools struggle with mega pixels, usually turning details into blurry messes or repeating patterns. This project fixes that by shifting the model focus from broad shapes early on to fine details later. It works as a simple plugin for popular AI tools and supports several major model types. You get high resolution without needing complex training. It is a practical way to push image quality further with minimal effort.

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

Delaunay32: Blazing Fast 2D Meshes

Delaunay32 lets you instantly connect thousands of scattered points into a perfect, triangle-filled mesh without any messy glitches. While most tools struggle with floating-point errors when dealing with massive datasets, this clever C++ library secretly converts your coordinates into exact integers to guarantee perfect results every single time. You can throw in simple whole numbers or direct decimal floats, and it handles the heavy lifting in parallel using all your computer’s cores. The result is a triangulation that is not only incredibly robust against weird edge cases but also over ten times faster than its closest competitors for large point sets.

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

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

Anima LoRA: Fast Model Training

Anima LoRA lets you train custom AI image models on your own graphics card in minutes, not days. This open-source toolkit is built specifically for the new Anima diffusion model, which uses a modern architecture that is both faster and sharper than older tools. The real magic here is how it handles speed. It uses smart compiler tricks to shrink the memory footprint so you can train high-resolution models even on consumer-grade hardware that usually chokes on this work. Instead of just throwing more power at the problem, it carefully optimizes every step of the training loop.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ pku-yuangroup/uniworld-view

UniWorld-View

UniWorld-View turns a simple video or single photo into realistic new camera angles without needing expensive equipment. Researchers from Peking University built this tool to solve a tricky problem: making a video look like it was filmed from a completely different spot. Instead of complex 3D modeling, the system uses advanced video generation to predict what the scene looks like from new viewpoints. You can even control exactly where the camera moves, allowing for precise adjustments. It ranks highly on industry leaderboards because it handles everyday objects and clear motion surprisingly well. This open-source code lets developers experiment with view synthesis directly on their own machines.

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

ReGround: AI That Double-Checks Its Eyes

Teaches vision models to catch their own mistakes. When a computer program tries to answer a hard question about a picture, it sometimes guesses wrong after too many steps. ReGround fixes this by letting the model pause and look again. If it gets unsure, it emits a special signal to re-examine the original image before giving a final answer. It is like having a second pair of eyes. The system trains itself to recognize when it needs a closer look and then re-runs the visual check automatically. You get better answers without changing the core model architecture. It just adds a smart self-diagnosis loop that actually works.

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

Submicron 3D Motion Control Platform

This open-source device achieves submicron precision by combining three stepper motors with a unique magnetic gearing trick that boosts cheap encoder resolution thirtyfold. You build it from printed parts, magnets, and a Raspberry Pi Pico, then control it simply by sending standard G-Code commands over a serial connection. The clever design uses ball joints for smooth movement and includes everything you need from circuit board files to a Python interface for programming. It is genuinely fascinating because it offers lab-grade accuracy for tasks like microscopy or electronics probing without costing a fortune. Grab the files, build your own micro-manipulator, and move things with terrifying precision.

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

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

doc7

You can now transform any complex PDF or messy screenshot into clean, AI-ready Markdown using your own local vision model, with absolutely zero document parsing fees. A clever tool called doc7 bypasses traditional, rigid OCR engines entirely. Instead, it takes your document, renders the pages, and feeds them directly to a local model running in Ollama or LM Studio to reconstruct everything. It can perfectly recover complex mathematical formulas, diagram relationships, and even visual chart data from flat images. It is incredibly easy to run right from your terminal, keeping all your sensitive data completely private. Download doc7 today and unlock the power of local document understanding.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ worldbench/awesome-agentic-world-model

Awesome Agentic World Model: A Map for Smarter AI

Explore how artificial intelligence learns to predict the future by checking out this curated collection of research on agentic world modeling. It maps out the shift from passive simulations to interactive environments where AI agents can test plans, learn from mistakes, and improve continuously without risking real-world damage. Think of it as a cheat code for training smarter robots and software assistants by letting them practice in safe, virtual simulations. It organizes dozens of papers into a clear guide, showing how machines can imagine consequences before acting.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ kenton-gmi/sakura-crossing

Sakura Crossing: Anime World From Code

Walk through a fully 3D Japanese neighborhood that looks exactly like a hand-painted anime background, all created without a single image file. This project uses clever rendering tricks to turn depth data into crisp ink lines and flat, colorful shading, making a real-time world feel like a studio production. You can explore streets, shrines, and a railway loop on a tiny planet, even hopping onto an electric bike to ride around. It is a stunning example of how code can mimic art.

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

FutureBridge-OPD: Teaching AI to Look Before It Leaps

FutureBridge-OPD solves a nagging problem in AI learning where small mistakes snowball into big failures. Instead of just copying a teacher’s final answer, this tool makes the student look ahead. It spots a confusing moment in a task, tries a different path suggested by the teacher, and then checks if that new path actually works better. If it does, the student keeps it. This simple validation step keeps the learner on track and prevents it from drifting into wrong territory. It is a clever way to make self-learning models much more reliable without needing endless trial and error.

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

NISPO: Turn Molecules into Names

Nispo turns molecular blueprints into perfectly formatted chemical names that always reverse back to the original structure. Instead of guessing how to name complex compounds, you just feed it a simple string representation and get back a valid IUPAC name every time. This tool solves the headache of chemical nomenclature by using an AI-generated codebase that obsessively tests every output against a verification engine to ensure a perfect round trip. It is genuinely cool because it handles massive datasets with nearly perfect accuracy, turning a tedious manual task into a reliable automated process.

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

Speakrs: Rust Speaker Diarization

On a Mac laptop, this project called speakrs listens to a recording and tells you exactly who is speaking, running nearly five hundred times faster than standard tools without losing accuracy. It is a complete Rust library that breaks down audio into individual voices, identifying when each person talks and who they are. Instead of relying on slow Python scripts, it uses your computer’s native hardware to process sound instantly. This means developers and creators can add professional speech-to-text features to their apps without the usual speed bumps or heavy setup. It turns complex audio analysis into a simple, fast task anyone can use.

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

πŸ†” @hackernewsgithubprojects