This media is not supported in your browser
VIEW IN TELEGRAM
π¦ vivekhaldar/seed
The AI Agent That Builds Itself
A tiny AI agent starts life with just one tool: the ability to run shell commands. That is the entire starting kit for Seed. It does not come with pre-made skills, memory, or codebases. Instead, it grows its own brain. It writes notes, creates tools, and saves them in a local folder that acts as its persistent mind. Because it starts so small, you can see exactly how it thinks and changes. It is not a rigid framework; it is a living system that rewrites its own instructions after every chat.
π° https://news.ycombinator.com/item?id=49384113
π @hackernewsgithubprojects
The AI Agent That Builds Itself
A tiny AI agent starts life with just one tool: the ability to run shell commands. That is the entire starting kit for Seed. It does not come with pre-made skills, memory, or codebases. Instead, it grows its own brain. It writes notes, creates tools, and saves them in a local folder that acts as its persistent mind. Because it starts so small, you can see exactly how it thinks and changes. It is not a rigid framework; it is a living system that rewrites its own instructions after every chat.
π° https://news.ycombinator.com/item?id=49384113
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ drstranded/co-rl
Co-RL: How AI Models Teach Each Other To Reason Without Labels
Train language models to reason by letting them grade each other's work without using any human labels. Co-RL, or Collaborative Reinforcement Learning, solves the problem of AI models getting stuck in bad loops when they only learn from their own feedback. Instead of training alone, this method uses a diverse group of different AI models to act as a team. Each model learns by looking at the answers of its peers, which breaks the cycle of repeating mistakes. This simple shift allows the system to figure out complex logic on its own. The result is a smarter model that improves without needing expensive, hand-made data.
π @hackernewsgithubprojects
Co-RL: How AI Models Teach Each Other To Reason Without Labels
Train language models to reason by letting them grade each other's work without using any human labels. Co-RL, or Collaborative Reinforcement Learning, solves the problem of AI models getting stuck in bad loops when they only learn from their own feedback. Instead of training alone, this method uses a diverse group of different AI models to act as a team. Each model learns by looking at the answers of its peers, which breaks the cycle of repeating mistakes. This simple shift allows the system to figure out complex logic on its own. The result is a smarter model that improves without needing expensive, hand-made data.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ embeddings-benchmark/embedders-dilemma
The Embedder's Dilemma: Why Cheap Beats Smart
This open-source benchmark puts ten large language models and twenty-six embedding models on the same stage for thirty-seven text tasks, but it stops there. It doesn't just measure accuracy; it tracks every dollar spent. The surprising result? While the biggest language models often win on complex reasoning, they are orders of magnitude more expensive than simple embedding pipelines. In fact, some tiny embedding models deliver nearly identical performance for mere cents. The repository provides the raw code, data, and scripts to reproduce every single chart from the paper without needing a GPU or an API key.
π @hackernewsgithubprojects
The Embedder's Dilemma: Why Cheap Beats Smart
This open-source benchmark puts ten large language models and twenty-six embedding models on the same stage for thirty-seven text tasks, but it stops there. It doesn't just measure accuracy; it tracks every dollar spent. The surprising result? While the biggest language models often win on complex reasoning, they are orders of magnitude more expensive than simple embedding pipelines. In fact, some tiny embedding models deliver nearly identical performance for mere cents. The repository provides the raw code, data, and scripts to reproduce every single chart from the paper without needing a GPU or an API key.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ leonxlnx/unlazy
unlazy
Force your coding assistant to actually finish the job instead of cutting corners. AI agents have a nasty habit of stopping at eighty percent and confidently claiming victory while the code is still broken. Unlazy fixes this by making completion a strict, mechanical requirement. Before any work starts, the agent writes specific acceptance criteria into a file. Then, it has to run actual commands to prove each box is checked. It cannot just say it is done; it has to show the evidence. If the checks fail, the agent is blocked from ending the task until the work is truly complete.
π @hackernewsgithubprojects
unlazy
Force your coding assistant to actually finish the job instead of cutting corners. AI agents have a nasty habit of stopping at eighty percent and confidently claiming victory while the code is still broken. Unlazy fixes this by making completion a strict, mechanical requirement. Before any work starts, the agent writes specific acceptance criteria into a file. Then, it has to run actual commands to prove each box is checked. It cannot just say it is done; it has to show the evidence. If the checks fail, the agent is blocked from ending the task until the work is truly complete.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ thisislt/dapm
DAPM: The Drone Depth Breakthrough
A single photo from a tilted drone now reveals exact depth, solving a problem that has plagued aerial robotics. DAPM is the first model built specifically for drones to estimate depth and camera pose simultaneously, no matter how wildly the angle shifts. Existing tools fall apart when the camera tilts or zooms, but DAPM uses clever geometric tricks to keep the math steady. It even includes a new dataset called UAPD to test these extreme scenarios. If your drone navigation relies on accurate 3D maps from a single lens, this is the framework that finally handles the chaos.
π @hackernewsgithubprojects
DAPM: The Drone Depth Breakthrough
A single photo from a tilted drone now reveals exact depth, solving a problem that has plagued aerial robotics. DAPM is the first model built specifically for drones to estimate depth and camera pose simultaneously, no matter how wildly the angle shifts. Existing tools fall apart when the camera tilts or zooms, but DAPM uses clever geometric tricks to keep the math steady. It even includes a new dataset called UAPD to test these extreme scenarios. If your drone navigation relies on accurate 3D maps from a single lens, this is the framework that finally handles the chaos.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ lumosai8/comfyui-orbitsheets
ComfyUI OrbitSheets: The Fix for Inconsistent AI Character Views
Stop fighting inconsistent character designs by using ComfyUI OrbitSheets. This tool turns a single image into a perfect character reference sheet by rendering a continuous camera move around your subject. The key is that it doesn't just guess new angles; it captures one unbroken shot and then uses a vision model to pick the best frames. This ensures every view of your character matches perfectly, solving the problem where AI usually changes details like clothing or features between different shots. It is a clever way to get stable, professional-looking turnaround sheets without manually fixing errors in every single frame.
π @hackernewsgithubprojects
ComfyUI OrbitSheets: The Fix for Inconsistent AI Character Views
Stop fighting inconsistent character designs by using ComfyUI OrbitSheets. This tool turns a single image into a perfect character reference sheet by rendering a continuous camera move around your subject. The key is that it doesn't just guess new angles; it captures one unbroken shot and then uses a vision model to pick the best frames. This ensures every view of your character matches perfectly, solving the problem where AI usually changes details like clothing or features between different shots. It is a clever way to get stable, professional-looking turnaround sheets without manually fixing errors in every single frame.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ longin-yu/padoc
PaDoc: The Document Parser That Thinks in Trees
PaDoc is the document parsing tool that lets a single AI model read a whole page at once instead of crawling through it line by line. It works by having the model identify the layout first, then instantly branching off to read the text in each section simultaneously. This means you get the full content of a complex document much faster, without needing a second model or a complicated setup. Itβs a clever way to make AI understand where things are on a page and what they say, all in one smooth motion.
π @hackernewsgithubprojects
PaDoc: The Document Parser That Thinks in Trees
PaDoc is the document parsing tool that lets a single AI model read a whole page at once instead of crawling through it line by line. It works by having the model identify the layout first, then instantly branching off to read the text in each section simultaneously. This means you get the full content of a complex document much faster, without needing a second model or a complicated setup. Itβs a clever way to make AI understand where things are on a page and what they say, all in one smooth motion.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ zifacorp/zifamem
ZifaMem: Emotional Memory for AI Companions
ZifaMem is the memory framework that lets AI companions actually feel like they remember you. While most systems just store raw transcripts, this tool extracts emotional signals so your agent understands trust, conflict, and shared history. It doesn't just save facts; it lets memories fade or strengthen over time, creating a living relationship instead of a static database. This means your AI stops repeating old context and starts evolving with you, remembering what truly mattered in your dynamic. If you are building an agent that needs to feel genuinely personal, this is the layer you have been missing.
π @hackernewsgithubprojects
ZifaMem: Emotional Memory for AI Companions
ZifaMem is the memory framework that lets AI companions actually feel like they remember you. While most systems just store raw transcripts, this tool extracts emotional signals so your agent understands trust, conflict, and shared history. It doesn't just save facts; it lets memories fade or strengthen over time, creating a living relationship instead of a static database. This means your AI stops repeating old context and starts evolving with you, remembering what truly mattered in your dynamic. If you are building an agent that needs to feel genuinely personal, this is the layer you have been missing.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ zcag/tela
Tela: The Wiki Your AI Agents Actually Use
Tela is the self-hostable team wiki built specifically for AI agents to be first-class teammates. While most tools keep human docs and AI data in separate silos, Tela bridges that gap by embedding the Model Context Protocol server directly into the core backend. This means your coding assistants can securely read, search, and write directly to the same markdown pages your team uses, without needing brittle external plugins. It even includes Atlas, an engine that automatically drafts wiki pages from your code so your documentation never rots.
π @hackernewsgithubprojects
Tela: The Wiki Your AI Agents Actually Use
Tela is the self-hostable team wiki built specifically for AI agents to be first-class teammates. While most tools keep human docs and AI data in separate silos, Tela bridges that gap by embedding the Model Context Protocol server directly into the core backend. This means your coding assistants can securely read, search, and write directly to the same markdown pages your team uses, without needing brittle external plugins. It even includes Atlas, an engine that automatically drafts wiki pages from your code so your documentation never rots.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ sangrokjung/claude-forge
The AI Code Reviewer That Actually Catches Bugs
A second AI agent that has never seen the first one's reasoning is now catching real bugs in the codebase. This is the core of Claude Forge, a massive toolkit that turns a standard AI coding assistant into a coordinated team. It gives your AI sixteen specialized agents, thirty-five quick commands, and twenty-one safety hooks to handle complex workflows automatically. The latest update focuses on reliability. It uses an adversarial review loop where an independent agent actively tries to break the code to find hidden flaws before you do. This project solves the problem of trusting an AI to check its own work by enforcing a strict separation of duties.
π @hackernewsgithubprojects
The AI Code Reviewer That Actually Catches Bugs
A second AI agent that has never seen the first one's reasoning is now catching real bugs in the codebase. This is the core of Claude Forge, a massive toolkit that turns a standard AI coding assistant into a coordinated team. It gives your AI sixteen specialized agents, thirty-five quick commands, and twenty-one safety hooks to handle complex workflows automatically. The latest update focuses on reliability. It uses an adversarial review loop where an independent agent actively tries to break the code to find hidden flaws before you do. This project solves the problem of trusting an AI to check its own work by enforcing a strict separation of duties.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ bmb12d3/minimax-h3-prompt-composer
The Single File Prompt Composer for MiniMax Video
A single HTML file lets you build complex video prompts for MiniMax without leaving your browser. The H3 Prompt Composer is a free, offline tool that turns visual filmmaking choices into structured text for ComfyUI. Instead of writing raw code or guessing syntax, you use guided controls to manage camera paths, character references, and scene timing. It handles tricky workflows like inserting new subjects into existing footage or editing specific details while keeping the rest of the video unchanged. The app checks your prompt for errors before you generate anything, ensuring your setup is ready. It runs locally with no servers, so your creative data stays private.
π @hackernewsgithubprojects
The Single File Prompt Composer for MiniMax Video
A single HTML file lets you build complex video prompts for MiniMax without leaving your browser. The H3 Prompt Composer is a free, offline tool that turns visual filmmaking choices into structured text for ComfyUI. Instead of writing raw code or guessing syntax, you use guided controls to manage camera paths, character references, and scene timing. It handles tricky workflows like inserting new subjects into existing footage or editing specific details while keeping the rest of the video unchanged. The app checks your prompt for errors before you generate anything, ensuring your setup is ready. It runs locally with no servers, so your creative data stays private.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ jolars/panache
Panache: The Smart Formatter for Markdown
Panache is the language server that finally gives your Markdown, Quarto, and R Markdown documents a serious, professional polish. While most editors just show you text, Panache parses your files with the same deep precision used by major publishing tools, catching subtle structural errors and formatting issues as you type. It acts like a quiet editor in your corner, ensuring your headings, tables, and citations are perfectly aligned before you even hit save. This means your technical writing stays clean, consistent, and ready for publication without the usual manual cleanup.
π° https://news.ycombinator.com/item?id=49398113
π @hackernewsgithubprojects
Panache: The Smart Formatter for Markdown
Panache is the language server that finally gives your Markdown, Quarto, and R Markdown documents a serious, professional polish. While most editors just show you text, Panache parses your files with the same deep precision used by major publishing tools, catching subtle structural errors and formatting issues as you type. It acts like a quiet editor in your corner, ensuring your headings, tables, and citations are perfectly aligned before you even hit save. This means your technical writing stays clean, consistent, and ready for publication without the usual manual cleanup.
π° https://news.ycombinator.com/item?id=49398113
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ cyberstrikeus/cyberstrike
CyberStrike Automates Your Red Team
CyberStrike turns a standard command prompt into an autonomous offensive security team that executes complex attack chains while you watch. This open-source harness connects thirteen specialized AI agents to over one hundred and fifty large language model providers, allowing you to run full penetration tests against web, cloud, or mobile targets. The system does not just guess vulnerabilities; it follows established frameworks like the Open Web Application Security Project to plan, exploit, and report findings with evidence. You can even offload heavy scanning tasks to remote servers using a secure protocol, keeping your local machine light.
π° https://news.ycombinator.com/item?id=49398125
π @hackernewsgithubprojects
CyberStrike Automates Your Red Team
CyberStrike turns a standard command prompt into an autonomous offensive security team that executes complex attack chains while you watch. This open-source harness connects thirteen specialized AI agents to over one hundred and fifty large language model providers, allowing you to run full penetration tests against web, cloud, or mobile targets. The system does not just guess vulnerabilities; it follows established frameworks like the Open Web Application Security Project to plan, exploit, and report findings with evidence. You can even offload heavy scanning tasks to remote servers using a secure protocol, keeping your local machine light.
π° https://news.ycombinator.com/item?id=49398125
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ ubicomplab/embedded-arena
Embedded Arena: Real Hardware Tests for AI Agents
Embedded Arena forces AI agents to prove their coding skills on physical hardware, not just in code editors. This benchmark lets agents tweak firmware or models, then the system compiles and flashes the changes to real chips. The score isn't a simulated number; it comes from actual measurements of power, heat, and energy usage. By using real instruments to give feedback, the framework helps agents learn what actually works on tiny devices. It solves the problem of software that looks fine on a computer but fails on a real circuit board. This is a clear way to see how well agents can handle physical constraints.
π @hackernewsgithubprojects
Embedded Arena: Real Hardware Tests for AI Agents
Embedded Arena forces AI agents to prove their coding skills on physical hardware, not just in code editors. This benchmark lets agents tweak firmware or models, then the system compiles and flashes the changes to real chips. The score isn't a simulated number; it comes from actual measurements of power, heat, and energy usage. By using real instruments to give feedback, the framework helps agents learn what actually works on tiny devices. It solves the problem of software that looks fine on a computer but fails on a real circuit board. This is a clear way to see how well agents can handle physical constraints.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ debpalash/voicestudio
VoiceStudio: Your Local Voice Lab
VoiceStudio is the local voice studio that lets you clone, dub, and create audio entirely on your own hardware. While most voice tools require cloud servers and subscriptions, this open-source app keeps your data private by running sixteen text-to-speech engines and eleven transcription engines locally. You can clone a voice from a short clip, dub videos in hundreds of languages, or generate audiobooks without sending a single byte to the internet. It works on macOS, Windows, and Linux, offering a private, offline alternative to hosted services that gives you full control over your creative output.
π @hackernewsgithubprojects
VoiceStudio: Your Local Voice Lab
VoiceStudio is the local voice studio that lets you clone, dub, and create audio entirely on your own hardware. While most voice tools require cloud servers and subscriptions, this open-source app keeps your data private by running sixteen text-to-speech engines and eleven transcription engines locally. You can clone a voice from a short clip, dub videos in hundreds of languages, or generate audiobooks without sending a single byte to the internet. It works on macOS, Windows, and Linux, offering a private, offline alternative to hosted services that gives you full control over your creative output.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ molbal/comfyui-gguf
ComfyUI GGUF: Run Huge AI Models on Small GPUs
ComfyUI GGUF lets you shrink massive AI image models so they actually fit on your modest graphics card. Without this tool, those heavy transformer models would crash your computer or crawl at a snailβs pace. The project compresses the data into a special format, keeping quality high while slashing memory usage. It even includes a handy tool to convert your existing files in one go. This means you can test expensive AI models without buying a new workstation. It is a clever workaround that saves both money and space. Give it a try if you want to experiment with big models on a budget.
π @hackernewsgithubprojects
ComfyUI GGUF: Run Huge AI Models on Small GPUs
ComfyUI GGUF lets you shrink massive AI image models so they actually fit on your modest graphics card. Without this tool, those heavy transformer models would crash your computer or crawl at a snailβs pace. The project compresses the data into a special format, keeping quality high while slashing memory usage. It even includes a handy tool to convert your existing files in one go. This means you can test expensive AI models without buying a new workstation. It is a clever workaround that saves both money and space. Give it a try if you want to experiment with big models on a budget.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ ogulcancelik/herdr-browser
Herdr Browser: Watch Your Agents Browse
Herdr Browser is the terminal plugin that finally lets you see what your AI agents are actually doing in the browser. Usually, browser automation is a blind spot where you just guess if it worked or stare at static screenshots later. This tool renders a live, interactive Chrome view directly inside your terminal layout. The best part is that while an agent drives the browser, you can grab the mouse and type right over its shoulder without stopping the process. It is like having a co-pilot who can take the wheel at any moment. No more detached windows or invisible headless runs.
π @hackernewsgithubprojects
Herdr Browser: Watch Your Agents Browse
Herdr Browser is the terminal plugin that finally lets you see what your AI agents are actually doing in the browser. Usually, browser automation is a blind spot where you just guess if it worked or stare at static screenshots later. This tool renders a live, interactive Chrome view directly inside your terminal layout. The best part is that while an agent drives the browser, you can grab the mouse and type right over its shoulder without stopping the process. It is like having a co-pilot who can take the wheel at any moment. No more detached windows or invisible headless runs.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ shy3130/tickflow-stock-panel
The Self-Hosted Stock Analyzer
TickFlow Stock Panel runs a full quant desk on your own computer, handling stock picking, live monitoring, and backtesting without any cloud dependency. The standout feature is its AI-powered strategy builder, which lets you describe a trading idea in plain language and generates a testable rule instantly. It then scans the entire A-share market in milliseconds to find matches. You can run this locally via Docker, making it a private, zero-maintenance tool for serious hobbyists. It is not a stock picker, but a playground to test your own logic safely. If you want to understand how quant tools actually work, this open-source project is the perfect place to start.
π @hackernewsgithubprojects
The Self-Hosted Stock Analyzer
TickFlow Stock Panel runs a full quant desk on your own computer, handling stock picking, live monitoring, and backtesting without any cloud dependency. The standout feature is its AI-powered strategy builder, which lets you describe a trading idea in plain language and generates a testable rule instantly. It then scans the entire A-share market in milliseconds to find matches. You can run this locally via Docker, making it a private, zero-maintenance tool for serious hobbyists. It is not a stock picker, but a playground to test your own logic safely. If you want to understand how quant tools actually work, this open-source project is the perfect place to start.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ anthropics/claude-plugins-community
Claude Plugins Community Marketplace
Anthropic maintains a strict gatekeeper for its new AI agents, ensuring every community-submitted tool passes automated security scans before hitting your terminal. This read-only mirror, called Claude Plugins Community, acts as the public registry for those vetted extensions. Instead of hunting for scattered add-ons, developers can now install trusted skills like simple explainer tools or complex video generators directly into Claude Code with a single command. It turns the chaotic world of third-party AI extensions into a curated, safe library that updates nightly. You don't need to worry about unverified code breaking your workflow, making it the safest way to supercharge your AI development stack today.
π @hackernewsgithubprojects
Claude Plugins Community Marketplace
Anthropic maintains a strict gatekeeper for its new AI agents, ensuring every community-submitted tool passes automated security scans before hitting your terminal. This read-only mirror, called Claude Plugins Community, acts as the public registry for those vetted extensions. Instead of hunting for scattered add-ons, developers can now install trusted skills like simple explainer tools or complex video generators directly into Claude Code with a single command. It turns the chaotic world of third-party AI extensions into a curated, safe library that updates nightly. You don't need to worry about unverified code breaking your workflow, making it the safest way to supercharge your AI development stack today.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ fzakaria/nixpkgs-multiverse
Get Any Version of Any Nix Package in One Command
Nixpkgs-multiverse lets you grab any version of any package from the entire thirteen-year history of Nix, all from a single flake input. Instead of juggling pinned commits or hunting through old build logs, this tool acts as a massive archive of every package version that has ever existed. It solves the annoying problem of needing a specific older version without downloading and evaluating a massive code tree every time. The coolest part is the speed; it uses a clever shortcut to pull pre-built binaries directly from the cache, so you can run old software in seconds. Itβs like having a time machine for your dependencies, but without the heavy lifting.
π @hackernewsgithubprojects
Get Any Version of Any Nix Package in One Command
Nixpkgs-multiverse lets you grab any version of any package from the entire thirteen-year history of Nix, all from a single flake input. Instead of juggling pinned commits or hunting through old build logs, this tool acts as a massive archive of every package version that has ever existed. It solves the annoying problem of needing a specific older version without downloading and evaluating a massive code tree every time. The coolest part is the speed; it uses a clever shortcut to pull pre-built binaries directly from the cache, so you can run old software in seconds. Itβs like having a time machine for your dependencies, but without the heavy lifting.
π @hackernewsgithubprojects