56 subscribers
7.24K videos
7.84K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ only-cli/oc

Stop Wasting Tokens on Web Browsing

Turn any website into a compact command line interface for AI agents, cutting browsing costs from tens of thousands of tokens to just hundreds. This tool fetches a page and returns a tidy, numbered view, allowing agents to read, follow links, and search without the massive overhead of raw HTML. It even slips past basic blocks by mimicking a real browser. The single most impressive thing is that it lets an agent browse a live site using less data than a single tweet, making complex web navigation incredibly cheap. If you are building AI tools, this is the fix for your token bill. Check it out.

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

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

llmaker: The One-Command LLM Stack

A single terminal command can spin up a private, production-ready AI assistant, complete with vector databases and caching, without writing a single line of configuration glue. This project, called llmaker, solves the painful problem of manually wiring together different AI tools by provisioning the entire fleet on a private network from one simple file. It handles the networking, service discovery, and GPU management so you can focus on building applications instead of managing containers. Because everything runs locally, your sensitive data stays on your own hardware, and you can talk to the model using standard interfaces.

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

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

IRIS: Emulating a 1990s SGI Workstation

Boot a full 1990s SGI Indy workstation on your modern computer using Iris, a new emulator written in Rust. It does not just mimic the screen; it simulates the actual MIPS processor, letting you run the original IRIX operating system with a working desktop, shell, and network access. The project is particularly interesting because it uses a specialized compiler to translate the old machine code into native instructions on the fly, ensuring the system runs fast enough for daily use. It even includes safety features that protect your hard drive images from crashes. This is a fascinating look at how complex legacy hardware can be revived on today's systems.

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

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

The Persistent HTTP Shell

Reqsh remembers your API session even after you close the terminal. Built in Rust, this interactive shell saves your base URL, headers, and variables to a local file, so you pick up exactly where you left off without retyping anything. It acts like a smart command line for testing web services, letting you build requests line by line and instantly replay them. Because it handles state persistence automatically, it solves the annoyance of losing your test setup between restarts. It is a fast, lightweight tool for developers who need a quick way to hit APIs without writing code.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ ashishps1/awesome-engineering-articles

Inside the Engineering Blogs of Tech Giants

Discover how the biggest tech companies solve massive problems by exploring a curated collection of over three hundred engineering articles. This resource gathers insights from teams at places like Airbnb, Discord, and Meta, showing you exactly how they build systems that handle billions of requests. You will learn practical lessons on performance, databases, and artificial intelligence, all written by the engineers who built those tools. It is a direct window into the real world of large scale software, helping you understand the decisions behind the apps you use every day.

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

Phase: A Full Magic Rules Engine Built by One Developer

A single developer built an open source rules engine that runs the complex rules of Magic: The Gathering entirely in your browser. Phase uses Rust to handle the logic, compiling it to Web Assembly so it runs fast on desktop, in a web browser, or over a network with friends. The creator started this project because the official game is too complicated for his six year old son, but wanted to build something capable enough for real players. It handles everything from card casting to combat resolution with an AI opponent included.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ shy3130/tick-stock-panel

Tick Stock Panel: Your Local AI Stock Lab

Run your own local stock lab that scans the entire A-share market in milliseconds, letting you test trading strategies before risking a cent. Tick Stock Panel is a self-hosted workspace that pulls real market data, calculates complex indicators, and lets you build, monitor, and backtest your own rules. The coolest part is that it uses AI to help you write these strategies, so you don't need to be a coding wizard. It even plays audio alerts when your signals trigger, acting like a quiet analyst watching the screens for you. It is not a magic money maker, but it is a powerful tool for learning how markets actually move.

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

Agent SDK Go: Crash-Proof AI Agents

Agent SDK Go is the development framework that ensures your AI agents survive crashes and restarts without losing a single step. This open-source Go library solves a critical pain point by using durable execution backends like Temporal or Restate to keep agent state, tool calls, and execution loops intact even if your process dies. You can run agents locally with zero setup, but the real power lies in production, where the system automatically reconnects and resumes exactly where it left off. It supports multiple LLM providers, human-in-the-loop approvals, and sub-agents, making it a complete toolkit for building reliable, resilient AI applications in Go.

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

ThinkingBox: Testing AI Agents

Microsoft’s ThinkingBox gives AI agents a sandbox where they can practice using tools like email and banking systems before facing real users. This framework connects language models to mock environments, allowing them to attempt tasks while the system checks if the actions were actually correct. It helps developers generate high-quality training data and find subtle failures that simple text checks miss. By isolating these digital rehearsals, teams can build more reliable assistants. It turns vague model confidence into measurable, verifiable performance.

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

RIPEpp: Matching Images Without Negative Data

RIPEpp is the vision tool that trains image matchers using only positive examples. Usually, teaching a computer to link points in two photos requires telling it what matches and what does not. This project flips that logic by learning entirely from successful pairs, removing the need for negative training data. It acts as a complete pipeline that spots key points and links them across images. By relying solely on positive pairs, it simplifies the training process while still delivering strong results. If you work with visual data, this approach could change how you build matching systems.

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

Claude Skills: The Website Brain

Claude Skills is the playbook collection that turns your AI assistant into a full-stack web expert. Most AI tools just write text, but this repository packs over forty distinct skills that teach Claude how to handle the entire lifecycle of a website. Think of it as giving your AI a senior team of designers, SEO specialists, and developers to consult. The coolest part is that it handles the unglamorous but critical stuff, like auditing your site for accessibility or figuring out why your marketing emails are bouncing. You do not need to be a code wizard to use it.

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

Agent Quest: Your AI Agents in a Pixel Village

Agent Quest turns your terminal AI sessions into a live pixel-art village where every running agent becomes a wandering hero. Instead of staring at command logs, you watch characters walk to the library when reading code, the forge when editing files, or the arena when running commands. It automatically finds your active Claude and Codex installations, so you can glance at your screen and instantly see what your bots are doing without leaving your desk. It is a simple, open source tool that makes invisible background work visible through a playful medieval interface, giving you a clear picture of your automation workflow at a glance.

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

Vera Finds Hidden AI Agent Risks

Vera successfully attacks over ninety percent of modern AI coding agents in large-scale safety tests. This framework acts as a relentless security auditor, automatically generating thousands of unique scenarios to expose vulnerabilities that manual reviews miss. It spins up isolated digital environments where AI agents can interact with fake emails, code repositories, and banking services. The system then attempts to trick these agents into breaking their own safety rules, verifying every result with hard data rather than trusting the AI’s word. This project matters because it turns abstract safety concerns into concrete, reproducible evidence, helping developers understand exactly where their tools might fail before a real-world incident happens.

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

OCR Buddy: The Chrome Extension That Refuses to Lie

OCR Buddy grabs text directly from your screen, including code, formulas, and tables, without ever sending a single byte to a server. Most optical character recognition tools rely on large, cloud-based AI models that guess what they see, often inventing words when the image is blurry. This extension takes a different approach by running a specialized, classic OCR engine entirely on your device. It reads the pixels exactly as they appear, ensuring that if it cannot read a character clearly, it simply leaves it blank rather than hallucinating a plausible but wrong answer. This makes it perfect for capturing precise data like prices or identifiers where accuracy is critical.

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

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

Robots Dancing Without Motion Capture

Imagine teaching a robot to do backflips without hiring a single motion capture artist. Quad-Imaginarium is a massive library of quadruped robot moves, all created by artificial intelligence. It generates thousands of acrobatic clips for the Unitree Go2 robot, turning video into real, physical movement. The team used a clever video model to invent these dance moves, then made sure the robot could actually copy them. In fact, almost every move worked perfectly on the real hardware. This proves you can create endless robot behaviors simply by describing them in words, rather than filming a human or an animal to learn from.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ herrgottmargott/herrgotts-h3-infinite-continuation-suite

Infinite H3 Video Continuation for ComfyUI

Chain together short clips into a long, seamless video where the audio and picture never stutter. This ComfyUI tool connects segments of a generated video by directly copying the previous visual and sound data into the next one, rather than trying to guess how they should blend. It intelligently finds a safe point in the video that isn’t frozen or glitchy and locks the sound to continue naturally across that cut. This means you can build long, continuous scenes without awkward jumps or dropped words. It’s a clever way to extend your creative flow without fighting the machine.

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

It's a Plan: The Project Tracker With AI Teammates

You can assign work to an AI agent just like you would a human colleague, letting it plan and ship products right alongside your team. This open-source tool is a self-hosted alternative to Linear where artificial intelligence acts as a real team member with its own permissions and role. Instead of just chatting, these agents get assigned actual issues on the shared board, pulling from your own database so you keep full control. It is a clever way to blend human creativity with automated execution without losing sight of your goals. Give your digital coworkers a chance to help you move faster, because they are already on the job.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ freestylefly/awesome-gpt-image-2

Prompt as Code: The 532-Case GPT-Image2 Library

More than five hundred real-world AI image prompts have been reverse-engineered into a reusable, structured library called awesome-gpt-image-2. This massive collection solves the problem of inconsistent AI outputs by turning vague requests into precise, code-like templates. The project focuses on treating prompts as reliable assets rather than creative guesses, allowing developers to build stable workflows for everything from UI mockups to complex infographics. By organizing these 532 cases into distinct categories, it provides a clear map for generating professional visuals. The true value lies in its ability to turn scattered community examples into a systematic engine.

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

DeepMem: The Open Source Memory Upgrade

DeepMem is the self-hostable AI memory layer that keeps your agent’s data on your hardware without the bloated cloud bill. It drops straight into your existing Mem0 setup, so your code stays exactly the same while your infrastructure becomes yours. The coolest part is that it turns raw conversations into persistent facts using hybrid search, which means it finds relevant details way faster and cheaper. You can run it locally for free, and it even plugs directly into tools like Claude and Cursor. No more repeating yourself every session, just instant recall that respects your privacy.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ localai-org/kimodo.cpp

Type a sentence, watch a skeleton move

Turn plain text into fluid, realistic human animation right on your own hardware. Kimodo takes a simple sentence like β€œa person jumps over a log” and generates precise skeletal motion data that you can visualize instantly. It runs entirely locally, using your computer’s graphics card to handle the heavy lifting without any cloud servers. This project ports the model to run on standard systems, giving you a private, offline way to create lifelike movements for games or animations. No external uploads, no waiting on cloud queues, just pure, local creativity at your fingertips.

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

Waltier: The Log That Uses S3 as the Boss

Waltier is the embeddable log library that uses S3 conditional writes as its only coordinator. It keeps your data durable and totally ordered without needing complex consensus protocols or leader elections. The whole log lives in one small object that gets rewritten on every write, using a compare-and-swap check on the file tag. If two writers try to save at once, only one wins, and the loser just fetches the update and tries again. It automatically compacts older data into snapshots so your log stays fast and small. It is a clever, lightweight way to build reliable distributed state using basic object storage.

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

πŸ†” @hackernewsgithubprojects