> My best guess is that these lines in the prompt were the root of the problem: The second line was recently removed, per the GitHub: https://github.com/xai-org/grok-prompts/commit/c5de4a14feb50...
Odd, when i open it the page loads for second , then disappears and claims it was unable to load the page. But by the point i've already seen what's in it.
Grok 4
61–70 of 294 posts
Re: Grok 4
#62Earlier quoted context omitted.
Running on a server? As in, running it yourself?
I’d guess in a sense that it’s on full-auto most of the time with some minimal check-ins? I was wondering how far can you take TDD-based approach to have Claud continuously produce functional code
Error rate over time increases dramatically.
Re: Grok 4
#63Re: Grok 4
#64Re: Grok 4
#65Re: Grok 4
#66Claude Code converted me from paying $0 for LLMs to $200 per month. Any co that wants a chance at getting that $200 ($300 is fine too) from me needs a Claude Code equivalent and a model where the equivalent's tools were part of its RL environment. I don't think I can go back to pasting code into a chat interface, no matter how great the model is.
The other day I had to write some presumably boring serialization code, and I thought, hmm, I could probably describe the approach I want to take faster than writing the code, so it would be great if an LLM could generate it for me. But as I was coding I realised that while my approach was sound and achievable, it hit a non-trivial challenge that required a rather advanced solution. An inexperienced intern would have probably not been able to come up with the solution without further guidance, but they would have definitely noticed the problem, described it to me, and asked me what to do.
Are we at a stage where an LLM (assuming it doesn't find the solution on its own, which is ok) would come back to me and say, listen, I've tried your approach but I've run into this particular difficulty, can you advise me what to do, or would it just write incorrect code that I would then have to carefully read and realise what the challenge is myself?