HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vtemian

no profile record

Submissions

Claude Code is not about code anymore

blog.vtemian.com
2 points·by vtemian·w zeszłym miesiącu·0 comments

Isopusok.today?

isopusok.today
2 points·by vtemian·w zeszłym miesiącu·0 comments

Fight Slop with Clarity

blog.vtemian.com
3 points·by vtemian·2 miesiące temu·0 comments

Make HN great again: Neovim vs. IDEs

4 points·by vtemian·2 miesiące temu·3 comments

Disposable Tools Manifesto

blog.vtemian.com
1 points·by vtemian·3 miesiące temu·0 comments

The Disposable Tools Manifesto

blog.vtemian.com
6 points·by vtemian·3 miesiące temu·0 comments

Harness Engineering

blog.vtemian.com
1 points·by vtemian·3 miesiące temu·0 comments

I Think Software Development Will Be Automated by 2030

blog.vtemian.com
1 points·by vtemian·4 miesiące temu·4 comments

Show HN: Real-time observability for coding agents

github.com
14 points·by vtemian·4 miesiące temu·0 comments

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

github.com
3 points·by vtemian·4 miesiące temu·0 comments

Model Context Protocol works for tools. It breaks for agents

blog.vtemian.com
1 points·by vtemian·4 miesiące temu·1 comments

MCP Is Great for Tools. Terrible for Agents

blog.vtemian.com
4 points·by vtemian·4 miesiące temu·0 comments

Show HN: Export and resume Claude Code sessions

github.com
2 points·by vtemian·5 miesięcy temu·0 comments

Show HN: Learn GPU programming with coding agents

blog.vtemian.com
6 points·by vtemian·5 miesięcy temu·0 comments

vibe-infer: Learning GPU Programming with Claude Code

blog.vtemian.com
3 points·by vtemian·5 miesięcy temu·1 comments

LLMs and Creation Outside of Time

balajmarius.com
3 points·by vtemian·8 miesięcy temu·0 comments

comments

vtemian
·4 miesiące temu·discuss
[flagged]
vtemian
·4 miesiące temu·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
·6 miesięcy temu·discuss
why was this post removed? it was #1
vtemian
·6 miesięcy temu·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
·6 miesięcy temu·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.