57 subscribers
7.29K videos
7.9K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
📦 alexeygrigorev/ai-engineering-field-guide

ai-engineering-field-guide

Seven out of ten generative AI projects never actually make it past the pilot phase. To bridge this gap, the ai-engineering-field-guide provides a data-driven resource built entirely on real-world hiring and engineering data. Instead of relying on generic advice, this repository analyzes nearly five thousand actual job descriptions and over one hundred real interview experiences. It maps out exact learning paths for transitions from backend or data roles, lists real take-home assignments, and catalogs system design case studies from major tech companies. It is an incredibly practical blueprint for anyone trying to understand what modern companies actually look for when hiring.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 0xk3vin/megamemory

MegaMemory

MegaMemory is the persistent knowledge graph tool that finally gives your AI coding agents a reliable long-term memory across development sessions. Instead of wasting time parsing raw code or generating noisy structural trees, this clever system lets your AI agent act as the indexer, writing down key architectural concepts, patterns, and design decisions in plain language. It runs a local SQLite database and generates in-process embeddings entirely on your machine without needing external API keys. Your agent simply queries its own memory to orient itself instantly, and can even merge conflicting memories when switching branches. You can even spin up a local web explorer to visually inspect your project's concept...

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 korroai/mue-x

Mue-x

Mue-x is the self-evolving AI assistant that actually rewrites its own source code in real-time as you watch. Instead of just running prompts, this autonomous assistant constantly reads its own Python files, generates and validates code mutations, and applies them directly to its own system. It even scans GitHub to clone relevant projects, autonomously absorbing new patterns and skills based on what you are talking about. With built-in safeguards to prevent errors and roll back bad code, it is a fascinating look at truly self-modifying software. It is a wild experiment showing how programs might write themselves in the future.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 sneg55/pingcrm

PingCRM

Keep your personal and professional relationships from going cold by automatically pulling all your interactions into one private, self-hosted dashboard. This clever tool syncs with your Gmail, Telegram, Twitter, and WhatsApp, merging the same person across different networks into a single, unified timeline. It calculates a simple score to warn you when someone is sliding out of touch and even drafts personalized follow-up messages using AI so you know exactly what to say next. It is the perfect, private way to stay thoughtful without the manual tracking headache, leaving you with a perfectly organized digital Rolodex that practically runs itself.

📰 https://news.ycombinator.com/item?id=47423835

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 initializ/forge

Forge

Deploy portable, hardened AI agents right on your own infrastructure with Forge. This open-source runtime lets you run self-contained agents with custom skills next to your existing services, whether you are running on Kubernetes, on-premise, or even in air-gapped environments. What makes it incredibly interesting is how it secures these agents by default, using outbound-only connections, strict network controls, and detailed audit logging to keep everything safe. You can define specific agent skills in a simple markdown file, and the system compiles them into secure containers. It is the perfect, straightforward way to run reliable local agents without relying on third-party cloud connections.

📰 https://news.ycombinator.com/item?id=47323134

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 aws-samples/sample-geospatial-agent-on-aws

sample-geospatial-agent-on-aws

sample-geospatial-agent-on-aws is the AI assistant that turns simple English questions into fully rendered satellite map analysis. Instead of wrestling with complex satellite data portals, you just ask it to show things like vegetation health in Central Park or wildfire damage in Los Angeles. The app instantly grabs real Sentinel-two satellite imagery, calculates environmental indexes behind the scenes, and plots the results on an interactive map. It makes heavy-duty earth observation data feel as simple as sending a chat message. If you want to build an intelligent map interface that actually understands natural language, this is the perfect blueprint to explore.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 egocs-400k/dataset

Dataset

Dataset is the gaming repository that finally bridges first-person gameplay video with precise controller inputs. It packs over ten thousand hours of Counter-Strike footage, but instead of just raw video, it aligns every single frame with per-tick keyboard and mouse movements, player health, and in-game actions. Using smart math, it clips the footage into perfect, model-ready moments without cutting off a crucial reload or jump mid-action. It is the ultimate playground for training AI to actually understand and play games like a human. Check it out to see how raw gameplay becomes structured data.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 arcboxlabs/arcbox

arcbox

You can now run full, isolated Linux microVMs on macOS with a boot time under two hundred milliseconds. A brand new open-source container runtime called arcbox is built entirely from scratch in Rust to replace closed-source virtualization tools on Apple Silicon. Instead of relying on bloated virtual machines, it uses a custom hypervisor backend to spin up lightweight sandboxes for running AI agents, untrusted code, or local testing. It even exposes a docker-compatible socket, meaning your existing compose files and tools just work. It is a incredibly fast, local-first playground that lets you build secure sandboxes on your own machine.

📰 https://news.ycombinator.com/item?id=48980217

🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 rasinmuhammed/misata

Misata Synthetic Data Engine

Misata is the open-source synthetic data engine that finally lets you declare your exact analytical outcomes instead of trying to mimic real databases. While other tools struggle to copy existing datasets, Misata lets you write down the exact answers you want, like aiming for a specific revenue curve or a precise three-percent fraud rate, and then mathematically builds individual rows from scratch to match that target to the penny. It uses clever closed-form math instead of heavy machine learning models, ensuring you get perfect relational integrity across your tables with zero data leaks. You can run it directly from a single plain-English sentence, connect it to your database, or use...

🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 gakonst/nanocodex

Nanocodex

Nanocodex is the embeddable Rust library that finally brings fast, stateful AI coding agents directly into your local process without the bloat of an application server. Instead of dealing with massive, slow runtimes, this clever SDK connects straight to OpenAI's real-time WebSockets to run a persistent coding loop. You get lightning-fast workspace edits, file patching, and shell execution that run up to four times faster by resuming directly from memory checkpoints rather than re-sending your entire history. It is brilliant for building custom command-line tools or embedding smart agents into your own apps. Check it out and build faster.

📰 https://news.ycombinator.com/item?id=48970300

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 timskap/box3d-unity

Box3D Unity

Erin Catto, the creator of the legendary Box2D engine, has developed a new high-performance 3D physics engine, and it now integrates directly with Unity. Called box3d-unity, this project bridges a portable C17 physical simulation backend into a familiar component workflow. Instead of writing custom bindings, you get ready-to-use rigid bodies, colliders, joints, and continuous collision detection backed by the native library via P/Invoke. It is incredibly useful because you get high-speed, cross-platform performance without having to manage complex native compilation. Drop the package into your project, add a physics world component to your scene, and your game objects are ready to roll.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 dondai1234/master-fetch

Master Fetch

Master-fetch is the model context protocol server that finally gives your local AI agent complete, unrestricted access to the web without requiring any subscriptions or API keys. Instead of getting blocked by paywalls or complex bot detection, this clever tool runs directly on your machine to let your agent search, crawl, and fetch live web pages. It seamlessly combines ten parallel search engines with a smart local browser that bypasses typical web blocks, and it can even run character recognition on scanned documents. It gives your AI helper a powerful, self-hosted set of eyes for deep online research at zero cost.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 frank-zy-dou/dynamics-modeling

dynamics-modeling

The dynamics-modeling project is the robotics framework that finally brings accurate force perception to low-cost robot arms without expensive physical sensors. By training a smart transformer model through a differentiable simulator, it maps basic motor signals, like positions and currents, directly to real-world force estimates. It essentially turns cheap servos into virtual force sensors, allowing a budget arm to accurately feel when it is picking up payloads or hitting an obstacle. This award-winning MIT research makes complex force-aware robot control accessible to everyday developers. Grab the open-source code and pre-trained models to upgrade your hardware with instant physical awareness.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 matlab/terminal-in-matlab

Terminal in MATLAB

Run a fully interactive system terminal directly inside your MATLAB desktop without ever having to switch windows again. This clever tool lets you spin up a docked command line right alongside your active workspace or even embed it as a panel inside your Simulink editor. It means you can run your git commands, manage docker containers, or run custom command-line tools while keeping your eyes on your code. You can easily customize the look with built-in color themes to match your mood, choose your favorite shell, and keep your entire development workflow beautifully organized in one place.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 arjun988/blender-skills

blender-skills

The specialized toolkit that injects professional 3D-art knowledge straight into your favorite AI coding assistant, blender-skills gives AI agents the context they need to act like seasoned game artists. By feeding structured reference files into tools like Cursor or Claude, it prevents AI from hallucinating weird workflows and instead guides it to build optimized 3D pipelines. This means your assistant can write precise Python scripts to automate complex rigging, handle game engine exports, or generate stylized shaders without messing up. It is the ultimate bridge for developers who want to control Blender using AI without needing a degree in 3D modeling.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 gazprash/2d-to-3d-voxelizer

2d-to-3d-voxelizer

You can now turn flat, two-dimensional pixel art into textured 3D voxel models with a single click, skipping complex AI models entirely. A clever tool named 2d-to-3d-voxelizer takes your flat sprites, or even multi-sided sprite sheets, and uses pure math algorithms to extrude them into 3D objects while keeping your original art style perfectly intact. It features different generation modes, like a quad-view that builds a full three-sixty object from a horizontal sheet, and you can export the final result as a standard 3D file for Blender or your favorite game engine. Grab a sprite sheet and start breathing life into your flat designs.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 yaoliliu/freefuse

FreeFuse

FreeFuse is the training-free framework that finally lets you blend multiple subject LoRAs in image generators without ugly feature conflicts. Normally, when you try to combine different customized characters or styles into a single scene, their features bleed together and ruin the image. Instead of retraining models or forcing you to draw complex spatial masks, this tool automatically handles everything at the token level during generation. It analyzes the model's inner focus to map out where each subject belongs, then cleanly locks each LoRA to its designated area. It is a brilliant way to create rich, multi-subject scenes using your favorite base models.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 1catai/1cat-vllm

1cat-vllm

Older enterprise graphics cards do not have to gather dust in the corner while newer hardware gets all the attention. The 1cat-vllm project optimizes the popular vLLM engine specifically for the older Tesla V100 graphics card, breathing new life into these classic processors. By adapting modern model structures and introducing custom memory techniques, this framework allows developers to run massive, state-of-the-art language models with deep context windows on older hardware setups. It solves the massive compatibility gap that usually locks older chips out of modern AI workflows. If you have some older hardware lying around, this is your ticket back into the game.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 rebel-root/omni-browser

Omni Browser

Take full control of your mobile web experience with a privacy-focused Android browser that lets you run real desktop-grade extensions. Built on the same powerful engine as Firefox, omni-browser brings a suite of built-in tools directly to your phone, including a smart media grabber that sniffs out video streams and a private encrypted locker to keep your files secure. What makes it incredibly cool is that it lets you run powerful extensions like uBlock Origin and custom script overrides to bypass website copy restrictions or block annoying search assistant summaries. It is the ultimate toolkit for anyone wanting a faster, cleaner, and deeply customizable mobile web.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 ekwek1/soprano

Soprano Ultra Fast Text to Speech

An ultra-lightweight text-to-speech model can run up to two thousand times faster than real-time on a standard graphics card while using less than one gigabyte of memory. Soprano is a compact, eighty-million parameter voice synthesis system designed to run entirely on your own local hardware. It solves the massive resource drain of typical AI voice generators, bringing high-fidelity, thirty-two kilohertz audio generation to standard consumer computers and even laptops without needing giant cloud servers. You can stream speech with under fifteen milliseconds of latency or spin up a local interface instantly. It is a fantastic tool for developers wanting fast, local speech generation without the heavy hardware tax.

🆔 @hackernewsgithubprojects