56 subscribers
7.27K videos
7.88K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
📦 7-e1even/learn-agent

learn-agent

learn-agent is the AI development guide that finally shows you how to make autonomous software reliable instead of just functional. Created during the development of a real desktop agent, this project breaks down the exact internal mechanics of coding tools like Claude Code and simplifies them into zero-dependency, single-file Node programs you can run instantly. Instead of guessing from theory, it tackles the messy, real-world edge cases like handling budget overflows, recovering from sudden user interruptions, and keeping the model from running dangerous terminal commands. It is a masterclass in building AI systems that actually survive the real world.

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

OptMem

Give your artificial intelligence agents a permanent memory that outlives any session, model update, or vendor change. OptMem is a simple, lightweight tool that lets coding assistants and autonomous agents build a structured history of their work without cluttering their prompt window. By adding a short instruction block to your agent's system files, it learns to log key decisions and search past notes using a tiny Python script. Instead of drowning in thousands of old chat tokens, the agent summarizes its memory into a clean binary tree, allowing it to recall critical facts instantly while keeping operating costs low.

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

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

Reame

Run useful language models on cheap, free-tier ARM servers instead of renting expensive graphics cards. Reame is a lightweight inference server built specifically for the CPUs you already own, designed around the idea that a processor should never compute the same thing twice. By combining an on-disk prompt cache that survives restarts with smart speculative decoding, it slashes response times on repetitive tasks. In real-world testing, simply reformatting a document into a clean fact sheet let a tiny model run six times faster and achieve a perfect accuracy score. It is the perfect setup for private, budget-friendly artificial intelligence features.

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

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

omk

omk is the provider-neutral control plane that finally brings reliable order to AI coding assistants. Instead of letting AI models run wild with no accountability, this tool acts as a structured coordinator. It takes your goals and maps them into safe, parallel lanes so multiple tasks can run at once without conflicts. Best of all, it features evidence gates that block completions until your changes actually pass real verification. You can easily swap between models like OpenAI and Anthropic without changing your workflow. It is the ultimate way to keep your AI developers honest, organized, and reliable.

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

Lexicon

Lexicon is the distraction-free desktop editor that finally acts as a completely offline, private alternative to cloud writing assistants like Grammarly. Running entirely on your Windows or Mac computer without sending a single byte of your text to the cloud, it gives you a clean workspace for rich text, markdown, and LaTeX formulas. It bundles its own local grammar checker to catch typos and punctuation issues instantly, alongside an optional local AI assistant that helps you rewrite sentences, change your writing tone, or summarize long drafts. Because everything runs on your own hardware, you get full privacy, no subscription fees, and an outstanding writing environment that works perfectly even when...

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

SelfHostList

Discover awesome, independent software you can run right on your own home hardware. selfhostlist is a curated directory designed to help you break free from big cloud subscriptions by finding open source alternatives you control completely. It indexes dozens of self-hosted applications and services, featuring an easy search bar and tag filtering to help you pin down exactly what you need. Whether you want to host your own media server, a private cloud, or personal productivity tools, this list makes finding the right software simple. Check out the project to start hosting your own digital life today.

🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 blakeem/navidrome-mcp

Navidrome MCP

Control your personal music server using nothing but natural language. By connecting to your existing Navidrome library, this clever tool lets you chat with your music database to build smart playlists, discover missing albums, and fetch synced lyrics on the fly. The absolute best part is the local audio playback through mpv, which turns your computer into a hands-free music player. You can just ask to queue up a mix of your favorite nineties rock songs, and it instantly plays straight through your speakers, syncing everything back to your server. It is a brilliant way to bring a classic self-hosted music setup into the modern era.

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

Justif

Justif is the JavaScript library that brings beautiful, publication-grade text justification directly to the web. Instead of the browser's standard line-by-line justification, which often leaves awkward gaps and uneven spacing, this library uses a sophisticated paragraph-wide algorithm to evaluate layout as a whole. It introduces polished typography features like hanging punctuation that extends into the margins, automatic hyphenation across multiple languages, and subtle adjustments to variable font widths to create incredibly clean, balanced text blocks. It works as a progressive enhancement, leaving unsupported browsers or styles completely untouched while upgrading compatible text into gorgeous, print-quality prose.

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

Ant Browser

Ant-browser is the desktop tool that finally makes multi-account isolation and proxy management incredibly simple. It lets you run multiple, completely separate browser instances on a single machine, each bound to its own dedicated proxy connection. This setup is a lifesaver for running social media accounts, managing e-commerce stores, or testing local setups without any risk of cross-contamination or account linking. You can easily organize your custom proxies, automate tasks with custom scripts, and manage your browser extensions all from a neat, local interface. It is the ultimate tool for keeping your online identities genuinely separated and secure.

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

Zhijian Skills

Install thirteen focused artificial intelligence agent skills from a single trusted source. This project acts as a unified hub and governance toolkit for managing digital assistants, letting you load exactly what you need with a quick command. Instead of juggling scattered tools, you get a clean portfolio containing specialized skills for tasks like diagnosing workspace drift, converting markdown into polished WeChat posts, and routing background tasks to specific reasoning models. Every skill is self-contained and independently verified, meaning you get complete installation packages with all the supporting scripts and references included. It is the perfect repository for keeping your local digital agents organized and fully optimized.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 csy2077/data-forcing-distillation

Data-Forcing Distillation

Speed up generative video models to run in just a few steps without losing the stunning detail and variety of the original data. When developers compress massive AI video generators so they run faster, the models often suffer from a type of tunnel vision, producing repetitive, overly saturated, and bland clips. Data-forcing distillation fixes this with a brilliant twist by stochastically feeding real, high-quality videos into the training process as reference points. This gentle correction pulls the fast model back toward real-world diversity and rich details using only a single line of code. Check out the repository to experiment with these highly efficient text-to-video and image-to-video pipelines.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 xyz-ai-lab/axisagentic

AxisAgentic

AI models forget their own history during long tasks, but axisagentic fixes this by recording every single step in an append-only trace. Created by the team at the XYZ AI Lab, this smart Python framework acts as a runtime for long-running AI agents. It handles context budgeting, automatic rollbacks, and self-verification so your agents do not wander off course. Best of all, it translates these live runs into clean training data, stripping out mistakes and dead ends so you can fine-tune smarter models. It is the perfect bridge between letting an AI execute complex tasks and teaching it how to do them better.

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

Undo

Bring the safety net of ctrl-z directly to your command line. We have all accidentally run a destructive delete or overwritten a file we desperately needed, usually with no way back. This clever tool hooks into your shell to watch destructive system actions in the background. When you run a command, it silently creates instant hardlinks to protect your files before they are modified. If you make a mistake, you just type undo on a new line, and it seamlessly rolls back those exact changes without touching the rest of your system. It is the perfect safety net for every developer.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 zokuzoku/cat-gatekeeper

Cat Gatekeeper

A clever browser extension called Cat Gatekeeper locks you out of distracting websites by forcing you to watch adorable cat videos. Instead of just blocking your favorite social media feeds with a boring error page, this tool tracks your browsing time and interrupts you with a mandatory cat break screen when you have scrolled for too long. It turns the annoying habit of doomscrolling into a gentle, positive reminder to step away from the screen. By replacing frustration with a quick dose of cute animals, it helps you build healthier digital habits without feeling like a punishment.

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

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

Codex Skills

Codex Skills is the helper library that lets artificial intelligence break complex jobs into smaller tasks for specialized digital assistants. Instead of trying to tackle a massive project all at once, this system allows a main AI coordinator to handle simple tasks directly while delegating heavier work to focused sub-agents. It runs parallel scouts with low reasoning effort to gather information, assigns routine work to medium-effort agents, and saves high-effort processing for the toughest problems. By keeping these assistants from getting in each other's way, it helps you get cleaner, more organized results without overwhelming a single system.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 nevamind-ai/memu

memu

Give your coding assistants a permanent memory that actually transfers across different apps, sessions, and devices. This clever tool runs quietly in the background, reading your chat transcripts and automatically turning your past coding triumphs into a neat markdown wiki of reusable skills. The next time you start a new session or switch from Claude Code to Cursor, your assistant pulls in that exact knowledge so you never have to explain the same bug or workflow twice. It is basically a shared brain for all your developer tools. Check it out to build your own personal developer memory database.

🆔 @hackernewsgithubprojects
Media is too big
VIEW IN TELEGRAM
📦 dadwritestech/llamaforge

LlamaForge

You can now control over two hundred local AI model parameters through a single web browser dashboard instead of typing long terminal commands by hand. LlamaForge is a clean graphical control panel for llama dot cpp and vLLM that runs right on your computer. It reads GGUF metadata directly from your files, lets you fine-tune settings per model, and guides you through building and updating the engine for your specific hardware. The smartest part is its model discovery tool, which rates HuggingFace downloads as fitting, tight, or requiring CPU offload based on your exact graphics memory. It is the ultimate tool to manage and run local artificial intelligence like a...

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

Edmund Markdown Editor

Stop fighting heavy, sluggish markdown tools and get back to pure writing. Edmund lets you open any markdown file instantly from anywhere on your Mac with zero launch lag, working directly with your local files without forcing you into dedicated vaults or folders. Built natively in Swift using AppKit and TextKit two, this ultra fast editor gives you a beautiful live preview layout while keeping your raw text completely intact. The most impressive part is its custom layout engine, which handles massive multi megabyte files with ease while rendering gorgeous inline math and complex markdown structures perfectly. It is the lightweight, private, and offline first writing companion you have been...

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

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

Webfetch

Webfetch is the local search pipeline that gives your AI agents web search capabilities without the massive token bills or subscription fees. While hosted search tools drain your budget by pushing massive pages into your context window, Webfetch runs locally, fetching pages, ranking them, and compressing the text down to only the exact sentences needed. It features an advanced semantic cache that serves paraphrased queries for free, cutting input tokens by up to eighty-eight percent while maintaining hosted accuracy. It is the perfect way to give your local agent loops fast, affordable, and private web access.

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 nvidia-nemo/labs-oo-agents

NVIDIA Labs Object Oriented Agents

Build and organize AI systems using familiar object-oriented programming rather than juggling messy, disconnected prompts and separate tool frameworks. This project lets you write structured AI agents as standard Python classes where the state lives in object fields, methods define capabilities, and standard type annotations act as strict contracts. A simple ellipsis placeholder in a method body automatically triggers an LLM-driven runtime, meaning the model can write and run Python code in a safe sandbox to complete complex tasks. It makes testing, tracing, and debugging your agents feel exactly like working with traditional, clean software.

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

🆔 @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
📦 lightly-ai/lightly-studio

Lightly Studio

lightly-studio is the local browser application that finally unifies your machine learning data workflows into a single cohesive experience. Built with a high-performance Rust backend, it lets you index, curate, and evaluate massive image and video datasets right from your computer. Instead of jumping between disconnected scripts, you can load your files from local folders or cloud storage, instantly visualize ground truth annotations, and compare them directly against model predictions. It also features automatic labeling plugins and visual tools like confusion matrices to help you find where your models fail. It is a incredibly efficient way to clean up your data before training.

🆔 @hackernewsgithubprojects