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