Newest

All articles, most recently crawled first.

Cards List

Being an old school web-based sports sim dev in the era of vibe coded games

Hacker News Top · 2d ago Cached

An old-school web-based sports sim developer reflects on how the rise of AI-generated 'vibe coded' games threatens his niche, contrasting modern AI-assisted development with the manual efforts of the past.

0 favorites 0 likes

Show HN: I wrote a C++ ray tracer from scratch without AI

Hacker News Top · 2h ago Cached

A developer built Luz, a C++20 path tracer from scratch with zero dependencies, featuring Monte Carlo path tracing, global illumination, BVH acceleration, and a Blender-to-Luz exporter.

0 favorites 0 likes

Ported my C game to WASM, here's everybug that I hit

Hacker News Top · 2d ago Cached

A developer shares their experience porting a C game to WebAssembly, detailing bugs encountered due to 32-bit vs 64-bit differences and offering debugging tips.

0 favorites 0 likes

Openrouter Fusion API

Hacker News Top · 5h ago Cached

OpenRouter's Fusion API offers pricing and provider information for routing AI model requests across multiple providers, enabling flexible and cost-effective access to various AI models.

0 favorites 0 likes

Belgian politicians would rather risk treason charges than trust engineers

Hacker News Top · 29m ago Cached

Belgian politicians prioritize outsourcing critical IT to US companies over empowering local engineers, despite new treason and state-secret laws that raise the stakes in case of geopolitical conflict.

0 favorites 0 likes

Honor’s Magic V6 sets three foldable firsts

The Verge · 1h ago Cached

Honor's Magic V6 is the thinnest foldable phone yet with the biggest battery and best water resistance, but the improvements are incremental and MagicOS software remains a weak point.

0 favorites 0 likes

Anthropic's Safety Superpower

Hacker News Top · 2h ago Cached

Anthropic released Fable after claiming its predecessor Mythos was too dangerous, but a jailbreak was discovered, prompting the US government to issue an export control directive suspending access. The article analyzes the ensuing conflict between the company and the government over national security concerns.

0 favorites 0 likes

Fox is buying Roku

The Verge · 26m ago Cached

Fox is acquiring Roku for $22 billion, combining Fox's content with Roku's platform to become the third-largest player in the US TV industry.

0 favorites 0 likes

@jiqizhixin: What if your AI could “see” video like a streaming codec—spending tokens only on the most important moments? Introducin…

X AI KOLs Timeline · 11h ago Cached

LLaVA-OneVision-2 introduces codec-stream tokenization for efficient video understanding, significantly outperforming Qwen3-VL-8B on temporal and spatial benchmarks. The model, data, and code are open-sourced.

0 favorites 0 likes

@GenhuiP78950: Open-sourced my AI tools from the past six months. Not a big project, just scripts I use daily – transcribing Douyin/Bilibili videos, podcast-to-text, WeChat public account articles, industry news scanning… 11 in total. Used them privately, now unified with install scripts and docs.

X AI KOLs Timeline · yesterday Cached

Open-sourced a collection of 11 AI tool scripts for collecting and transcribing content from multiple channels like Douyin, Bilibili, and WeChat public accounts, making it easy to build a personal knowledge base. Supports direct installation by agents such as Claude Code, Codex, etc.

0 favorites 0 likes

@tom_doerr: Step-by-step notebooks for building RAG systems https://github.com/langchain-ai/rag-from-scratch…

X AI KOLs Timeline · 14h ago Cached

A step-by-step notebook series for building RAG systems from scratch, covering indexing, retrieval, and generation, accompanied by a video playlist.

0 favorites 0 likes

@gntalktalk: This is the best methodology in AI development recently: The scaling law of software engineering --- Channel AI founder Luke Orthwine proposes a new paradigm: ditch the single-threaded linear "chess thinking" and switch to a high-concurrency, macro-scheduling, saturation-attack "real-time strategy game…

X AI KOLs Timeline · 18h ago Cached

Channel AI founder Luke Orthwine proposes a new software development methodology: shifting programming thinking from traditional chess-like single-threaded linear thinking to real-time strategy game (RTS) style high concurrency, macro scheduling, and saturation attack to achieve efficient development in the AI Agent era.

0 favorites 0 likes

@DanKornas: If you’re trying to follow AI agents for research, the hard part is not one paper — it’s the whole lifecycle. Awesome A…

X AI KOLs Timeline · 20h ago Cached

A curated GitHub resource that maps AI-assisted scientific research tools and papers across the full research lifecycle, from idea generation to dissemination.

0 favorites 0 likes

@yuanhao: https://x.com/yuanhao/status/2066341005847142674

X AI KOLs Timeline · 10h ago Cached

Yoyo is an AI agent that self-evolves every 8 hours on GitHub Actions. Its key to success lies in a harness design of a stateless agent plus persistent state (git repository). The article deeply analyzes simple solutions to issues such as memory, context, feedback, verification, etc., emphasizing that persistent state is more critical than the model itself.

0 favorites 0 likes

@liulangtutu: https://x.com/liulangtutu/status/2066300419148578924

X AI KOLs Timeline · 12h ago Cached

Introduces a workflow that uses Hermes and Obsidian to automatically organize chat highlights using AI and sync them to a local knowledge base, solving the problem of chat records being hard to accumulate.

0 favorites 0 likes

@cxjwin: Found a very practical website collecting various ready-made Agent Loop templates. Core idea: stop manually prompting all the time; design the loop so the agent runs the task on its own. It includes Test Until Green, Fix CI Until G…

X AI KOLs Timeline · 18h ago

Shared a practical website that collects ready-made Agent Loop templates. The core idea is to let the AI agent automatically complete tasks. It includes common loops like Test Until Green, and is suitable for use with Claude Code and Cursor.

0 favorites 0 likes

@MinLiBuilds: I wish I had read such an excellent article during my undergraduate and graduate studies; my career would have turned out completely differently. This is her research methodology, very smart and solid, with compounding returns. Translation: vivek @itsreallyvivek how to be good at r…

X AI KOLs Timeline · yesterday Cached

A methodology article on how to excel at AI research, emphasizing problem selection, literature reading, writing notes, and other skills, suitable for researchers.

0 favorites 0 likes

@aehyok: It's only a matter of time before Claude Code officially develops this god-level skill. It reminds me of several commonly used commands: 1. /btw: temporarily insert a side question without writing it into the conversation history, so the main context stays unpolluted. 2. /model: switch models mid-session, but all context cache is lost. ...

X AI KOLs Timeline · yesterday Cached

Introduces the usage of multiple advanced commands in Claude Code, such as /btw, /model, /fork, /branch, and a powerful skill that uses ⌘F to pop up a side window for parallel conversations.

0 favorites 0 likes

@QingQ77: A verifiable reference of programming patterns extracted from production code, each with interactive visualization, line-accurate source links, and multi-language implementations. https://github.com/Totoro-jam/battle-tested-patterns… Battle-Teste…

X AI KOLs Timeline · 4h ago Cached

A reference library of 46 programming patterns extracted from real production code (e.g., React, Linux kernel, Go, Redis, etc.), each with interactive visualization, line-accurate source links, implementations in TypeScript/Python/Go/Rust, and runnable exercises. The site is bilingual (Chinese and English) and supports search and category browsing.

0 favorites 0 likes

Why are Huawei's Atlas cards not a thing?

Reddit r/LocalLLaMA · 2h ago

A user questions why Huawei's Atlas cards are not widely adopted and speculates on China's potential to produce consumer GPUs to challenge Nvidia's monopoly.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback