Ask HN: What could I build to make your life a little easier?
9 points by uint9_t 1d ago 10 comments
Ask HN: What is the state of support for mutable torrents?
5 points by absurdistan 3d ago 1 comments
Ask HN: Having terrible time with paid versions of ChatGPT and Claude
3 gist 6 7/20/2025, 5:47:14 PM
Using for really simple bash programming tasks.
Paid version (lowest levels) of both. Claude Sonnet 4; ChatGpt 4o; Code is MacOS.
Going around circles for things as simple as 'please mark the end of the script with #finish of script' and often leaving off parts of the script (Claude).
Failing to easily find missing braces tasks that are easy for a human.
Requesting that I run the sed command to count up the braces 'oh I see we need an extra "{" (but then doesn't even fix). Annoying.
Often requested to 'start a new chat limit reached'.
Can't properly handle coloring of text in the terminal figures out then forgets the fix later with other changes.
What are others experiencing?
LLMs below Opus produce a surprisingly high rate of malformed bash commands that have to be corrected iteratively or just shown the right way from the beginning using aforementioned multishot prompting.
For claude web app the best way to have the agent remember things is to have it open up a running todo list in an artifact that you ask for it to frequently update.
"This is where I would keep track of things that I always want included in any bash or other routine I write that is executed on the command line. I will add to it as I think of new items:
What do you mean by this? Applescript isn't a super common language these days and you gotta acknowledge it's not what LLMs are finetuning on. You might be better off asking for a zsh script that does the same thing.
My experience with Claude has been positive as long as the code itself is broken down into ~500 SLOC or less in each module. Huge run-on programs don't seem to play nice with modern context windows.