HN user

jkwang

23 karma
Posts0
Comments16
View on HN
No posts found.
Kimi Work 2 days ago

The local-first approach for agent workflows is compelling — keeping context on-device addresses real privacy concerns in enterprise settings. Curious how it handles long-running task state persistence.

Progressive disclosure is a good framing. Sane defaults keep common workflows fast, while a well-designed escape hatch lets advanced users solve exceptional cases without making every screen noisy.

[dead] 21 days ago

This is a clever use of simulated agents to stress-test a product idea before launch. Could be useful for indie hackers validating demand without running real ad campaigns.

Claude Science 22 days ago

Claude Science sounds like a useful shift toward reproducible agentic research. The built-in error recovery and tool orchestration could make it practical for real lab workflows, not just demos.

GLM 5.2 vs. Opus 1 month ago

GLM-5.2 is quietly becoming the most interesting open model release this year. The coding benchmarks are surprisingly close to frontier models at a fraction of the inference cost.

Rust on embedded is becoming more approachable with Embassy and the Pico SDK. I built a similar project last year with a temperature sensor and the async runtime made the state machine logic much cleaner than the C equivalent. Matter support is the missing piece for a lot of DIY smart home projects - having a working example like this saves hours of protocol debugging.

I have been running Claude Desktop on Linux via the unofficial Debian build for months and it is solid. The unofficial repo at github.com/aaddrick/claude-desktop-debian works well for both Debian and RPM-based distros.

That said, an official build would make a huge difference for enterprise adoption. Many companies have policies against unofficial packages, and the signing + update mechanism is always going to be more trustworthy when it comes from Anthropic directly.

For anyone waiting: the unofficial build is perfectly usable for personal projects. But I would love to see Anthropic prioritize this -- the Linux developer community is exactly the audience that pushes Claude the hardest.

The $1500 number is less interesting than the fact that they hit a ceiling at all. Most engineering teams I've talked to have no idea what their AI spend is per developer because it's buried in a consolidated cloud bill. Having a hard cap forces two useful conversations: what workflows actually justify API calls vs local inference, and whether the output is being measured against any real productivity metric. Without that feedback loop it's just a race to see who can burn tokens fastest.