57 subscribers
7.3K videos
7.91K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ riccardo8888/agent-link

agent-link: Encrypted Chat for Coding Agents

Agent-link is the private messaging channel that lets your coding agents talk securely to each other. It solves the headache of manual coordination by letting two agents split work and hand off tasks without you copying and pasting instructions. Instead of setting up servers or paying for accounts, it uses one private git repository you already own to carry encrypted messages. Your agents create a room, share a secret key, and start collaborating in real time. The transport is end-to-end encrypted, so even the git host cannot read what they say. It works on Windows, Linux, and macOS with just one Python package.

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

ttfx Terminal Text Effects

ttfx transforms your terminal output into a visual spectacle by piping text through thirty-seven distinct animations like decrypting codes, raining matrix code, or spraying fireworks. The real magic isn't just the flashy effects; it is that this entire toolkit is compiled into a single tiny binary written in Rust. Unlike the original Python version that took sixty milliseconds to wake up, this tool starts almost instantly and runs roughly twenty times faster. This speedup means you can run heavy effects across a full screen without lagging your computer.

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

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

OpenLore: AI Agents Can Browse Docs Over SSH

OpenLore turns your documentation folder into a safe, read-only filesystem that AI agents can explore using standard shell commands. Instead of forcing agents to learn complex retrieval APIs, it lets them use familiar tools like grep, cat, and find over a secure SSH connection. This means your coding assistants can instantly access internal wikis, runbooks, and notes without needing special integrations. You can also let them write back with controlled approvals or keep the server entirely read-only. It is a clever way to give your AI a shared memory that stays up to date and secure.

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

A Rust Compiler Written in PHP

A Rust compiler that runs entirely inside PHP. That is the headline here. You can feed it Rust source code and it spits out actual Linux machine code without any heavy toolchains or external linkers. The project implements the real deal: ownership tracking, borrow checking, generics, and even heap allocation. It reads like a coding challenge gone beautiful. You compile Rust with PHP, get a binary, and run it on Linux. It is a wild reminder of how far you can stretch a language when you build the tooling from scratch.

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

WorldFM: Generate New Camera Angles Instantly

WorldFM is the spatial reasoning tool that finally lets you invent new camera angles from a single photo. Instead of filming a new scene, you feed it one picture and a set of target viewpoints, and the model instantly paints what that view would look like. It works like a magic camera that peeks around corners you never even stood in. You can grab the pretrained models, drop in your own image and camera settings, and watch it spin out a smooth video tour of the space.

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

Evolve Agents with Kadath

Let your code outbreed itself to solve hard problems. Kadath is a runtime that builds a whole population of autonomous agents, tests them against a strict goal, and then uses Darwinian evolution to improve them generation by generation. Instead of guessing the perfect prompt once, it breeds, grades, mutates, and selects the best performers over multiple epochs. Each agent is a complete framework that can evolve its own code and tools while being kept safe by a locked, secure kernel that handles grading and isolation. You can watch as the best scores skyrocket from near zero to perfect results across ten simple steps.

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

proxmux: Terminal Interface for Proxmox

proxmux is the terminal interface that finally lets you manage your Proxmox server without leaving the command line. It turns complex virtualization tasks into a clean, responsive screen where you can check system health, start or stop virtual machines, and monitor container storage using simple keyboard shortcuts like j, k, and space. Instead of clicking through a heavy web dashboard, you get instant access to your cluster's status with a familiar vim-style layout. It is perfect for sysadmins who prefer the speed of text-based tools over graphical interfaces. Proxmux brings the power of server management directly to your terminal, making routine maintenance fast, lightweight, and incredibly satisfying.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ vinitshahdeo/awesome-ai-startups-hiring

Awesome AI Startups Hiring

The Awesome AI Startups Hiring list reveals over one hundred sixty well-funded artificial intelligence companies actively recruiting software engineers right now. This collection solves the noise problem by grouping startups into clear categories like voice technology, data infrastructure, and developer tools, complete with their recent funding amounts. Instead of scrolling through endless job boards, you get a direct view of where the money and engineering roles are actually flowing in the current market. It even includes practical tips for cold-emailing founders and preparing for hiring manager interviews. Check it out to find your next big opportunity outside the usual giants.

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

Agent Guardrails Template

Agent Guardrails Template is the AI safety framework that finally stops your coding assistants from guessing. Usually, AI agents waste half their memory worrying if they are allowed to edit a file or break a build. This template fixes that by giving them strict guardrails upfront, so they can just focus on writing code. It includes a server that checks every single command and commit before it happens, plus ready-to-use rules for tools like Cursor and Copilot. It is perfect if you want your AI to move fast without causing chaos. Now you can build software with confidence, knowing your agents know exactly what they are allowed to do.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ zen-logic/file-hunter

File Hunter: The File Manager That Remembers Everything

File Hunter is the web-based file manager that finally remembers everything, even when your drives are unplugged. It builds a persistent digital map of your scattered archives across USB sticks, external disks, and network folders, storing every filename and location in a local database so you can browse and search your entire collection even when the physical media is nowhere to be found. This is incredibly useful for photographers or data hoarders who accumulate terabytes of files on multiple drives, because it instantly spots identical duplicates and helps you consolidate them to reclaim storage space without risking data loss.

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

Prismer AI: The Research Tool That Checks Your Citations

Prismer is the open-source research assistant that finally stops AI from inventing fake quotes. Most chatbots make up citations, but Prismer uses a dedicated reviewer agent to actually verify every reference against real academic databases like arXiv before it touches your paper. It bundles everything you need into one self-hosted workspace, letting you read PDFs, run data analysis in Jupyter notebooks, and write LaTeX documents while an AI agent handles the heavy lifting. This single verification feature alone saves researchers from accidental plagiarism and ensures every claim is backed by real science. It is the cleanest way to build a personal, private lab where your facts are always double-checked.

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

ExtractBench: Who Really Reads Your Documents?

extractbench lets you test which AI tools actually pull the right data from messy business papers without guessing. instead of trusting a vague summary, this project runs a massive test suite against three hundred seventy real-world documents like invoices and contracts. it forces every system to follow a strict plan and prove exactly where it found each piece of info. you get a clear scorecard showing which models are accurate and which are just making things up. it is the perfect way to stop wasting money on tools that fail when real work starts.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ try-works/role-model

role-model: AI Routing Protocol

role-model is an open protocol that automatically routes your artificial intelligence requests to the best available engine based on cost, speed, and capability. Instead of hardcoding which tool handles a task, it creates a flexible contract where local devices and remote cloud services compete to solve your problem efficiently. It decides whether a quick chat should stay on your laptop or a complex coding job needs the power of a remote server, all while tracking exactly why that choice was made. This means you get faster answers and lower bills without managing multiple providers manually.

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

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

tori-cli

tori-cli lets you monitor your Docker servers and containers directly from your terminal without running a heavy monitoring stack. Most tools require complex setups with dashboards and exposed network ports, but this project connects over SSH using a single binary that barely uses any memory. You can track CPU, memory, and logs while setting custom alerts for when containers crash or system resources spike. The best part is that it works entirely through secure SSH connections with zero exposed ports, making it perfect for small setups where you just need reliable uptime checks without the overhead.

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

BlueFerry: Send iMessages on Linux

BlueFerry lets you send and receive iMessages and texts directly from your Linux desktop using your iPhone's Bluetooth. It works completely offline with no iCloud, no Mac relay, and no cloud servers needed. The app connects to your phone over Bluetooth to pull messages into a clean interface for GNOME, KDE, or Quickshell. You can reply to conversations, sync contacts, and view message history right on your computer. It handles group chats and keeps your data encrypted locally on your machine. This is a clever way to get iMessage integration on Linux without relying on Apple's proprietary relay services or subscriptions.

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

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

Autonomous OS: The Body for Your AI Agent

Autonomous OS turns any computer into a physical AI agent with a body that sees, hears, and moves. Instead of coding drivers for every new robot, developers write skills like emotion detection or servo control that talk to a standard hardware layer. The system automatically matches those skills to whatever device they plug into, whether it is a desk robot or a third party hardware with a different motor style. This means your code works on any machine without forking the project. It solves the messy problem of hardware compatibility by separating the AI brain from the robot body.

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

Orchard: The Sandbox That Lets AI Agents Practice Before They Play

Orchard is the open-source environment that lets AI agents practice coding and web tasks in safe, disposable containers before they touch your real computer. Most AI tools just run scripts in your live system, risking chaos if they mess up. Orchard solves this by spinning up instant, isolated sandboxes for every task, so an agent can trial-and-error, fail, and retry without ever breaking anything outside the bubble. It’s like giving an AI a safe training ground instead of handing it the keys to your car. You can even swap out the brain running inside these boxes to test different models easily.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ bytedance-seed/modular-ttt

Modular TTT: AI That Rewrites Itself on the Fly

Modular TTT treats test-time training as composable building blocks rather than rigid code. Instead of hardcoding how a model learns new information, this project from the ByteDance Seed team represents memory as a flexible graph of simple operations. It automatically stitches together linear layers, norms, and loss functions to create custom learning paths for each input. This means the model can dynamically adjust how it processes new data without needing a complete retrain, offering a fresh look at how AI systems can adapt in real time. You get to see the framework in action as it builds these inner-learning graphs on the fly.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ dechenzhang/valg-ml-theory-agent

Valg Ml Theory Agent: Automated Math Proof Research

Valg Ml Theory Agent automates the entire lifecycle of machine learning research. It does not just write code. It acts as an intelligent agent that explores complex mathematical theories, starting from broad literature surveys and narrowing down to specific proof sketches. The system generates multiple proof attempts, rigorously reviews each one, and tracks the history of every revision. It even handles the tedious part of debugging logic by iterating through individual proof steps until they hold up. This means researchers can offload the heavy lifting of theoretical exploration and validation. It turns the solitary grind of mathematical discovery into a structured, agentic workflow.

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

NodeGet: The Server Manager That Grows With You

NodeGet is the server management platform that finally lets you build custom tools without touching the backend. Instead of just watching CPU usage, it gives you a built-in JavaScript workspace on your server. You write a quick script, click run, and it executes instantly. It is like having a programmable dashboard that stretches as you need it. You do not need to restart the server or wait for updates. Just code, execute, and monitor. It is the smartest way to keep your machines in check while keeping total control.

πŸ†” @hackernewsgithubprojects