Remix.run Logo
diego_sandoval 3 days ago

The amount of free chats you get per day is way too limiting for anyone who uses LLMs as an important tool in their day job.

20 USD a month to make me between 1.5x and 4x more productive in one of the main tasks of my job really is a bargain, considering that 20 USD is very small fraction of my salary.

If I didn't pay, I'd be forced to wait, or create many accounts and constantly switch between them, or be constantly copy-pasting code from one service to the other.

And when it comes to coding, I've found Claude 3.5 Sonnet better than ChatGPT.

mplewis 3 days ago | parent [-]

[flagged]

a1j9o94 3 days ago | parent [-]

If you aren't using LLMs for most knowledge work you're probably wasting time somewhere.

gloflo 3 days ago | parent [-]

If you are using LLMs and call the result knowledge you're probably not acting ethically.

sebastiennight 3 days ago | parent [-]

Yesterday I needed to take an unstructured document with about 1,200 timestamps and substract 1 second 550ms from each of those.

I could have written code for it, but Claude output a perfectly valid HTML page I could locally paste my document in, which gave me the accurate output I needed.

This is knowledge work.

Today I had another document, about the length of a small book, where H3 and H4 titles were mistakenly provided in the wrong language. I needed those 159 titles to be changed while preserving the rest of the document, with a very specific maximum word count per title. Claude did this with a single natural language prompt. (though I had to tell it to "go on" every couple hundred lines)

This is also knowledge work. Knowledge work is not generating new knowledge, just like manual work isn't about generating new hands.