HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vtemian

no profile record

Submissions

Claude Code is not about code anymore

blog.vtemian.com
2 points·by vtemian·letzten Monat·0 comments

Isopusok.today?

isopusok.today
2 points·by vtemian·letzten Monat·0 comments

Fight Slop with Clarity

blog.vtemian.com
3 points·by vtemian·vor 2 Monaten·0 comments

Make HN great again: Neovim vs. IDEs

4 points·by vtemian·vor 2 Monaten·3 comments

Disposable Tools Manifesto

blog.vtemian.com
1 points·by vtemian·vor 3 Monaten·0 comments

The Disposable Tools Manifesto

blog.vtemian.com
6 points·by vtemian·vor 3 Monaten·0 comments

Harness Engineering

blog.vtemian.com
1 points·by vtemian·vor 3 Monaten·0 comments

I Think Software Development Will Be Automated by 2030

blog.vtemian.com
1 points·by vtemian·vor 4 Monaten·4 comments

Show HN: Real-time observability for coding agents

github.com
14 points·by vtemian·vor 4 Monaten·0 comments

Show HN: Real-Time Observability for Cursor/Claude Code/Codex/OpenCode Agents

github.com
3 points·by vtemian·vor 4 Monaten·0 comments

Model Context Protocol works for tools. It breaks for agents

blog.vtemian.com
1 points·by vtemian·vor 4 Monaten·1 comments

MCP Is Great for Tools. Terrible for Agents

blog.vtemian.com
4 points·by vtemian·vor 4 Monaten·0 comments

Show HN: Export and resume Claude Code sessions

github.com
2 points·by vtemian·vor 5 Monaten·0 comments

Show HN: Learn GPU programming with coding agents

blog.vtemian.com
6 points·by vtemian·vor 5 Monaten·0 comments

vibe-infer: Learning GPU Programming with Claude Code

blog.vtemian.com
3 points·by vtemian·vor 5 Monaten·1 comments

LLMs and Creation Outside of Time

balajmarius.com
3 points·by vtemian·vor 8 Monaten·0 comments

comments

vtemian
·vor 4 Monaten·discuss
[flagged]
vtemian
·vor 4 Monaten·discuss
Git was designed for humans.

Commits, branches, and the entire model works really well for human-to-human collaboration, but it starts to be too much for agent-to-human interactions.

Sharing the entire session, in a human, readble way, offering a rich experiences to other humans to understand, is way better then having git annotations.

That's why we built https://github.com/wunderlabs-dev/claudebin.com. A free and open-source Claude Code session sharing tool, which allows other humans to better understand decisions.

Those sessions can be shared in PR https://github.com/vtemian/blog.vtemian.com/pull/21, embedded https://blog.vtemian.com/post/vibe-infer/ or just shared with other humans.
vtemian
·vor 6 Monaten·discuss
why was this post removed? it was #1
vtemian
·vor 6 Monaten·discuss
> For me, the joy of programming is understanding a problem in full depth, so that when considering a change, I can follow the ripples through the connected components of the system.

100%. The fun is in understanding, creating, exaplaining. Is not in typing, boilerplating, fixing missing imports, and API mismatch etc.
vtemian
·vor 6 Monaten·discuss
This nails what vibe coding actually is. The model handles execution, but intent and taste stay human. That’s where the real leverage is.