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

The Browser That Thinks Like Your AI Agent

Bunwv is the headless browser CLI that finally lets AI coding assistants drive a real web page without crashing. Unlike tools that vanish after every click, Bunwv keeps a persistent browser daemon alive, so your login session, form data, and page state survive across every command. This is a massive win for automation because it means your AI agent can navigate a site, fill out a form, and verify the result all in one continuous flow, just like a human would. It is built specifically for AI tools, speaking a clean JSON language that prevents errors and keeps the workflow efficient.

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

Claude Run: See Your AI History

Open a browser tab and see every conversation you’ve had with Claude Code. The project called Claude Run takes the hidden text files where your chat history lives and turns them into a clean, readable interface. It solves the problem of lost context by letting you search past prompts, filter by project, and watch live updates as Claude responds. This is useful when you need to recall a specific solution or want to resume a previous task without digging through messy logs. The standout feature is the live stream view, which lets you monitor ongoing sessions in real time right from your desktop.

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

Rakazo: Own Your AI Teammates

Rakazo is the open-source bot platform that gives every agent its own private computer to think on. While most tools just chat in text boxes, this project spins up a full Linux desktop for each bot, letting it browse the web, run code, and handle files visually right in front of you. You plug in your favorite AI model and choose where it runs, keeping total control over the sandbox. It is a powerful way to build autonomous digital coworkers that you actually own, not rent. Check out the repo to see how your next AI teammate works.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ sheberdavid/v4-flash-godmode-opencode-go

V4 Flash Godmode: Fixing AI Speed

V4 Flash Godmode is the agent preset that fixes the sloppy coding habits of fast AI models. The problem is simple. When you use DeepSeek V4 Flash without the right instructions, it rushes into coding. It skips deep planning and delivers shallow, broken work. This tool, built for the opencode go provider, injects a specific persona that forces the model to slow down. It demands deep architectural thinking and self-testing before any code is written. In one real-world test of a four-stroke engine simulation, this preset increased the model's planning depth from thirty thousand characters to over three hundred thousand. The result was a bug-free, numerically verified deliverable.

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

OKF: Portable Knowledge for AI Agents

Give your coding agents a portable, local brain. OKF lets you package project knowledge into simple Markdown bundles that any tool can read and verify, solving the problem of fragmented notes that confuse AI assistants. Think of it as a standardized format for runbooks and decisions, complete with a built-in checker to catch errors before your agent sees them. It even renders an interactive graph so you can visualize how your knowledge connects, keeping everything offline and in your control. Next time you hand off a complex project, wrap your insights in this format so your AI teammates actually understand what to do.

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

The Rust HUD for Claude Code

Best Claude Hud is the terminal companion that finally gives you a live dashboard for your coding sessions without cluttering your screen. If you use the Claude Code agent, you know how disorienting it can feel when you lose track of which model is running or how much context you’ve burned through. This tool solves that by injecting a sleek, real-time status bar directly into your terminal. It pulls live data straight from Claude’s official status line, showing you exactly which model is active, your current Git branch, and most importantly, how much of your context window is being used.

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

Diri: The Dashboard for Parallel Coding Agents

Diri is the native desktop app that finally lets you run multiple AI coding agents at once without losing track of any of them. It creates separate workspaces for tools like Claude Code, Codex, and Cursor, so they can all edit different parts of your project in parallel without crashing into each other. The standout feature is its live status system, which actually reads the screen to tell you if an agent is still working, waiting for your input, or finished. You don’t have to babysit ten open terminals anymore.

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

PAXM: Memory for Coding Agents

Coding agents have a nasty habit of forgetting everything the moment you close the chat window, forcing you to re-explain your project rules from scratch every single time. PAXM solves this by acting as a persistent, provider-neutral memory layer that works across tools like Codex, Claude Code, and OpenCode. It quietly saves your decisions and project context, then recalls them in future sessions so you never have to repeat yourself. The best part is that it starts locally with simple SQLite, so you get zero-setup benefits without needing API keys or expensive cloud services.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ xai-org/grok-build-plugin-cc

Grok Build Plugin for Claude Code

XAI released a plugin that lets you hand off coding tasks to Grok while staying inside Claude Code. The bridge, called Grok Build, takes your current project state and sends it to Grok for deep reviews, harsh critiques, or full task delegation. It’s basically a second brain for your code, running in the background so you don't have to wait around. You can even import your entire Claude session into Grok to keep working where you left off. It’s a clever way to get two different AI models working together on the same codebase, giving you a fresh set of eyes without switching tools.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ u-ichi/compact-plus

Compact Plus Fixes AI Memory Loss

Your coding agent forgets what it just built the moment you clear its context. Compact Plus fixes this by automatically saving a structured summary of your work right before compaction, then handing it back immediately after. It works invisibly in the background for Claude Code and Codex, ensuring your agent remembers its plan, decisions, and current task without you needing to do anything extra. This plugin is the safety net that keeps your AI focused, so your code never loses its place during long, complex sessions.

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

SkillForge: The npm for AI Agents

SkillForge turns AI coding agent capabilities into installable packages, finally giving your tools a proper home like npm. Instead of just pasting random prompt snippets, you can publish, version, and securely share specific skills across different AI models like Claude Code or Cursor. The standout feature is its strict sandboxing, which locks each skill down so it can only access the exact files and network hosts you allow, preventing your AI from accidentally reading sensitive data or causing chaos. It works locally first, so your code never leaves your machine, and it even lets you evaluate skills against baselines to ensure they perform consistently before you deploy them.

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

Your AI Tokens Hatch PokΓ©mon

PokeTokenBar turns the AI tokens you burn daily into a growing PokΓ©mon companion living right in your macOS menu bar. Every time you code with tools like Claude Code or Codex, the app reads your local usage data and incubates an egg that eventually hatches into a real creature. As you continue using these tools, your PokΓ©mon evolves through its authentic tree, with rare shiny variants appearing only in the most unusual cases. This simple app makes tracking your expensive API limits feel like a playful collection game rather than a stressful dashboard, turning your daily coding habits into a rewarding digital pet experience you will actually enjoy checking.

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

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

Turn Your Notes Into an AI Brain

Give your AI agents a real, readable brain that lives outside their heads. BrainOutside turns a simple git repo of markdown into a self-hosted memory server, letting any agent connect via standard protocols to read your thoughts, facts, and opinions. The coolest part is that it isn't just a database; it is a creative tool. Agents can use your unique identity files to write content in your actual voice, not just generic summaries. Because it is built on plain files, you can always read it, edit it, or delete the server without losing your data.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ slidespeak/slide-design-prompts

Slide Design Prompts: AI Presentation Magic

Slide Design Prompts is the library that fixes ugly AI slides with professional design systems. AI tools write decent text but often ruin the look with clashing colors and random clip art. This free collection offers eighty-one ready-made themes, from corporate boardrooms to retro arcade styles, that you simply paste into ChatGPT or Claude. Each prompt locks in specific colors and fonts to ensure your slides look polished and consistent. You can even swap in your own brand colors while keeping the layout perfect. This is the fastest way to make your presentations look like a designer built them.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ seakee/cpa-manager-plus

CPA Manager Plus: The Missing Dashboard for AI Costs

CPA Manager Plus stops letting AI billings become a mystery by giving you a full local dashboard for your AI traffic. It tracks exactly where your money and tokens go, breaks down costs by model and account, and flags failing requests before they eat your budget. Everything stays on your machine, no cloud, no telemetry. If you run AI gateways, this is the missing control panel you didn’t know you needed until now.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ test-time-training/discover

How AI Beats Humans by Learning on the Job

Discover lets a large language model keep training while it tackles a specific problem, rather than relying solely on what it learned from past data. By generating code, running it, and updating itself based on the results, it finds solutions that surpass human experts and previous artificial intelligence systems. This tool is particularly useful for complex engineering and scientific tasks where the best answer is unknown, allowing the system to iterate and improve its own logic in real time. The result is an AI that can genuinely innovate on the fly, turning a static model into a dynamic problem solver that outperforms the best known methods.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ estebanpdn/zelda-tmc-3ds

Playing Minish Cap Natively on a Nintendo 3DS

A classic Game Boy Advance adventure now runs natively on the Nintendo 3DS. This project ports The Minish Cap directly to the device, using its dual screens to show gameplay on top and a live map below. It is a full rewrite based on open-source work, not an emulator. The surprising part is that it fits the original game into the hardware while adding new options like widescreen and turbo speed. It solves the problem of playing this specific Zelda title on a modern handheld without relying on emulation. The result is a smooth, native experience that feels at home on the system.

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

SimFoundry: Video to Robot Simulation

SimFoundry turns a short real-world video into a physics-ready simulation scene in under an hour, with no manual annotation required. Point it at a tabletop, and it automatically segments every object, reconstructs geometry, generates textured 3D meshes, and compiles the result into an OmniGibson scene complete with physical parameters, digital cousin variations, and task proposals. Unlike prior scene reconstruction approaches, SimFoundry is fully modular: each stage is an independently swappable component. As foundation models improve, the SimFoundry pipeline improves with them. This tool solves the bottleneck of creating training environments for robot policies by automating the entire pipeline from video to simulated reality.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ amap-cvlab/abot-world

ABot-World: Infinite Gaming on One GPU

ABot-World is the desktop project that turns your computer into an infinite, playable video world. Instead of just generating short clips, it creates a continuous environment where you can move, act, and explore in real-time. The coolest part is that it runs entirely on a single graphics card, keeping the world alive without ever cutting to a new video. You can wander through scenes that keep expanding around you, reacting to your inputs instantly. This project proves that we don't need massive cloud servers to build interactive digital spaces anymore. It’s a major step toward personal, local world-building, and it’s ready for you to explore today.

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

The Missing Link for AI Style Control

The ComfyUI Qwen Image LoRA loader is the custom node that finally makes style customization work without breaking your workflow. It acts as a smart bridge, taking your specialized training files and slapping them onto high-performance image models so you can generate exactly the look you want. The coolest part is the smart control system that automatically figures out if your file is for depth or pose guidance, removing the need for messy manual setup. This solves the headache of mixing different AI components that usually refuse to talk to each other.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ slidespeak/presentation-design-prompts

Design Your Own AI Slides for Free

Make your AI-generated slides actually look professional. Slide Design Prompts is a collection of eighty-one ready-made design systems you can paste directly into ChatGPT or Claude. Usually, AI handles text well but fails at visuals, giving you clashing colors and messy layouts. This project fixes that by providing specific instructions for colors, fonts, and slide structures. You pick a style that fits your goal, from a corporate boardroom look to a playful marketing deck, and the AI follows it perfectly. It turns a simple text prompt into a polished, visually consistent presentation without any design skills required.

πŸ†” @hackernewsgithubprojects