HackerTrans
トップ新着トレンドコメント過去質問紹介求人

codeclimber

no profile record

投稿

Practical Techniques for Coding with LLMs

coding-with-ai.dev
6 ポイント·投稿者 codeclimber·8 か月前·0 コメント

Cognitive Burden

kau.sh
5 ポイント·投稿者 codeclimber·8 か月前·2 コメント

Chess engines didn't replace Magnus Carlsen, and AI won't replace you

coding-with-ai.dev
24 ポイント·投稿者 codeclimber·9 か月前·62 コメント

Building the Language Model Nobody Asked For

blog.pixelmelt.dev
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Should LLMs just treat text content as an image?

seangoedecke.com
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Claude Code for Web — a new asynchronous coding agent from Anthropic

simonwillison.net
2 ポイント·投稿者 codeclimber·9 か月前·1 コメント

The design space of AI coding tools

austinhenley.com
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Coding with LLMs: we can talk to computers and nobody is happy

coding-with-ai.dev
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Skills for Claude

blog.fsck.com
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Everything is Amazing and Nobody is Happy (about coding with LLMs)

coding-with-ai.dev
3 ポイント·投稿者 codeclimber·9 か月前·3 コメント

We Will Not Trust Autonomous AI Agents Anytime Soon

brodzinski.com
4 ポイント·投稿者 codeclimber·9 か月前·0 コメント

"Typing is not the bottleneck" – illustrated

blog.robbowley.net
1 ポイント·投稿者 codeclimber·9 か月前·1 コメント

Letting Claude make art with code

nuudeli.com
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

If you use Claude Code with Codex or Cursor: ln -s AGENTS.md CLAUDE.md

coding-with-ai.dev
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

GPT-5-Codex is a better AI researcher than me

seangoedecke.com
64 ポイント·投稿者 codeclimber·9 か月前·36 コメント

For Those Who Use Claude Code Together with Codex

coding-with-ai.dev
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Why AI won't work as a software development abstraction

blog.robbowley.net
2 ポイント·投稿者 codeclimber·9 か月前·0 コメント

AI Wave – The What and the How

alearningaday.blog
1 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Sonnet 4.5 in Claude Code vs. GPT-5 High in Codex CLI: Why Speed Won for Me

coding-with-ai.dev
1 ポイント·投稿者 codeclimber·9 か月前·0 コメント

Practical Techniques for Codex, Cursor and Claude Code

coding-with-ai.dev
5 ポイント·投稿者 codeclimber·10 か月前·0 コメント

コメント

codeclimber
·9 か月前·議論
I agree, that was a weak analogy. Magnus stays employed because chess fans value watching humans compete, not because engines didn't replace his capabilities.

I've updated the post title to "Train with coding assistants like Magnus Carlsen trains with chess engines" to focus on the main point: the methodology. Magnus uses chess engines as sparring-partners to improve his game after matches. Same can be done by developers who will use coding assistants to level up their skills.

Thanks for calling this out.
codeclimber
·9 か月前·議論
This is advanced/cyborg chess in a nutshell (https://en.wikipedia.org/wiki/Advanced_chess)
codeclimber
·9 か月前·議論
Companies automate the parts that are commodity. On messy product work (drifting specs, integration, liability), human + AI + good process > AI alone. The machine proposes; the human sets goals, constrains risk, writes/reads tests. That combo ships faster and with fewer costly mistakes than letting an ai free-run.
codeclimber
·9 か月前·議論
Yes, chess engines review your games and point out blunders. They also suggest moves you'd never consider. Like when you're analyzing a position and the engine recommends a move that flips the eval from -1.5 to +1.8. Similarly, coding assistants might suggest a solution you'd never considered.

Both teach something new.
codeclimber
·9 か月前·議論
Time is measurable, but they're measuring the wrong interval. Speed to first draft means nothing if every subsequent change takes longer because the code is unmaintainable. The technical debt from slop compounds: you're not saving time, you're borrowing it at a terrible interest rate.

In the long run, the LLM that produces less slop per request wins.
codeclimber
·9 か月前·議論
I've definitely thought of that clip during my own debugging sessions.
codeclimber
·9 か月前·議論
Don't run "npm run dev" during development

(I'm running it myself in a separate terminal window, otherwise there is going to be too many dev servers running simultaneously)
codeclimber
·10 か月前·議論
Well, Apple declared it an obsolete product, I doubt they will start selling them again