135 points by eigenBasis about 15 hours ago | 75 comments | View on ycombinator
trjordan about 9 hours ago |
Kim_Bruning about 10 hours ago |
So LLMs allow you to work at the speed of reading, if not faster. So you can try a paragraph here, completely rewrite the tone. Start a chapter in 1PP and just have it rewritten to 3PP. And sofort and so on. The number of new transformations you can do is endless.
What do a lot of people do? Write a one line prompt and show everyone the oneshot result.
Ok fine, sometimes you don't need to write amazing prose. But you can also be like the early writers who adopted the word processor. If you put the same amount of elbow-grease into using an LLM as you did writing before, you can get some pretty cool results.
pbakker about 1 hour ago |
There are a number of comments that indicate that I'm using coding agents, and wonder if coding doesn't require the same behavior as writing.
Coding agents are absolutely a useful tool - however, that doesn't mean that pure "Vibe Coding" is the best approach for most scenarios. Using coding agents correctly requires a careful approach as well, which also starts with thinking through the problem you're solving! The details of workflows for coding and writing are different (in my opinion), but at a high level the same concept applies; don't let an AI do the important thinking for you!
I'll probably follow up with another blog post with what I've seen work well for coding.
bluepeter about 9 hours ago |
Okay, but reading also requires substantial thinking. Moreover, we can say the same about, say, coding. And I am sure there are people who will say, yes, don't use AI to code. But I do, and the results are amazing, and I still think very deeply: in fact, I spend more time with AI coding (and thinking) than before as I do not get hamstrung on, how do I convert this Word doc to PDF in code again? I spend more time in higher order thinking. Same with when I read text written by an AI. I don't believe that writing is any more sacrosanct that coding. And reading and adjusting AI output requires substantial thinking.
simonw about 9 hours ago |
I used it to edit a document I'm working on, where I accepted about a third of its suggestions. I feel pretty good about it.
If you have a Claude account you should be able to access the artifact I built here: https://claude.ai/artifact/RK7XfnaoxVV1Uji84ETaLr - it uses "Claudeception" - the feature of Claude artifacts that lets them use Claude prompts - so it will be billed against your Claude account (at a cost of probably a fraction of a cent per run.)
Oscalemor about 3 hours ago |
I've been carrying more notebooks, being fine with terminals being idle and focused on 'what is actually being created', and what will remain?
improbableinf about 8 hours ago |
nicbou about 10 hours ago |
I first write the thing myself, then feed it through Deepl Write to see how the AI would write it. It's been very helpful.
I write everything else myself. However I don't know how I feel about spending my time on Earth typing personal responses to AI-generated messages. Do those people deserve my time and energy?
SoylentGreenGPT about 7 hours ago |
crossroadsguy about 7 hours ago |
daoboy about 10 hours ago |
retrocog about 9 hours ago |
sasaf5 about 11 hours ago |
baalimago about 9 hours ago |
Basically an automatic "second-pass" which I would've caught had I re-read it, but automatically.
huijzer about 9 hours ago |
tygon about 9 hours ago |
4b11b4 about 9 hours ago |
The reaction was pretty much silence and most people probably thought I was some angry, arrogant, anti-ai purist... which isn't the case. It can be acceptable to use a language model in code generation but requires new forms of discipline and tooling.
But for for just regular old writing... Should never, ever be generated. I'll likely never change that stance.
sanjays442 about 8 hours ago |
John-16-3 about 8 hours ago |
https://markgreville.ie/2024/12/10/generative-ai-is-digital-...
artursapek about 7 hours ago |
It's a word processor that lets you selectively accept AI suggestions, or just talk to the agent in margin comments. I've been working on this full time for over a year now.
undefined about 8 hours ago |
gonzalohm about 9 hours ago |
> Writing requires thinking, don't let an AI do the thinking for you.
And then the author goes on to admit that they use AI for coding. Does coding not require thinking or what?
I agree that we shouldn't be delegating thinking to AI, but stopping at writing seems disingenuous.
efilife about 8 hours ago |
tigerhuliu about 9 hours ago |
batmang about 7 hours ago |
Our usual flow of writing should not be disturbed at all..
Fixing grammer mistakes wont change the soul.
undefined about 7 hours ago |
vivzkestrel about 9 hours ago |
- sure its good to ask AI feedback about your module or code review or identify vulnerabilities or better ways of doing your existing code
- but maybe stop asking AI to generate entire projects from scratch?
FiniteIntegral about 8 hours ago |
LLMs construct documents like a middle manager trying to get you fired, so it's a bad idea to get a system to try to research something for you. Anytime I've used the ol' panopticon-homunculus for something applied and niche I always follow the source linked to verify it. And the source is vague and generally unverifiable. Humans can actually link other documents that are actually readable to a greater degree.
I think a large part of the blame is the dataset for large scale LLMs being thoroughly and disproportionality poisoned with popular media sites like Reddit.
- You can use AI to look through docs and do research.
- You can use AI to structure your argument.
- You can NOT use AI to actually write the prose.
- You can use AI to proofread, especially for how effectively you've communicated.
I don't know, man, that sounds a lot like using AI to write. Your writing probably says "load-bearing" less than Claude's outputs, but I'm not sure it's much less AI.