Readit News logoReadit News
monkpit commented on What makes Claude Code so damn good   minusx.ai/blog/decoding-c... · Posted by u/samuelstros
bilekas · 5 days ago
I would argue this approach will help you in the long term with code maintainability. Which I feel will be one of the biggest issues down the line with AI generated codebases as they get larger.
monkpit · 5 days ago
The solution is to codify these sorts of things in prompts and tool use and gateways like linters etc. you have to let go…

Deleted Comment

monkpit commented on AI Is a Mass-Delusion Event   theatlantic.com/technolog... · Posted by u/DyslexicAtheist
monkpit · 10 days ago
Great piece.

Also, thinking about Sam Altman talking to Theo Von about Dyson spheres kinda makes me want to live on a different planet.

monkpit commented on What if A.I. doesn't get better than this?   newyorker.com/culture/ope... · Posted by u/sundache
bbqfog · 16 days ago
AI is so new and so powerful, that we don't really know how to use it yet. The next step is orchestration. LLMs are already powerful but they need to be scaled horizontally. "One shotting" something with a single call to an LLM should never be expected to work. That's not how the human brain works. We iterate, we collaborate with others, we reflect... We've already unlocked the hard and "mysterious" part, now we just need time to orchestrate and network it.
monkpit · 16 days ago
I think you’re right - even if we accept the premise that there’s only room for minor marginal improvements, there’s vast amounts of room for improvement with integrations, mcp, orchestration, prompting, etc. I’m talking mostly about coding agents here but it applies more widely.

It’s a completely new tool, it’s like inventing the internal combustion engine and then going, “well, I guess that’s it, it’s kinda neat I guess.”

monkpit commented on Claude Code is all you need   dwyer.co.za/static/claude... · Posted by u/sixhobbits
ramesh31 · 18 days ago
Particularly with the VSCode extension. I was a loyal Cline user until recently because of how good the editor experience was, but the ability for Claude to go off and run for 10+ minutes effectively autonomously, and show me the diffs in realtime is a gamechanger. The token usage has also gotten much more efficient in the last few months. With proper IDE support now I don't see any reason at all to use anything else, especially not the "credit" based middle-man providers (Windsurf/Cursor et. al).
monkpit · 18 days ago
Same here, I was convinced Cline+OpenRouter was the way to go. But with Claude code I’m getting better results and saving money, even compared to planning with Sonnet and transitioning to act mode with DeepSeek, I was still using more than $20/mo easily.
monkpit commented on GPT-5   openai.com/gpt-5/... · Posted by u/rd
ozgung · 21 days ago
GPT-5 should mean a brand new model/architecture trained from scratch.
monkpit · 21 days ago
It means 5 is more than 4, Claude only has a 4. Clearly 5 is better
monkpit commented on Typed languages are better suited for vibecoding   solmaz.io/typed-languages... · Posted by u/hosolmaz
mewpmewp2 · 25 days ago
This is why I have very specific ruleset and linting for my LLMs, not allowing any at all and other quality checks.
monkpit · 25 days ago
Until the agent disables the linter rule without you noticing!
monkpit commented on Typed languages are better suited for vibecoding   solmaz.io/typed-languages... · Posted by u/hosolmaz
resonious · 25 days ago
Right, I've noticed agents are very trigger happy with 'any'.

I have had a good time with Rust. It's not nearly as easy to skirt the type system in Rust, and I suspect the culture is also more disciplined when it comes to 'unwrap' and proper error management. I find I don't have to explicitly say "stop using unwrap" nearly as often as I have to say "stop using any".

monkpit · 25 days ago
I’ve tried enforcing no-explicit-any just to have the agent disable the linter rule. I guess I didn’t say you couldn’t do that…
monkpit commented on Enough AI copilots, we need AI HUDs   geoffreylitt.com/2025/07/... · Posted by u/walterbell
monkpit · a month ago
I was recently thinking, if services offered sufficient api docs/specs you could really just provide an llm to the client and have any client build their own UI to fit their needs. Maybe not that you’d want to. But you could!

u/monkpit

KarmaCake day947December 1, 2015View Original