Media is too big
VIEW IN TELEGRAM
π¦ zhouhao1024/awesome-self-evolving-coding-agents
Awesome Self-Evolving Coding Agents
Awesome Self-Evolving Coding Agents is the curated research library that maps how artificial coders are learning to fix their own mistakes without human help. Instead of just writing code once, these systems analyze their errors, adjust their own logic, and grow smarter with every attempt. This repository gathers the latest academic papers, testing benchmarks, and foundational studies that make this possible. It is a vital guide for developers wanting to understand the shift from static tools to autonomous engineers that improve over time. Check it out to see the future of self-improving software in action.
π @hackernewsgithubprojects
Awesome Self-Evolving Coding Agents
Awesome Self-Evolving Coding Agents is the curated research library that maps how artificial coders are learning to fix their own mistakes without human help. Instead of just writing code once, these systems analyze their errors, adjust their own logic, and grow smarter with every attempt. This repository gathers the latest academic papers, testing benchmarks, and foundational studies that make this possible. It is a vital guide for developers wanting to understand the shift from static tools to autonomous engineers that improve over time. Check it out to see the future of self-improving software in action.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ zethwang/agentopsd
AgentOPSD: Smarter AI Learning
AgentOPSD is a reinforcement learning trick that finally helps AI agents learn from their own mistakes without needing extra help. Most AI models struggle when playing long games because they only get a final score, leaving them confused about which specific moves actually mattered. This project solves that by tracking the difference between what the AI thought it knew and what it actually did at every single step. It recursively updates a belief state to pinpoint exactly those pivotal turns that changed the outcome. This turns sparse feedback into dense, useful lessons.
π @hackernewsgithubprojects
AgentOPSD: Smarter AI Learning
AgentOPSD is a reinforcement learning trick that finally helps AI agents learn from their own mistakes without needing extra help. Most AI models struggle when playing long games because they only get a final score, leaving them confused about which specific moves actually mattered. This project solves that by tracking the difference between what the AI thought it knew and what it actually did at every single step. It recursively updates a belief state to pinpoint exactly those pivotal turns that changed the outcome. This turns sparse feedback into dense, useful lessons.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ xoreaxeaxeax/asm-hall-of-shame
The Slowest CPU Instruction Ever Measured
Make a single line of code take over a minute to finish. This repository is a quirky leaderboard that tracks the absolute slowest possible CPU instructions on modern processors. Instead of optimizing for speed, it intentionally engineers catastrophic slowdowns to see just how terrible performance can get. The number one spot uses a trick where one processor core tries to load a massive chunk of data from a surprisingly slow piece of hardware memory while several other cores aggressively pound on different parts of that same hardware to create a massive traffic jam.
π° https://news.ycombinator.com/item?id=49214098
π @hackernewsgithubprojects
The Slowest CPU Instruction Ever Measured
Make a single line of code take over a minute to finish. This repository is a quirky leaderboard that tracks the absolute slowest possible CPU instructions on modern processors. Instead of optimizing for speed, it intentionally engineers catastrophic slowdowns to see just how terrible performance can get. The number one spot uses a trick where one processor core tries to load a massive chunk of data from a surprisingly slow piece of hardware memory while several other cores aggressively pound on different parts of that same hardware to create a massive traffic jam.
π° https://news.ycombinator.com/item?id=49214098
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ within-yao/envace
EnvACE: AI World Rehearsal
EnvACE lets an AI model practice solving problems by imagining the entire interaction before actually taking action. Instead of relying on an external simulator or real-world tool calls during training, this framework teaches the model to play two roles at once. First, it acts to generate a response. Then, it rehearses by predicting exactly how the environment would react to that specific action. By training this internal world model, the AI learns to predict its own future consequences, allowing it to run multiple imagined trial runs in parallel, summarize the best approach, and then commit to a single real execution.
π @hackernewsgithubprojects
EnvACE: AI World Rehearsal
EnvACE lets an AI model practice solving problems by imagining the entire interaction before actually taking action. Instead of relying on an external simulator or real-world tool calls during training, this framework teaches the model to play two roles at once. First, it acts to generate a response. Then, it rehearses by predicting exactly how the environment would react to that specific action. By training this internal world model, the AI learns to predict its own future consequences, allowing it to run multiple imagined trial runs in parallel, summarize the best approach, and then commit to a single real execution.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ veris-ai/riley-agent
Riley Agent: Test Voice AI with Real Banking Data
Riley Agent is the open-source benchmark that finally lets you compare every major voice AI platform using the same realistic banking support scenario. It solves the messy problem of testing voice assistants by giving you a consistent, simulated customer service workflow where an AI agent named Riley helps users manage fake credit cards. Instead of wrestling with different setups, you can drop in implementations from giants like OpenAI, Google, or AssemblyAI and watch them handle the exact same conversations with synthetic bank data.
π @hackernewsgithubprojects
Riley Agent: Test Voice AI with Real Banking Data
Riley Agent is the open-source benchmark that finally lets you compare every major voice AI platform using the same realistic banking support scenario. It solves the messy problem of testing voice assistants by giving you a consistent, simulated customer service workflow where an AI agent named Riley helps users manage fake credit cards. Instead of wrestling with different setups, you can drop in implementations from giants like OpenAI, Google, or AssemblyAI and watch them handle the exact same conversations with synthetic bank data.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ gen-verse/past-bench
How Agents Actually Learn From Mistakes
PAST-Bench tests if personal AI agents can genuinely improve over time by learning from past mistakes. Instead of grading isolated tasks, it runs agents through long sequences where early experiences are supposed to help them handle later challenges better. The repo includes a clever framework called Hermes+ that adds specific memory and routing tools to help agents remember and reuse what they have learned. It essentially asks whether an AI remembers its previous failures and uses that knowledge to act smarter next time, rather than starting from scratch every time you talk to it.
π @hackernewsgithubprojects
How Agents Actually Learn From Mistakes
PAST-Bench tests if personal AI agents can genuinely improve over time by learning from past mistakes. Instead of grading isolated tasks, it runs agents through long sequences where early experiences are supposed to help them handle later challenges better. The repo includes a clever framework called Hermes+ that adds specific memory and routing tools to help agents remember and reuse what they have learned. It essentially asks whether an AI remembers its previous failures and uses that knowledge to act smarter next time, rather than starting from scratch every time you talk to it.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ msp-xen/ae-uav
AE-UAV: The First Air-to-Air Event Camera Drone Dataset
AE-UAV is the first air-to-air event camera drone dataset that turns jagged tracking labels into smooth, continuous motion paths. Most video datasets only check if an object is inside a box every few frames, but AE-UAV captures billions of raw sensor events and maps a perfect, curve-fitted trajectory across every single microsecond. This means researchers can evaluate drone tracking systems at any speed without guessing what happened between frames. It features nearly two hundred flight sequences captured from one drone chasing another, complete with thermal and RGB video for extra context.
π @hackernewsgithubprojects
AE-UAV: The First Air-to-Air Event Camera Drone Dataset
AE-UAV is the first air-to-air event camera drone dataset that turns jagged tracking labels into smooth, continuous motion paths. Most video datasets only check if an object is inside a box every few frames, but AE-UAV captures billions of raw sensor events and maps a perfect, curve-fitted trajectory across every single microsecond. This means researchers can evaluate drone tracking systems at any speed without guessing what happened between frames. It features nearly two hundred flight sequences captured from one drone chasing another, complete with thermal and RGB video for extra context.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ aweai-team/calibforge
CalibForge: AI Terminal Calibration
CalibForge transforms how artificial intelligence learns to use command lines by filtering out tasks that are either too easy or impossible to solve, leaving only the perfect middle ground for training. Instead of dumping thousands of random coding challenges on a model, this project uses an adversarial process where different AI agents try each task and only the ones with mixed results survive. This creates a curated dataset of five thousand precise terminal exercises that force the learner to actually think, rather than guess. By training on this calibrated data, models see massive performance jumps on software engineering benchmarks because they are learning from genuine difficulty.
π @hackernewsgithubprojects
CalibForge: AI Terminal Calibration
CalibForge transforms how artificial intelligence learns to use command lines by filtering out tasks that are either too easy or impossible to solve, leaving only the perfect middle ground for training. Instead of dumping thousands of random coding challenges on a model, this project uses an adversarial process where different AI agents try each task and only the ones with mixed results survive. This creates a curated dataset of five thousand precise terminal exercises that force the learner to actually think, rather than guess. By training on this calibrated data, models see massive performance jumps on software engineering benchmarks because they are learning from genuine difficulty.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ fudan-generative-vision/dynetrion
Dynetrion: The AI That Simulates Protein Movement
DyneTrion is the generative model that finally captures how proteins move and change shape over time. Most AI tools only guess what a static molecule looks like, but this project simulates the actual physical dance of atoms across different time scales. It solves the headache of predicting how complex biological structures shift and flex in real life. By training on massive datasets of molecular dynamics, it creates smooth, realistic animations of these tiny machines working. This matters because seeing the motion helps scientists understand diseases and design better medicines. It turns confusing data into clear, playable video clips of biology in action.
π @hackernewsgithubprojects
Dynetrion: The AI That Simulates Protein Movement
DyneTrion is the generative model that finally captures how proteins move and change shape over time. Most AI tools only guess what a static molecule looks like, but this project simulates the actual physical dance of atoms across different time scales. It solves the headache of predicting how complex biological structures shift and flex in real life. By training on massive datasets of molecular dynamics, it creates smooth, realistic animations of these tiny machines working. This matters because seeing the motion helps scientists understand diseases and design better medicines. It turns confusing data into clear, playable video clips of biology in action.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ mbbill/mind-expander
Mind Expander
AI coding tools write fast code but explain it through exhausting walls of text. Mind Expander changes that by instantly turning your Rust or TypeScript codebase into an interactive, infinite-canvas browser diagram. Instead of reading long markdown summaries, you and your AI agent work on the exact same visual graph of modules, dependencies, and refactoring plans. It translates complex relationships and system architecture into a clear, source-backed visual tour you can click through. It is like having a GPS map for your system architecture that actually links back to your live files, making code reviews and refactoring plans incredibly simple to verify.
π° https://news.ycombinator.com/item?id=48281337
π @hackernewsgithubprojects
Mind Expander
AI coding tools write fast code but explain it through exhausting walls of text. Mind Expander changes that by instantly turning your Rust or TypeScript codebase into an interactive, infinite-canvas browser diagram. Instead of reading long markdown summaries, you and your AI agent work on the exact same visual graph of modules, dependencies, and refactoring plans. It translates complex relationships and system architecture into a clear, source-backed visual tour you can click through. It is like having a GPS map for your system architecture that actually links back to your live files, making code reviews and refactoring plans incredibly simple to verify.
π° https://news.ycombinator.com/item?id=48281337
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ derec4/internships-and-newgrad
Internships and New Grad
Save hours of searching by using a tool that automatically aggregates and deduplicates tech internship and new grad positions into one clean list. This project runs a Go program that fetches data from multiple popular job boards, parses the results, and merges them to remove duplicates while sorting by posting date. It creates a master spreadsheet you can actually use, turning scattered listings into a single source of truth for your job hunt. It is a practical way to stay ahead without manually copying and pasting from ten different sites. Grab the code, run it, and let the automation handle the busy work for you.
π @hackernewsgithubprojects
Internships and New Grad
Save hours of searching by using a tool that automatically aggregates and deduplicates tech internship and new grad positions into one clean list. This project runs a Go program that fetches data from multiple popular job boards, parses the results, and merges them to remove duplicates while sorting by posting date. It creates a master spreadsheet you can actually use, turning scattered listings into a single source of truth for your job hunt. It is a practical way to stay ahead without manually copying and pasting from ten different sites. Grab the code, run it, and let the automation handle the busy work for you.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ oil-oil/oil-motion
How to Make AI Video Respond to Your Scroll
Oil Motion turns AI video from a passive clip into an interactive tool that follows your scroll, mouse, or touch. It does this by first locking down key start and end frames to keep the subject consistent, then using AI to fill in the smooth motion between them. The system cleans up the video by removing awkward pauses and compressing it into efficient web assets. Instead of just playing from start to finish, the code maps your physical actionsβlike dragging a slider or scrolling down the pageβdirectly to specific frames in that animation. This means you can pause, rewind, or scrub through the video naturally while watching it.
π @hackernewsgithubprojects
How to Make AI Video Respond to Your Scroll
Oil Motion turns AI video from a passive clip into an interactive tool that follows your scroll, mouse, or touch. It does this by first locking down key start and end frames to keep the subject consistent, then using AI to fill in the smooth motion between them. The system cleans up the video by removing awkward pauses and compressing it into efficient web assets. Instead of just playing from start to finish, the code maps your physical actionsβlike dragging a slider or scrolling down the pageβdirectly to specific frames in that animation. This means you can pause, rewind, or scrub through the video naturally while watching it.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ hakanseven12/opencadstudio
Open CAD Studio: Free 2D and 3D CAD in Rust
Open CAD Studio lets you draft precise 2D blueprints and model 3D shapes right in your browser. Built in Rust, it handles heavy files like DWG and DXF without choking, thanks to GPU-accelerated rendering that makes the interface feel snappy even with complex designs. It even lets you pull in external reference drawings so multiple files stay in sync. The best part? It runs locally or online, keeping your data private while giving you professional tools for free. If you need reliable CAD that respects your privacy and doesn't cost a dime, this is the real deal.
π @hackernewsgithubprojects
Open CAD Studio: Free 2D and 3D CAD in Rust
Open CAD Studio lets you draft precise 2D blueprints and model 3D shapes right in your browser. Built in Rust, it handles heavy files like DWG and DXF without choking, thanks to GPU-accelerated rendering that makes the interface feel snappy even with complex designs. It even lets you pull in external reference drawings so multiple files stay in sync. The best part? It runs locally or online, keeping your data private while giving you professional tools for free. If you need reliable CAD that respects your privacy and doesn't cost a dime, this is the real deal.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ jordanrendric/claude-video-vision
Claude Code Video Vision
Watch Claude actually see and hear videos by passing a YouTube link or local file into Claude Code and getting back clear frame images and spoken words. This plugin uses ffmpeg to pull key pictures and sends the sound to your preferred audio tool, whether that is the Gemini API, OpenAI, or a fully local whisper setup on your own machine. It is genuinely clever because Claude adjusts the video quality and frame rate based on what you ask, so you get detailed shots for specific moments and lighter previews for long summaries.
π @hackernewsgithubprojects
Claude Code Video Vision
Watch Claude actually see and hear videos by passing a YouTube link or local file into Claude Code and getting back clear frame images and spoken words. This plugin uses ffmpeg to pull key pictures and sends the sound to your preferred audio tool, whether that is the Gemini API, OpenAI, or a fully local whisper setup on your own machine. It is genuinely clever because Claude adjusts the video quality and frame rate based on what you ask, so you get detailed shots for specific moments and lighter previews for long summaries.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ universal-commerce-protocol/ucp
Universal Commerce Protocol Explained
UCP is the open standard that lets AI agents and apps talk to stores without messy custom code. Instead of building one-off integrations for every shop, businesses publish a simple profile declaring what they can do, like checkout or loyalty rewards. Your favorite app or bot reads that profile, discovers the capabilities, and handles the rest using secure, standard methods. It means your smart assistant can find products, manage your cart, and pay for you across any site that supports the protocol. No more manual data entry or risky workarounds.
π @hackernewsgithubprojects
Universal Commerce Protocol Explained
UCP is the open standard that lets AI agents and apps talk to stores without messy custom code. Instead of building one-off integrations for every shop, businesses publish a simple profile declaring what they can do, like checkout or loyalty rewards. Your favorite app or bot reads that profile, discovers the capabilities, and handles the rest using secure, standard methods. It means your smart assistant can find products, manage your cart, and pay for you across any site that supports the protocol. No more manual data entry or risky workarounds.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ minimax-ai/minimax-h3
MiniMax H3
MiniMax H3 is the open-source video model that finally brings professional stereo sound and high-resolution visuals to your local machine. While most AI video tools are stuck producing silent clips or blurry previews, this project gives you a 33-billion-parameter engine that generates crisp 2K video paired with native stereo audio tracks. It is genuinely interesting because it treats sound as a first-class citizen rather than an afterthought, using a unified transformer to predict both visuals and audio simultaneously. You can feed it simple text prompts, still images, or even reference videos, and it will spin up fifteen-second clips with natural-sounding soundscapes.
π @hackernewsgithubprojects
MiniMax H3
MiniMax H3 is the open-source video model that finally brings professional stereo sound and high-resolution visuals to your local machine. While most AI video tools are stuck producing silent clips or blurry previews, this project gives you a 33-billion-parameter engine that generates crisp 2K video paired with native stereo audio tracks. It is genuinely interesting because it treats sound as a first-class citizen rather than an afterthought, using a unified transformer to predict both visuals and audio simultaneously. You can feed it simple text prompts, still images, or even reference videos, and it will spin up fifteen-second clips with natural-sounding soundscapes.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ nicobailon/pi-intercom
How AI Agents Talk to Each Other on Your Computer
Ever wonder how to make multiple AI coding sessions actually collaborate in real time? Pi Intercom lets you set up direct one-to-one messaging between different AI sessions running on the same machine. Instead of a messy group chat, you can pick a specific session and send it context, questions, or tasks. One session can research a problem, then ask another session for help, and even wait for the answer before moving forward. It is perfect for splitting work between a planner and a worker, or for a main agent to check in with its helper tools.
π @hackernewsgithubprojects
How AI Agents Talk to Each Other on Your Computer
Ever wonder how to make multiple AI coding sessions actually collaborate in real time? Pi Intercom lets you set up direct one-to-one messaging between different AI sessions running on the same machine. Instead of a messy group chat, you can pick a specific session and send it context, questions, or tasks. One session can research a problem, then ask another session for help, and even wait for the answer before moving forward. It is perfect for splitting work between a planner and a worker, or for a main agent to check in with its helper tools.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ humza-khalid/12vhpwr-guard
12vhpwr Guard
This project protects your expensive graphics card by monitoring the electrical current flowing into its power connector and automatically shutting down your computer if it detects dangerous levels. The 12vhpwr Guard tool runs quietly in the background on Windows, constantly checking the specific current readings from your GPUβs internal sensors. If it spots a sustained overload that could melt the connector, it forces an immediate system shutdown to prevent permanent hardware damage. It works specifically with ASUS ROG Astral cards, using direct sensor access to avoid needing extra software. Think of it as a dedicated safety net that watches over your high-power components when standard protections might fail.
π @hackernewsgithubprojects
12vhpwr Guard
This project protects your expensive graphics card by monitoring the electrical current flowing into its power connector and automatically shutting down your computer if it detects dangerous levels. The 12vhpwr Guard tool runs quietly in the background on Windows, constantly checking the specific current readings from your GPUβs internal sensors. If it spots a sustained overload that could melt the connector, it forces an immediate system shutdown to prevent permanent hardware damage. It works specifically with ASUS ROG Astral cards, using direct sensor access to avoid needing extra software. Think of it as a dedicated safety net that watches over your high-power components when standard protections might fail.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ duckyshell/comfyui-minimaxh3-firstblockcache
Speed Up Video Generation with MiniMax H3 FirstBlockCache
Speed up your ComfyUI video generation by skipping redundant math steps, thanks to a clever node called MiniMax H3 FirstBlockCache. This tool sits between your model and the scheduler, running the first processing block normally but then caching the result for the next step. If the video hasn't changed much, it skips the heavy lifting entirely, giving you a thirty percent boost in speed without needing special hardware. You get three smart modes to balance speed and quality, letting you choose how much you trust that cached math.
π @hackernewsgithubprojects
Speed Up Video Generation with MiniMax H3 FirstBlockCache
Speed up your ComfyUI video generation by skipping redundant math steps, thanks to a clever node called MiniMax H3 FirstBlockCache. This tool sits between your model and the scheduler, running the first processing block normally but then caching the result for the next step. If the video hasn't changed much, it skips the heavy lifting entirely, giving you a thirty percent boost in speed without needing special hardware. You get three smart modes to balance speed and quality, letting you choose how much you trust that cached math.
π @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
π¦ tanstack/charts
Charts
TanStack Charts lets you write a single chart definition that instantly works across React, Vue, Angular, and even runs on the server without any browser. The biggest surprise is that you do not need to rewrite your code to switch between standard SVG rendering and a high-performance Canvas engine; you just change one import statement. This means you get accessibility and search engine friendly output by default, but you can still handle massive datasets by swapping the renderer without touching your chart logic. It keeps your data format simple and uses familiar tools under the hood so you stop juggling multiple libraries.
π @hackernewsgithubprojects
Charts
TanStack Charts lets you write a single chart definition that instantly works across React, Vue, Angular, and even runs on the server without any browser. The biggest surprise is that you do not need to rewrite your code to switch between standard SVG rendering and a high-performance Canvas engine; you just change one import statement. This means you get accessibility and search engine friendly output by default, but you can still handle massive datasets by swapping the renderer without touching your chart logic. It keeps your data format simple and uses familiar tools under the hood so you stop juggling multiple libraries.
π @hackernewsgithubprojects