You will say I programmed it, there is no longer for this distinction. But then you can add that you used automatic programming in the process. But shortly there will be no need to refer to this term similarly to how today you don't specify you used an editor...
(Yes?) but the editor isn't claiming to take your job in 5 years.
Also I do feel like this is a very substantial leap.
This is sort of like the difference between some and many.
Your editor has some effect on the final result so crediting it/mentioning it doesn't really impact it (but people still do mention their editor choices and I know some git repo's with .vscode which can show that the creator used vscode, I am unfamiliar if the same might be true for other editors too)
But especially in AI, the difference is that I personally feel like its doing many/most work. It's literally writing the code which turns into the binary which runs on machine while being a black box.
I don't really know because its something that I am contradicted about too but I just want to speak my mind even if it may be a little contradicted on the whole AI distinction thing which is why I wish to discuss it with ya.
LLMs translate specs into code, if you master conputational thinking like Antirez, you basically reduce LLMs to intelligent translators of the stated computational ideas and specifications into a(ny) formal language + the typing. In that scenario LLMs are a great tool and speedup the coding process. I like how the power is in semantics, whereas syntax becomes more and more a detail (and rightfully so)!
They corned the market, drove everyone out of it, and are now rent-seeking. Can't say you have much of a choice between youtube and any other video provider that has the same content on it.
>They corned the market, drove everyone out of it, and are now rent-seeking.
It's almost dumping [1]: they gave a service away for free (even if they were losing a lot of money) just to make it unfeasible for any other company to start a competing service.
Vimeo could have been a competitor, but then they pivoted to a professional market and now that Bending Spoons bought them [2], I'm not sure they will even have a future.
It is dumping. The whole YCombinator VC Silicon Valley model is entirely based on dumping. They call it "burning VC cash", which is an overly wordy synonym for it to muddy the waters, and it would be positive for the world if everyone installed a browser script that did a `s/burning vc cash/dumping` on all text elements.
Sure, I'm not using it with my company/enterprise account for that reason. But for my private sub, it's worth the tradeoff/risk. Ethically I see no issue at all, because those LLMs are trained on who knows what.
But you can use pi with z.ai or any of the other cheap Claude-distilled providers for a couple bucks per month. Just calculate the risk that your data might be sold I guess?
Is the app legitimate though? A few of these apps that deal with LLMs seem too good to be true and end up asking for suspiciously powerful API tokens in my experience (looking at Happy Coder).
It's legitimate, but its also extremely powerful and people tend to run it in very insecure ways or ways where their computer is wiped. Numerous examples and stories on X.
I used it for a bit, but it burned through tokens (even after the token fix) and it uses tokens for stuff that could be handled by if/then statements and APIs without burning a ton of tokens.
But it's a very neat and imperfect glimpse at the future.
They've recently added "lobster" which is an extension for deterministic workflows outside of the LLM, at least partially solving that problem. Also fixed a context caching bug that resulted in it using far more Anthropic tokens than it should have.
> it burned through tokens (even after the token fix) and it uses tokens for stuff that could be handled by if/then statements and APIs without burning a ton of tokens.
I looked at the code and have followed Peter, it's developer, for a long time and he has a good reputation?
> Sponsored by the token seller, perhaps?
I don't know what this means. Peter wasn't sponsored at the time, but he may or may not have some sort of arrangement with Minimax now. I have no clue.
Inspired by https://news.ycombinator.com/item?id=46754944, I built a Linux clone of the app. Always had it in the back of my mind to create such a thing and this was the impetus needed.
Install using:
pip install postured
uv pip install postured
Disclaimer: built with Claude Code, tested by a human.
We fix this issue by distributing ours in a tar file with the executable bit set. Linux novices can just double click on the tar to exact it and double click again on the actual appimage.
Been doing it this way for years now, so it's well battle tested.
That kind of defeats the point of an AppImage though - you could just as well have a tar archive with a c classic collection of binaries + optional launcher script.
It certainly quicker (and at times, more fun!) to develop this way, that is for certain.
reply