I look forward to most tech writing done with AI. Writing documentation and requirements requires a lot of effort to keep consistent and up to date. Having an AI look at your code and config and then write a nice report will easily beat 99% of all tech docs in companies.
What if AI didn't make you a bad writer, but a better thinker?
31–40 of 127 posts
Re: What if AI didn't make you a bad writer, but a better thinker?
#32Earlier quoted context omitted.
That is quite literally what the article talks about.
It seemed rather light on details to me, like do you upload a whole bunch of documents onto the site and then it builds a model based upon that that it uses to query?
(and yes, there is an import feature for the aforementioned other tool).
Re: What if AI didn't make you a bad writer, but a better thinker?
#33I’ve been using AI to write with great success. Mostly business documents. My general process is this: Think of the concept I want to write about as well as the supporting evidence for the topic. Ask ChatGPT to write me something in my target format using the topic and supporting evidence as input. What I get back is essentially a well-written skeleton that I can use to fill in additional details. Finally, I pass my…
Re: What if AI didn't make you a bad writer, but a better thinker?
#34Re: What if AI didn't make you a bad writer, but a better thinker?
#35Earlier quoted context omitted.
That is quite literally what the article talks about.
It seemed rather light on details to me, like do you upload a whole bunch of documents onto the site and then it builds a model based upon that that it uses to query?
Re: What if AI didn't make you a bad writer, but a better thinker?
#36Earlier quoted context omitted.
So you are providing sensitive business information/facts to a third party service that's likely going to use those for training, analysis, store it, etc. ? It should be fine for most places I guess - but I suspect a decent amount will have a problem with this. This is my main reservation about copilot as well (quality issues aside).
I didn't think copilot was actually sending your source code back to GitHub? It's trained on OSS.
Re: What if AI didn't make you a bad writer, but a better thinker?
#37The spate of AI "artwork" I have seen over the past few months has seemed to me to be good "prompts" for artists. Many of what I have seen has a germ of something interesting in it — but is often missing in other regards. An obvious example that comes to mind are the recent "Jordowsky Tron" images [1]. Any art director could comb those images, consider changes here, there — and end up with something better than the A…
Re: What if AI didn't make you a bad writer, but a better thinker?
#38Re: What if AI didn't make you a bad writer, but a better thinker?
#39Earlier quoted context omitted.
So you are providing sensitive business information/facts to a third party service that's likely going to use those for training, analysis, store it, etc. ? It should be fine for most places I guess - but I suspect a decent amount will have a problem with this. This is my main reservation about copilot as well (quality issues aside).
I didn't think copilot was actually sending your source code back to GitHub? It's trained on OSS.
https://thakkarparth007.github.io/copilot-explorer/posts/cop...
Re: What if AI didn't make you a bad writer, but a better thinker?
#40I look forward to most tech writing done with AI. Writing documentation and requirements requires a lot of effort to keep consistent and up to date. Having an AI look at your code and config and then write a nice report will easily beat 99% of all tech docs in companies.
I'd love for this to be the case, but often the most(/only) important part of a tech doc is the "why," i.e. the background knowledge about the business itself, or the conceptual framework that underlies the code. Even more so for writing requirements. How would AI be able to help with that? Maybe by parsing through all related meeting transcripts as well?
Those and design docs. It can also reason over code somewhat; it may be possible for the model to intuit design constraints from code.