Skip to content

Tag

#open-source

9posts

AI10 min read

AutoResearch Explained: Why Karpathy Contributed to This AI Scientist

AutoResearch breaks the single-model echo chamber with a multi-model consensus pipeline, stateful Ralph loops, and independent blind reviews.

#ai-agents#machine-learning#claude-code
Tech8 min read

AI Agent Book Explained: A Beginner-Friendly Roadmap from Agent Basics to Real Engineering

A friendly practical guide to ai-agent-book: what it is, how to use it, when to use it, and how beginners can learn AI Agents through a clear 2-week path.

#Tech#AI#Agent
Tech8 min read

AI Job Search Explained: An Open Framework That Turns Claude Code Into a Job-Hunt Copilot

A pragmatic breakdown of ai-job-search: how it scrapes jobs, scores fit, compiles tailored LaTeX CVs, and sanitizes untrusted recruiter prompts.

#Tech#AI#Career
Tech7 min read

Microsoft open sources pg_durable: Durable workflows inside PostgreSQL

Microsoft open sourced pg_durable, an extension that runs durable execution inside Postgres. HN argues about putting control flow back in the database.

#postgresql#rust#durable-execution
Tech6 min read

Python 3.15's Most Useful Changes Flew Under the Radar

Python 3.15 ships lazy imports and a Tachyon profiler, but the quietly useful additions are TaskGroup.cancel(), fixed context manager decorators, and…

#python#asyncio#concurrency
Tech5 min read

One minute of 720p video from a single GPU - how did we get here so fast?

SANA-WM is a 2.6B open-source world model that generates minute-long 720p video with 6-DoF camera control on one GPU. NVIDIA trained it on 64 H100s in 15 days.

#ai#video-generation#open-source
Tech5 min read

XS: A 2.9 MB Binary That Is an Entire Programming Toolchain

XS packs compiler, debugger, formatter, package manager, and six backends into one 2.9 MB binary that runs on Linux, macOS, ESP32, and more.

#programming-languages#toolchain#compilers
Tech5 min read

zerostack: the coding agent that runs on 8MB, not 8GB

A solo Rust developer shipped a full-featured coding agent with an 8MB RAM footprint. HN argues about whether that even matters.

#rust#coding-agent#developer-tools
Tech12 min read

Hermes Agent: The Desk That Remembers

Most AI agents reset every session. Hermes Agent builds a persistent workbench that learns your stack, grows its own skills, and follows you across 7 platforms.

#ai-agents#productivity#memory-loop