HackerTrans
TopNewTrendsCommentsPastAskShowJobs

codeclimber

no profile record

Submissions

Practical Techniques for Coding with LLMs

coding-with-ai.dev
6 points·by codeclimber·8 maanden geleden·0 comments

Cognitive Burden

kau.sh
5 points·by codeclimber·8 maanden geleden·2 comments

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

coding-with-ai.dev
24 points·by codeclimber·9 maanden geleden·62 comments

Building the Language Model Nobody Asked For

blog.pixelmelt.dev
2 points·by codeclimber·9 maanden geleden·0 comments

Should LLMs just treat text content as an image?

seangoedecke.com
2 points·by codeclimber·9 maanden geleden·0 comments

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

simonwillison.net
2 points·by codeclimber·9 maanden geleden·1 comments

The design space of AI coding tools

austinhenley.com
2 points·by codeclimber·9 maanden geleden·0 comments

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

coding-with-ai.dev
2 points·by codeclimber·9 maanden geleden·0 comments

Skills for Claude

blog.fsck.com
2 points·by codeclimber·9 maanden geleden·0 comments

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

coding-with-ai.dev
3 points·by codeclimber·9 maanden geleden·3 comments

We Will Not Trust Autonomous AI Agents Anytime Soon

brodzinski.com
4 points·by codeclimber·9 maanden geleden·0 comments

"Typing is not the bottleneck" – illustrated

blog.robbowley.net
1 points·by codeclimber·9 maanden geleden·1 comments

Letting Claude make art with code

nuudeli.com
2 points·by codeclimber·9 maanden geleden·0 comments

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

coding-with-ai.dev
2 points·by codeclimber·9 maanden geleden·0 comments

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

seangoedecke.com
64 points·by codeclimber·9 maanden geleden·36 comments

For Those Who Use Claude Code Together with Codex

coding-with-ai.dev
2 points·by codeclimber·9 maanden geleden·0 comments

Why AI won't work as a software development abstraction

blog.robbowley.net
2 points·by codeclimber·9 maanden geleden·0 comments

AI Wave – The What and the How

alearningaday.blog
1 points·by codeclimber·9 maanden geleden·0 comments

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

coding-with-ai.dev
1 points·by codeclimber·9 maanden geleden·0 comments

Practical Techniques for Codex, Cursor and Claude Code

coding-with-ai.dev
5 points·by codeclimber·10 maanden geleden·0 comments

comments

codeclimber
·9 maanden geleden·discuss
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 maanden geleden·discuss
This is advanced/cyborg chess in a nutshell (https://en.wikipedia.org/wiki/Advanced_chess)
codeclimber
·9 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
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 maanden geleden·discuss
I've definitely thought of that clip during my own debugging sessions.
codeclimber
·9 maanden geleden·discuss
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 maanden geleden·discuss
Well, Apple declared it an obsolete product, I doubt they will start selling them again