Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

72% Positive

Analyzed from 1314 words in the discussion.

Trending Topics

#writing#thinking#write#don#code#text#reading#claude#better#requires

Discussion (31 Comments)Read Original on HackerNews

trjordan41 minutes ago
So let me get this straight:

- 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.

tptacek36 minutes ago
Reading through docs and doing research: of course. They're like much better search engines in that regard. It would be silly not to use them. Obviously, you need to review their search results against their sources.

Structuring arguments: bad idea. Here you're having the model do your thinking for you. The problems that occur with having it write text recur at a macro level; too-obvious patterns. Readers just want to know what the prompt was.

Writing the prose: obviously not.

Proofreading: I think this works pretty great, as long as you have a structure to how you're doing it. "How do I make this better or sharper": bad, you're having the model structure your arguments for you. But for a predefined rubric of stylistic things --- writing you know how to do, that's just tedious to check manually? Hard to see a downside.

kaonwarb34 minutes ago
I didn't see in the article where he recommended AI to structure an argument? He did suggest it can be helpful for structuring data.
simonw13 minutes ago
Just this morning I used Claude to build an "omit needless words" app, which lets me paste in text and then marks up that text with strikes through the words that I can leave out.

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.)

improbableinf9 minutes ago
While I do agree with the premise of the article, if find this way of thinking applicable for writing code as well. Your code is meant to not only be read by machines, but also other fellow humans. Writing code requires substantial amount of thinking as well. Shouldn't we write code without AI as well?
grim_io6 minutes ago
If the point of the code is to be read, maybe.

I don't write code for my colleague's pleasure, I do it to solve a problem as fast and efficiently as possible.

Kim_Bruningabout 2 hours ago
Once upon a time the word processor was invented, and it made it so much easier to arrange your words on paper. iIf bits were wrong, you could just delete them, or copy and paste them across pages. It was actually pretty amazing what you could do; especially if you didn't mind dot-matrix type on fan-fold paper. Of course if you wanted to make a better impression, you'd type it on a typewriter, or better yet, hand-calligraph your writing with a fountain pen.

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.

Isamuabout 1 hour ago
>Once upon a time the word processor was invented, and it made it so much easier to arrange your words on paper.

It’s easier to rearrange and rethink and tinker. Hard to imagine now but it was more efficient in the days when you would have to pencil out a memo and have someone type it up, you would make corrections and the final copy would be done in a couple passes. This has been studied, efficiency has actually gone down, in favor of immediacy and direct control.

What it frees you from is organizing your thoughts ahead of time, which takes practice and discipline. Using an LLM is just taking that further, you can avoid organizing your thoughts and ideas a bit more.

orangeboatsabout 1 hour ago
You nailed it on what I've always wanted to say.

If someone uses LLM to help wording their idea in a way that's easier to understand, I am fine with it as long as they don't copy-paste it verbatim into their blogpost.

I am getting a little ranty here, but the usual LLM-isms like "not this, but that" or "that's the real footnote here" simply add zero value to the text, and I can't imagine anyone who has proofread the LLM-generated text even once will opt to keep those sloppy paragraphs. If I see them, I can't help but to think that the author had oneshotted the text. And it strongly suggests to me that the author has put zero effort into their work.

AlexandrB43 minutes ago
Agree completely. The problem is not the tool, it's all the pointless filler (or even hallucinations) that the tool generates that people leave in.
duped39 minutes ago
I disagree, the problem is the tool. Generating text instead of thinking about what text to use explicitly is not writing, and it's not worthy of someone else reading it.

Fundamental to exchanging ideas is discovering which ideas should be exchanged and how to express them. The process of writing itself is that exercise. If you use a tool to outsource the thinking then you're not thinking.

watwutabout 2 hours ago
> Of course if you wanted to make a better impression, you'd type it on a typewriter, or better yet, hand-calligraph your writing with a fountain pen.

Why do people feel the need to invent the past that never existed?

Isamuabout 1 hour ago
I lived in that past myself, what are you thinking about?
bluepeter38 minutes ago
> Writing requires thinking, don't let an AI do the thinking for you.

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.

stymaar23 minutes ago
> Okay, but reading also requires substantial thinking.

I don't think anyone would argue reading a book takes as much thinking as writing one…

bluepeter8 minutes ago
Perhaps not 1:1, but, personally, I can read for much longer than I can write. And so I'd argue that this duration increase matches any deeper thought that comes with shorter writing bursts.
softwaredoug31 minutes ago
We have copious evidence for behaviors like note taking and writing creates deeper thinking and retention that passively watching / reading

https://www.scientificamerican.com/article/why-writing-by-ha...

retrocog28 minutes ago
I'm on version 6 of a writing an agent voice, style, tone, and orientation guide I have been developing over the course of the past year. Every time the agent writes something using the guide, I edit it and then update the guide where needed. Slowly, the agent is beginning to sound eerily close to my natural writing voice. No, I didn't use it for this comment :)
tygon22 minutes ago
My brain immediately went to "I wonder how many people got this article and used AI to summarize it for them."
huijzer24 minutes ago
I agree. Writing manually and thoughtfully and then letting the AI figure out the nitty gritty implementation works very well.
baalimagoabout 1 hour ago
AI for proofreading/spelling correction and reordering works quite well. My words, but perhaps structured in a way which makes more sense, with sentiment replaced by synonyms.

Basically an automatic "second-pass" which I would've caught had I re-read it, but automatically.

basilikumabout 1 hour ago
Proofreading yes, automatic "corrections" no
nicbouabout 2 hours ago
I use it to write in German, because my German sucks.

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?

daoboyabout 1 hour ago
Advertisement
4b11b437 minutes ago
I said this once in my recent "Trustworthy AI" class that... "I think writing with AI is one of the most detrimental things you can do".

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.

sasaf5about 3 hours ago
Also, don't use AI to translate into a language you can't read back. It glosses over assumptions you didn't know you made, and the output might not mean what you intended.
hdhdjdifabout 1 hour ago
this SPECIALLY for arabic the shit I see everyday
gonzalohm18 minutes ago
The article opens with

> 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.

vivzkestrel42 minutes ago
- why stop at writing? put this advice for coding too

- 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?