Readit News logoReadit News
swaminarayan commented on Show HN: Axe – A 12MB binary that replaces your AI framework   github.com/jrswab/axe... · Posted by u/jrswab
swaminarayan · 5 hours ago
Axe treats LLM agents like Unix programs—small, composable, version-controllable. Are we finally doing AI the Unix way?
swaminarayan commented on Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer   appsoftware.com/blog/intr... · Posted by u/gbro3n
gbro3n · 3 days ago
I'd been using this workflow for a while, but this post I found on HN a couple of weeks ago really solidified it: https://boristane.com/blog/how-i-use-claude-code/

> The workflow I’m going to describe has one core principle: never let Claude write code until you’ve reviewed and approved a written plan. This separation of planning and execution is the single most important thing I do. It prevents wasted effort, keeps me in control of architecture decisions, and produces significantly better results with minimal token usage than jumping straight to code.

swaminarayan · 3 days ago
sure will take a look
swaminarayan commented on Show HN: Claude-replay – A video-like player for Claude Code sessions   github.com/es617/claude-r... · Posted by u/es617
swaminarayan · 3 days ago
How are people sharing reproducible AI coding sessions today? Screenshots and recordings never capture the full interaction.
swaminarayan commented on Show HN: VS Code Agent Kanban: Task Management for the AI-Assisted Developer   appsoftware.com/blog/intr... · Posted by u/gbro3n
swaminarayan · 3 days ago
“Context rot” with AI coding tools is definitely real. After a few sessions the agent forgets earlier decisions, and you end up repeating the same planning conversation again.

Storing the plan and discussion as Markdown in Git is an interesting approach. It basically treats the agent’s reasoning as part of the project history, not just the final code.

Curious if others here are doing something similar to keep context across sessions.

swaminarayan commented on Best performance of a C++ singleton   andreasfertig.com/blog/20... · Posted by u/jandeboevrie
swaminarayan · 5 days ago
Nice breakdown. I’m curious how often the guard check for a function-local static actually shows up in real profiles. In most codebases Instance() isn’t called in tight loops, so the safety of lazy initialization might matter more than a few extra instructions. Has anyone run into this being a real bottleneck in practice?
swaminarayan commented on Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies   mujs.org... · Posted by u/amaury_bouchard
swaminarayan · 5 days ago
At ~5KB gzipped this is impressively small. What were the biggest features you deliberately left out to keep the size that low?
swaminarayan commented on Show HN: Moongate – Ultima Online server emulator in .NET 10 with Lua scripting   github.com/moongate-commu... · Posted by u/squidleon
swaminarayan · 6 days ago
Very cool project. MMO server codebases tend to accumulate a lot of architectural complexity over time, so starting fresh with a cleaner separation between networking and game logic makes a lot of sense.

Curious about the sector-based delta sync — how do you avoid packet bursts when a player enters a busy area with lots of items and mobiles?

Also interesting to see NativeAOT used here. Was that mainly for deployment simplicity or performance?

swaminarayan commented on Show HN: PageAgent, A GUI agent that lives inside your web app   alibaba.github.io/page-ag... · Posted by u/simon_luv_pho
swaminarayan · 7 days ago
If an AI agent runs inside the page and can see the DOM and the user’s session, how do you keep it safe without limiting what it can actually do?
swaminarayan commented on MacBook Neo   apple.com/newsroom/2026/0... · Posted by u/dm
swaminarayan · 7 days ago
which AI features will I get in neo ?

u/swaminarayan

KarmaCake day37February 16, 2026View Original