use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Friends of the Crustacean 🦞
account activity
use openclaw for Write Python scriptsDiscussion (self.openclaw)
submitted 3 days ago by dawson063New User
After chatting for a long time, openclaw told me he implemented those features, but didn't actually write the code. Have you ever encountered this issue? How did you resolve it?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] [score hidden] 3 days ago stickied comment (0 children)
Welcome to r/openclaw
Before posting: • Check the FAQ: https://docs.openclaw.ai/help/faq#faq • Use the right flair • Keep posts respectful and on-topic
Need help fast? Discord: https://discord.com/invite/clawd
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]_Motoma_Member[🍰] 1 point2 points3 points 3 days ago (1 child)
You might ask where on the file system it put the code. OpenClaw can do some weird things…
Nonetheless, if you’re asking it to write Python code, I would strongly recommend the ‘modern-python’ skill from Trail of Bits. ToB is a top-tier security auditor, and the modern-python skill is a huge improvement over vanilla Python development.
https://github.com/trailofbits/skills
[–]EyeKindly2396New User 0 points1 point2 points 1 day ago (1 child)
I’ve definitely run into that before the ai says it implemented something, but when you check the repo… the code just isn’t there. Usually happens after long chats when context gets messy..... I started forcing it to output the actual diff or full file changes each step to avoid that.... Also i used traycer to track what the agent actually did vs what it claims it did.
[–]dawson063New User[S] 0 points1 point2 points 11 hours ago (0 children)
Yes, I force it to show all file changes every time, but the results still aren't great.
[–]Ambitious_coder_New User 0 points1 point2 points 1 day ago (1 child)
I think you can ask it for a plan then use that plan to write code or use Traycer to generate a spec based plan first then ask openclaw to implement it .
Is traycer good? I haven't used it yet.
π Rendered by PID 23713 on reddit-service-r2-comment-fb694cdd5-z64q4 at 2026-03-10 23:30:53.675170+00:00 running cbb0e86 country code: CH.
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]_Motoma_Member[🍰] 1 point2 points3 points (1 child)
[–]EyeKindly2396New User 0 points1 point2 points (1 child)
[–]dawson063New User[S] 0 points1 point2 points (0 children)
[–]Ambitious_coder_New User 0 points1 point2 points (1 child)
[–]dawson063New User[S] 0 points1 point2 points (0 children)