56 subscribers
7.25K videos
7.86K links
Download Telegram
Media is too big
VIEW IN TELEGRAM
πŸ“¦ tonyd2wild/deepseek-v4-flash-0731-dspark-1m-nvfp4-kv-2x-dgx-spark

DeepSeek V4 Flash on DGX Spark: 1 Million Token Context

This setup runs the DeepSeek V4 Flash model across two dedicated graphics cards to deliver an impressive one million token context window while maintaining smooth, high-speed responses. It solves the common problem of AI models losing track of long conversations or documents by using a special memory-saving technique that keeps huge amounts of text accessible without slowing everything down. The repository provides a ready-to-use recipe that automatically handles the complex configuration needed to keep the system stable under heavy loads. You get reliable performance for tasks like processing large codebases or analyzing lengthy reports without the usual glitches or delays.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ lixiaochuan2020/agentic-context-management

Agentic Context Management

Agentic Context Management is the open-source toolkit that finally lets AI agents remember long conversations without forgetting the details. Traditional AI models hit a memory wall and lose track of early clues when tasks get complex, but this project teaches a model to actively manage its own knowledge by compressing old data into retrievable chunks and keeping a permanent backup on disk. Instead of blindly deleting chat history, the agent learns to summarize what it knows and store it safely for later reference. This post-training approach turns a forgetful model into a reliable researcher that can handle multi-step problems without losing context.

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

OpenRSI: Training AI to Improve AI

Build smarter AI by teaching it to code, test, and fix itself through a loop of trial and error. This project turns the abstract idea of self-improvement into real, measurable code where machines learn from their own mistakes. You get an open toolkit to train models using actual execution feedback, letting them refine their own software engineering skills over time. It is not just a benchmark result, but a complete system for making AI research faster and more efficient. You can run experiments on your own GPU to watch the model evolve its own coding abilities from scratch.

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

Autoretrieval: Self-Improving AI Search

Autoretrieval is the autonomous AI agent that optimizes document search pipelines without human intervention. Most retrieval systems are static and brittle, requiring manual tuning to work well with your specific data. This tool changes that by letting an AI agent experiment on its own. You point it at your documents, and it iteratively tweaks chunk sizes, embedding models, and keyword filters. The agent runs evaluations, checks if accuracy improved, and keeps only the successful changes. It repeats this loop overnight, waking up to a significantly better search setup. You get a tailored retrieval system that actually works for your content, built through trial and error rather than guesswork.

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

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

Open AI Canvas: Your Infinite AI Film Studio

Open AI Canvas turns your computer into an infinite film studio where artificial intelligence actually builds the scenes for you. Instead of wrestling with confusing timelines or manual editing, you get a massive blank workspace that grows as you create. You can drag in images, text, and prompts, then connect them with smart agents that automatically generate video clips and storyboards based on your ideas. It handles the heavy lifting of turning your loose creative thoughts into a structured visual narrative, letting you focus on the story rather than the technical setup.

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

NeverWrite: Your AI-Powered Markdown Workspace

NeverWrite lets you build a personal knowledge vault that actually works with artificial intelligence agents. It combines a flexible text editor with a powerful review system that tracks every change an AI makes so you can inspect, accept, or reject edits before they stick. This keeps your writing in your control while still giving you the help of smart assistants like Claude or Codex. You can clip web pages into your notes, view documents in a visual graph, and keep all your data stored locally on your own computer.

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

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

Gander: The Ultimate Offline Android File Viewer

Gander lets you open any file on your Android phone without giving away a single permission. It handles PDFs, Word docs, Excel sheets, PowerPoint slides, photos, and videos all in one tiny app. The coolest part is how it works: it asks for zero permissions because it only accesses files you explicitly share with it. No cloud tracking, no internet access needed, and your data stays completely private. It even searches inside documents and lets you browse folders you grant access to. If you want a simple, secure way to view files without the bloat, this is the tool you need.

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

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

How Rabbit Runs a 2.8 Trillion Parameter Model on a Laptop

How Rabbit Runs a 2.8 Trillion Parameter Model on a Laptop

rabbit is a pure Rust engine that lets you run massive frontier AI models, like the 2.8 trillion parameter Kimi K3, directly on a standard consumer computer with just 128 gigabytes of RAM. Instead of trying to fit the entire model into memory, it keeps the essential parts resident in RAM while streaming the specific neural network experts onto the processor only when they are needed. This clever approach of loading thousands of tiny sub-networks from disk on demand means you can run some of the largest open-weight models available without needing expensive professional hardware.

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

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ yu-fangxu/w2s-opd

Weak-to-Strong On-Policy Distillation

Make a strong AI smarter by teaching it from weaker models. That sounds backwards, right? Usually, you train a student using a teacher that is clearly better. But W2S-OPD flips the script. It takes a weak positive model and a weak negative model, compares their differences, and uses that contrast to build a fake, stronger teacher right inside the student's own math space. This lets the student improve without needing a massive, expensive expert model to guide it. It is a clever workaround for hitting the ceiling when you run out of bigger teachers to learn from. It is smart, efficient, and totally changes how we think about training.

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

ROAD: 3D Shape Generation That Actually Makes Sense

Road is the 3D generation project that finally teaches computers to understand shape by aligning what they see with what they build. Most AI tools just guess geometry, but Road fixes that by locking a detailed 3D scanner onto the generation process. It matches every single point on the new model against a known perfect reference until they perfectly align. This means instead of blurry blobs, you get crisp, accurate textures that actually match the prompt. It is a clever way to force quality through strict point matching. Go check out the code if you want to build better 3D models.

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

AgenticASR: Fixing Speech Recognition in Real Time

AgenticASR actually rewrites speech transcripts as they happen to fix mistakes. Most speech tools just type what they hear, even when the speaker changes their mind or stumbles. This project adds a smart layer that listens closely and corrects the text on the fly. It removes filler words, fixes self-corrections, and updates earlier parts of the sentence when new information arrives. It works with any speech-to-text engine and handles both English and Chinese. You can use it for one-time cleanup or live streaming. The code includes everything needed to train, run, and test this refining process. It turns messy spoken language into clean, accurate written text automatically.

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

Distilled RL: Smarter AI Learning

Distilled Reinforcement Learning is the AI training framework that teaches smaller models by using a smarter teacher to fine-tune every single word choice. Standard reinforcement learning usually just looks at the final answer to decide if the model succeeded, which is a blunt tool. Distilled RL changes the game by having a larger, expert model whisper corrections at every step, guiding the student’s grammar and logic in real time rather than just grading the result. This selective coaching helps tiny models understand complex math and reasoning far better than standard methods. You get impressive accuracy boosts without needing massive computing power.

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

Looped MoE: Share Expert Work, Cut Compute Costs

looped moe lets you slash the training cost of large language models by reusing the same brain cells across multiple layers. instead of teaching every single layer from scratch, it ties them together so they share weights, cutting parameter counts by up to four times without losing smarts. it works with popular models like olmoe and qwen three, proving that recycling knowledge is a clever hack for efficient ai. check it out if you want to train faster and cheaper.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ borkdude/cljbang.el

Write Clojure in Emacs

Run Clojure code directly inside Emacs without ever leaving the editor or spinning up external processes. Cljbang lets you write familiar Clojure syntax that instantly compiles into native Emacs Lisp and executes right where you are. You get the elegant data structures and macros you love while keeping every function fully accessible to Emacs itself. It feels like magic because the performance is nearly identical to writing pure Lisp. This tool bridges two worlds so you can use modern syntax for everyday tasks while staying firmly inside your favorite environment.

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

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

Socratic: The Senior Engineer Question Bank for AI

Write code without guessing by letting an AI ask itself hundreds of critical engineering questions before building anything. This project packages the specific line of questioning a senior developer uses to catch risks early, turning that knowledge into a portable prompt for AI coding agents. Instead of blindly generating code, the AI silently reviews the task across domains like security, data, and infrastructure, self-answering routine details and only asking you about high-level decisions you must authorize. It stops when the plan is solid, ensuring the AI respects engineering best practices rather than just completing a checklist.

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

K-Skill: The Korean Agent Toolkit

K-Skill is the agent toolkit that finally teaches AI to handle everyday Korean life tasks. Most language models stumble over local bureaucracy, but this project provides a library of specialized skills that let an AI assistant search for emergency room beds, check official housing prices, or even book intercity bus tickets using local systems. It is a fascinating collection of instructions and code that transforms a generic chatbot into a practical helper for living in Korea. Instead of just chatting, the AI can actively look up school lunch menus, find nearby clinics, or check government subsidy statuses.

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

InkOS: Your AI Story Architect

InkOS is the story creation AI agent that finally keeps your novel’s plot threads and characters in sync while you write. It solves the problem of long-form stories losing their way by acting as a persistent memory bank for your entire world, from character traits to past plot points. The real magic is its narrative forecast feature, which lets you preview multiple possible futures for your next chapter without changing a single word of your current draft, letting you compare outcomes before you commit. You can also use it to translate full books or generate interactive game scripts.

πŸ†” @hackernewsgithubprojects
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ“¦ yanhua1010/self-media-content-workflow

Self Media Skills: AI Content Workflow

Self Media Skills is an AI tool suite that turns vague ideas into ready-to-publish posts across platforms. It builds a creative brief, tracks trends, writes platform-specific copy, and generates video storyboards. The system refuses to auto-post, forcing five human approval gates like title and final copy checks before generating drafts. Every claim requires a source, and you can export finished packages for X or Xiaohongshu. It keeps your account safe by never logging in automatically, making it a transparent way to organize social media production without risking your login session.

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

Persona: Your Desktop’s New Expressive Avatar

Persona is the cross-platform desktop app that turns your voice assistants into expressive, animated characters right on your screen. Instead of just hearing text-to-speech in the background, you get a living, breathing avatar that reacts to what it is saying. It listens to the audio your computer is playing, detects when speech starts and stops, and instantly triggers natural lip-syncing and idle animations. You can even teach it new gestures to match the mood of the conversation. It works quietly in the background on Windows, macOS, and Linux, keeping your workflow uncluttered while adding a genuine human touch to your digital interactions.

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

IOAI 2025: The AI Olympiad That Actually Counts Chickens

IOAI 2025 is the global AI competition repository that turns complex machine learning problems into tangible real-world challenges like counting chickens and authenticating antique paintings. Hosted in Beijing under UNESCO patronage, this archive collects the actual tasks, datasets, and reference solutions from the second International Olympiad in Artificial Intelligence. Instead of abstract benchmarks, participants tackled quirky, specific scenarios such as radar detection, restroom icon matching, and pixel efficiency. The project offers a transparent look into how top AI minds solve constrained, practical problems using Python, complete with detailed environment setups and official results.

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

Bitbang CLI: Remote Access Without Port Forwarding

Bitbang CLI is the remote access tool that works from behind any network with zero port forwarding or accounts. Instead of complex VPNs or SSH keys, you run one command on the remote machine and get a simple URL. Open that link in any browser to instantly get a full terminal, file manager, and network proxy. It even lets you pair devices using a six-digit code you read aloud over the phone. The connection is private and peer-to-peer, meaning the server only helps you connect but never sees your data. It is a clever, no-nonsense way to reach any computer without touching router settings or installing heavy software.

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

πŸ†” @hackernewsgithubprojects