SlideShare a Scribd company logo
1 of 59
Generative AI for TWs
Workshop
Conducted at Tech Write Pro
2nd Conference
-Raghuram Pandurangan
PayU India
About me
With more than two decades of experience in technical writing, I am dedicated to helping
organizations and writers overcome their challenges. My expertise includes adopting authoring
tools, Documentation Strategy, and automating review and publishing workflows. I have for 22+
years of experience specializing in Healthcare IT and Fintech.
Earlier, served as a STC India Chapter volunteer in various roles such as Vice President (2 years)
and Membership Manager (4 years). Currently, serving as Core member of Tech Write Pro. I am
the owner and moderator of the Technical Writer Forum group on LinkedIn with ~53K members,
where I facilitate active discussions without promotions or spam.
2
Generative AI for
TWs
• Generating ideas
• Proofreading
• Optimization
• Code Generation & Walkthrough
• FAQs
• Instructional Videos
3
Artificial Intelligence
1956
Artificial Intelligence
The field of computer science that seeks to create
intelligent machines that can replicate or exceed
human intelligence
Machine Learning
1997
Machine Learning
Subset of AI that enables machines to learn from
existing data and improve upon that data to make
decisions or predictions
Deep Learning
2017
Deep Learning
A machine learning technique in which layers of neural
networks are used to process data and make decisions
Generative AI
2021
Create new written, visual, and auditory content given
prompts or existing data
1956
Advantages of Gen AI
• Improved Content Generation
• Faster Document Production
• Time and Cost Savings
• Multilingual Capabilities
5
Limitations
• Quality and Coherence
• Bias and Fairness
• Control and Fine-Tuning
• Ethical Issues
• "Resistance to Change"
6
Using Generative AI
to in your DDLC
Process of designing, refining, and
optimizing input prompts to guide a
model toward producing more accurate
outputs while keeping cost efficiency
Prompt Engg.
Instruction
Input data
Context
Target format
Example
Cue
Write a product launch email for new headphones.
<
This product is AI-powered and priced at $79.99.
The tone is friendly and exciting.
Output as a JSON object with "subject" and "body" fields.
Example:
{
"subject": "Introducing Our New AI-Powered Headphones!",
"body": "We are thrilled to announce the launch of our new AI-
powered headphones"
}
Output:
<
Prompt Anatomy
Tokens
• Start with clear instructions and repeat the
instructions at the end
• Add clear syntax: headers, separators
• Break the task down
• Adjust parameters: Temperature and Top
probabilities
Recommendations
(token limit)
Large Text
Beyond
Token
Limit
Chunks
Please summarize and extract topic: Global warming refers to
the gradual increase in the overall temperature of the Earth's
atmosphere, primarily caused by the burning of fossil fuels
such as coal, oil, and natural gas. This burning releases
carbon dioxide and other greenhouse gases into the
atmosphere, which trap heat and cause the Earth's
temperature to rise.
Climate change is a pressing issue that needs to be addressed
immediately. Governments around the world need to take
immediate action to reduce carbon emissions and invest in
renewable energy sources. Failure to do so will have dire
consequences for future generations
The text is discussing global warming, which is the gradual increase in
the overall temperature of the Earth's atmosphere caused by the
burning of fossil fuels. This burning releases greenhouse gases, such
as carbon dioxide, into the atmosphere which trap heat and cause the
temperature to rise. The text also highlights the urgency of the issue
of climate change and the need for governments to take action to
reduce carbon emissions and invest in renewable energy sources.
Failure to address this issue will have negative consequences for
future generations.
Topic: Climate change and Global warming.
Continue to
next prompt
Please summarize the following text:
'Climate change is a pressing issue that
needs to be addressed immediately. The
increasing levels of carbon dioxide in the
atmosphere are causing the Earth's
temperature to rise, which is leading to
more frequent and severe natural disasters.
Governments around the world need to take
immediate action to reduce carbon
emissions and invest in renewable energy
sources. Failure to do so will have dire
consequences for future generations'"
Climate change is a pressing issue that needs to
be addressed immediately. Governments
around the world need to take immediate
action to reduce carbon emissions and invest in
renewable energy sources. Failure to do so will
have dire consequences for future generations
Prompt Chunking
Meet my team
Feedback, FAQs, New
topics,
Sample Code or
Walkthroughs
Campaign Posters/
Videos
Instructional
Videos
Paraphrasing
13
Rewording.io
Tool / Cost/month Billed Monthly Billed Yearly
ChatGPT $20 Not available
Bing Copilot 2000 Not available
Canva Not available 3999
Invideo.io
(50 mins video) $25 $20
Quillbot $9.95 $4.17
Licensing
14
• Content that has been generated by an AI system and
may contain errors, inconsistencies, or outdated
information.
• Always, thoroughly verify the content Generated by AI
• AI can pick content from anywhere so it can be from your
competitor too
• Always try prompting AI with your existing documentation
for better accuracy
15
Using Generative AI
to in your DDLC
● Helps generate an outline for your documentation
● Based on the target audience, helps tailor the language and tone of the
content.
● Recommendations on whether to use simpler language.
● Suggests authoring or screen capture tools based on your team’s needs.
● Helps you with sample content – Writer’s block
● Assist in drafting introductory paragraphs, summaries, and other
essential parts.
Analysis & Planning
Content
Development
● Generate technical content based on prompts.
● Writers input bare-bones project details, and GenAI produces relevant
documentation.
● Augments domain-specific knowledge with automated writing
capabilities.
● You must oversee AI-generated content
Automation
● Use GenAI for mundane tasks like:
○ Release Notes from Trouble Ticketing tools like JIRA (Example)
○ FAQs from Support tickets (Example)
○ Product Descriptions
○ Standard Operating Procedures (Example)
● Create FAQs based on existing documentation
Mundane Content
● Recruiters take only 30s to scan your resume
● Most of the resumes are filtered by ATS (AI)
● Use Generative AI to create:
○ Custom Resumes based on JD
○ Custom Cover Letter based on JD
Resume &
Cover Letter
ACTIVITY 1: FAQs
ACTIVITY 2: Resume
FAQs
Step 1: Choose the source Step 2: Prompt
• Choose only the released content
as source
• Support tickets pasted in prompt if it does
not have customer information or your
organization permits you to...
Repeat the flow for several programming
languages to use for a single recipe
Pitch deck title
24
Step 3: Review
• Review thoroughly and
rephrase
• Add hyperlinks
• Review it with SME
FAQ Prompt Example
Could you help me with FAQs for
Installing Citrix StoreFront based
on the following technical
documentation:
https://docs.citrix.com/en-
us/storefront/2203-ltsr/install-
standard/install
25
● Convert cURL requests to other language bindings
● Check the accuracy of API requests in cURL or any other language
binding
● Create code walkthroughs of API requests in most used language
binding for basic to expert developers
Developer Docs
Code Walkthroughs - DevExp
Handholding made easy
Language Bindings
Prompt with your exact requirement and
include the cURL, response to be parsed,
etc.
Repeat the flow for several programming
languages to use for a single recipe
Pitch deck title
27
ACTIVITY 2: API Request Code walkthrough
Code Walkthrough Prompt Example
Bing CoPilot Pro Google Gemini
Pitch deck title
29
● SMEs verify GenAI output.
● Writers maintain control over content
accuracy.
● GenAI complements human expertise,
streamlining workflows.
Quality Assurance
ACTIVITY 3 : Blogs
Blog Posts
Pitch deck title
32
Find yourself stuck, not knowing how to
begin your blog post, use brainstorming
feature of Notion AI. It is useful when faced
with starting that dreaded first draft!
Creating an outline
Ask for an article skeleton. Here is my
simple prompt:
Could help with an outline for a blog on
Challenges with implementing Generative
AI in technical writing?
Brainstorming
Certainly! Here's an outline for a blog on
the challenges of implementing Generative
AI in technical writing...
Blog Outline: Response
**Title: Challenges of Implementing Generative AI in Technical
Writing**
**Introduction:**
- Brief overview of Generative AI and its applications in various
fields.
- Explanation of how Generative AI is being explored in technical
writing to automate content generation.
**1. Complexity of Technical Content:**
- Discuss the intricate nature of technical writing, which often
involves conveying complex concepts and procedures.
- Explain how Generative AI may struggle to comprehend and
accurately generate technical content due to its complexity and
specificity.
**2. Domain-Specific Knowledge:**
- Highlight the importance of domain-specific knowledge in technical
writing, where familiarity with specialized terminology and concepts is
crucial.
- Explain the challenge of training Generative AI models to understand
and utilize domain-specific knowledge effectively.
**3. Maintaining Consistency and Accuracy:**
- Discuss the importance of consistency and accuracy in technical
documentation to ensure clarity and reliability.
- Address the challenge of maintaining consistency and accuracy when
using Generative AI, which may produce content that lacks coherence
or contains inaccuracies.
Pitch deck title
33
Blog Outline: Response [Contd.]
**4. Contextual Understanding:**
- Explore the difficulty of teaching Generative AI models to comprehend
the context surrounding technical content, such as user intent, audience
demographics, and situational relevance.
- Discuss the potential implications of context misunderstanding,
including inappropriate content generation or misinterpretation of
user queries.
**5. Ethical Considerations:**
- Address the ethical implications of using Generative AI in technical
writing, including concerns related to misinformation, bias amplification,
and plagiarism.
- Discuss the responsibility of organizations and practitioners to implement
ethical guidelines and safeguards when leveraging Generative AI for content
generation.
**6. Integration Challenges:**
- Highlight the technical and logistical challenges associated with integrating Generative
AI tools into existing technical writing workflows and platforms.
- Discuss the need for seamless integration, interoperability,
and customization to accommodate diverse use cases and user requirements.
**Conclusion:**
- Summarize the key challenges of implementing Generative AI
in technical writing, including complexity, domain-
specificity, consistency, contextual understanding, ethical considerations, and integration
challenges.
- Emphasize the importance of addressing these challenges
through ongoing research, innovation, and collaboration between
AI developers, technical writers, and domain experts.
Pitch deck title
34
Review Cycle
Review Cycle
Pitch deck title
36
● Use Gen AI for checking:
● Grammar
● Style Guide Check
● Minimalism
● Consistency
Publishing
Publishing
Pitch deck title
38
● SEO Optimization is the best use case
● Helps you with Metadata description for each
page/topic
● Assist in proofreading and identifying textual
errors.
Publishing
Pitch deck title
39
● GenAI can aid in translating content into different
languages.
● It helps adapt documentation for global
audiences.
● For FAQs, help articles, or chatbots, GenAI
responds in real time.
Search Chatbot
Embed chatbot to your help website and
reduce the L1/L2 support queries. It
skims the content and presents the
answers to the questions very well
including sample codes.
40
Some other use cases....
Prompt-based writing Rewriting
Prompt.AI and AI Dungeon create random
prompts or scenarios
By writing in response to prompts, writers can get
past their creative blocks and come up with new
ideas.
Quillbot and Hemingway Editor
offers different ways to put sentences
together or different words to use.
Mind mapping & Idea Generation Overcoming Psychological Barriers
MindMeister or Miro organize your
thoughts and visualizing the connections
between different ideas.
Get past mental blocks of self-doubt by
giving feedback and encouragement that is
based on facts.
41
Generative AI Video
Content
Invideo.io overview
Quick
Generate videos in 3-5
mins with just a prompt
Deliver fast
You can easily deliver up
to 5 videos/day.
Variety
Create videos for
• Explanation
• Shorts
Authentic
Generates based on:
• Article or content you
provide
• Existing learning
43
How invideo.io works?
Media Library Hear the Prompt Design Video
44
How to create a
video?
1. Identify source
2. Video style
3. Prompt and Settings
4. Edit
5. Download & Publish
Pitch deck title 45
46
TW
Step 1: Identify
Source
• Raw text
• Along with URLs of:
o Article
o Blog
o Help documentation (available to
public)
o Website page
Step 2: Select
Video Style
• Choose the workflow according to
length and target audience:
Step 3: Prompt
and Settings
• Select the duration
• Prompt with the source URL or
enter the requirement in short
• Click
48
Wait for the
video to
Generate...
If not responding:
• Check if the URL provided is not
behind firewall or not opening
• Try changing the prompt
• Provide only one URL with prompt to
avoid confusing the AI
49
50
Step 4: Edit
• Use prompts to edit
o "In scene 2, remove the mention
or reference of "…."
o "Remove scene 2"
• Update the scenes to
include custom
images/screenshots
• Regenerate if required
51
Step 5: Download
& Publish
• Select the following settings:
o Stock images watermarks for education
o Subtitles
o Resolution – 1080p ideal for YouTube
Example
Create an instructional video for the
following procedure to install Citrix
Storefront:
https://docs.citrix.com/en-us/storefront/2203-
ltsr/install-standard/install
52
Confirmation message:
Create a 3 minutes youtube video about Create an instructional
video for the following procedure to install Citrix Storefront:
https://docs.citrix.com/en-us/storefront/2203-ltsr/install-
standard/install. Settings: Use a female young Indian voice. Use
Tech Write Pro Webinar as watermark text.
Result: https://ai.invideo.io/watch/-vRnet-H8Df
ACTIVITY 3 : Video using InVideo
TW Best Practices Example
TW Collaboration
Refer the following pages and
create a video on how technical
writers must collaborate with
various teams in an organization:
https://clickhelp.com/clickhelp-
technical-writing-
blog/collaboration-between-
technical-writers-and-developers/
https://www.helpscout.com/help
u/support-technical-writers/
Correction #1
Remove the mention on
ClickHelp at the end of Chapter
2
Correction #2
Include the emphasis
of Integrate Documentation Into
Development Cycles at the end
of Chapter 3 as
in https://clickhelp.com/clickhel
p-technical-writing-
blog/collaboration-between-
technical-writers-and-
developers/
54
Result: https://youtu.be/nUbnlYxc5is
Summary
• Embrace AI to use the right tools for each use
case which are you are comfortable with.
• Do not overdo
• Always validate the generated content by yourself
or the right SME before making it available to
your customers.
• Educate your organization with its benefits if they
feel it is misuse
55
Bibliography
• Prompt Engineering – Maxim Salnikor @ Slideshare
Thank you
Connect with me:
www.linkedin.com/in/raghuram7
7
My YouTube Channel
https://www.youtube.com/chan
nel/UCfz3ZZZgMg8hNg1UUtIX
Qdg
Generative AI for TWs 57
https://collager.ai/
Additional Reference
•
• Tokens can sometimes be counter-intuitive
• Tabular data is space-efficient

More Related Content

Similar to Generative AI for Technical Writer or Information Developers

Operating System Upgrade Implementation Report And...
Operating System Upgrade Implementation Report And...Operating System Upgrade Implementation Report And...
Operating System Upgrade Implementation Report And...Julie Kwhl
 
Enacting Scrum - What it takes to maximize the chances for a successful adopt...
Enacting Scrum - What it takes to maximize the chances for a successful adopt...Enacting Scrum - What it takes to maximize the chances for a successful adopt...
Enacting Scrum - What it takes to maximize the chances for a successful adopt...ITCamp
 
BTech Final Project (1).pptx
BTech Final Project (1).pptxBTech Final Project (1).pptx
BTech Final Project (1).pptxSwarajPatel19
 
Building Products That Think- Bhaskaran Srinivasan & Ashish Gupta
Building Products That Think- Bhaskaran Srinivasan & Ashish GuptaBuilding Products That Think- Bhaskaran Srinivasan & Ashish Gupta
Building Products That Think- Bhaskaran Srinivasan & Ashish GuptaISPMAIndia
 
ChatGPT For Business Use
ChatGPT For Business UseChatGPT For Business Use
ChatGPT For Business UseSanjay Willie
 
ChatGPT-and-Generative-AI-Landscape Working of generative ai search
ChatGPT-and-Generative-AI-Landscape Working of generative ai searchChatGPT-and-Generative-AI-Landscape Working of generative ai search
ChatGPT-and-Generative-AI-Landscape Working of generative ai searchrohitcse52
 
CIS 599 Exceptional Education / snaptutorial.com
CIS 599 Exceptional Education / snaptutorial.comCIS 599 Exceptional Education / snaptutorial.com
CIS 599 Exceptional Education / snaptutorial.comdonaldzs98
 
Making PHP Smarter - Dutch PHP 2023.pptx
Making PHP Smarter - Dutch PHP 2023.pptxMaking PHP Smarter - Dutch PHP 2023.pptx
Making PHP Smarter - Dutch PHP 2023.pptxAdam Englander
 
BIS 221 RANK Inspiring Innovation--bis221rank.com
BIS 221 RANK Inspiring Innovation--bis221rank.comBIS 221 RANK Inspiring Innovation--bis221rank.com
BIS 221 RANK Inspiring Innovation--bis221rank.comsachin10111
 
BIS 221 RANK Education Counseling--bis221rank.com
BIS 221 RANK Education Counseling--bis221rank.comBIS 221 RANK Education Counseling--bis221rank.com
BIS 221 RANK Education Counseling--bis221rank.comvenkat60036
 
BIS 221 RANK Lessons in Excellence--bis221rank.com
BIS 221 RANK Lessons in Excellence--bis221rank.comBIS 221 RANK Lessons in Excellence--bis221rank.com
BIS 221 RANK Lessons in Excellence--bis221rank.comthomashard72
 
Session 1 AI literacy What is AI and how do we use it (Slide Presentation).pptx
Session 1 AI literacy What is AI and how do we use it (Slide Presentation).pptxSession 1 AI literacy What is AI and how do we use it (Slide Presentation).pptx
Session 1 AI literacy What is AI and how do we use it (Slide Presentation).pptxjameshodgkinson9
 
Session 1 AI literacy What is AI and how do we use it (video).pptx
Session 1 AI literacy What is AI and how do we use it (video).pptxSession 1 AI literacy What is AI and how do we use it (video).pptx
Session 1 AI literacy What is AI and how do we use it (video).pptxjameshodgkinson9
 
Tech Planning for Really Smart People
Tech Planning for Really Smart PeopleTech Planning for Really Smart People
Tech Planning for Really Smart PeopleCAMT
 
Platform approach to scaling machine learning across the enterprise
Platform approach to scaling machine learning across the enterprisePlatform approach to scaling machine learning across the enterprise
Platform approach to scaling machine learning across the enterpriseOlalekan Fuad Elesin
 
Cis 599 Education Redefined - snaptutorial.com
Cis 599     Education Redefined - snaptutorial.comCis 599     Education Redefined - snaptutorial.com
Cis 599 Education Redefined - snaptutorial.comDavisMurphyC77
 

Similar to Generative AI for Technical Writer or Information Developers (20)

Operating System Upgrade Implementation Report And...
Operating System Upgrade Implementation Report And...Operating System Upgrade Implementation Report And...
Operating System Upgrade Implementation Report And...
 
Enacting Scrum - What it takes to maximize the chances for a successful adopt...
Enacting Scrum - What it takes to maximize the chances for a successful adopt...Enacting Scrum - What it takes to maximize the chances for a successful adopt...
Enacting Scrum - What it takes to maximize the chances for a successful adopt...
 
BTech Final Project (1).pptx
BTech Final Project (1).pptxBTech Final Project (1).pptx
BTech Final Project (1).pptx
 
Building Products That Think- Bhaskaran Srinivasan & Ashish Gupta
Building Products That Think- Bhaskaran Srinivasan & Ashish GuptaBuilding Products That Think- Bhaskaran Srinivasan & Ashish Gupta
Building Products That Think- Bhaskaran Srinivasan & Ashish Gupta
 
ChatGPT For Business Use
ChatGPT For Business UseChatGPT For Business Use
ChatGPT For Business Use
 
ChatGPT-and-Generative-AI-Landscape Working of generative ai search
ChatGPT-and-Generative-AI-Landscape Working of generative ai searchChatGPT-and-Generative-AI-Landscape Working of generative ai search
ChatGPT-and-Generative-AI-Landscape Working of generative ai search
 
CIS 599 Exceptional Education / snaptutorial.com
CIS 599 Exceptional Education / snaptutorial.comCIS 599 Exceptional Education / snaptutorial.com
CIS 599 Exceptional Education / snaptutorial.com
 
Tf itpbapm
Tf itpbapmTf itpbapm
Tf itpbapm
 
Making PHP Smarter - Dutch PHP 2023.pptx
Making PHP Smarter - Dutch PHP 2023.pptxMaking PHP Smarter - Dutch PHP 2023.pptx
Making PHP Smarter - Dutch PHP 2023.pptx
 
Iot course outlook
Iot course outlookIot course outlook
Iot course outlook
 
Is IIOT Right for You?
Is IIOT Right for You?Is IIOT Right for You?
Is IIOT Right for You?
 
BIS 221 RANK Inspiring Innovation--bis221rank.com
BIS 221 RANK Inspiring Innovation--bis221rank.comBIS 221 RANK Inspiring Innovation--bis221rank.com
BIS 221 RANK Inspiring Innovation--bis221rank.com
 
BIS 221 RANK Education Counseling--bis221rank.com
BIS 221 RANK Education Counseling--bis221rank.comBIS 221 RANK Education Counseling--bis221rank.com
BIS 221 RANK Education Counseling--bis221rank.com
 
BIS 221 RANK Lessons in Excellence--bis221rank.com
BIS 221 RANK Lessons in Excellence--bis221rank.comBIS 221 RANK Lessons in Excellence--bis221rank.com
BIS 221 RANK Lessons in Excellence--bis221rank.com
 
Session 1 AI literacy What is AI and how do we use it (Slide Presentation).pptx
Session 1 AI literacy What is AI and how do we use it (Slide Presentation).pptxSession 1 AI literacy What is AI and how do we use it (Slide Presentation).pptx
Session 1 AI literacy What is AI and how do we use it (Slide Presentation).pptx
 
Session 1 AI literacy What is AI and how do we use it (video).pptx
Session 1 AI literacy What is AI and how do we use it (video).pptxSession 1 AI literacy What is AI and how do we use it (video).pptx
Session 1 AI literacy What is AI and how do we use it (video).pptx
 
Tech Planning for Really Smart People
Tech Planning for Really Smart PeopleTech Planning for Really Smart People
Tech Planning for Really Smart People
 
Lean Content Is Smart Content - Andrew Becraft
Lean Content Is Smart Content - Andrew BecraftLean Content Is Smart Content - Andrew Becraft
Lean Content Is Smart Content - Andrew Becraft
 
Platform approach to scaling machine learning across the enterprise
Platform approach to scaling machine learning across the enterprisePlatform approach to scaling machine learning across the enterprise
Platform approach to scaling machine learning across the enterprise
 
Cis 599 Education Redefined - snaptutorial.com
Cis 599     Education Redefined - snaptutorial.comCis 599     Education Redefined - snaptutorial.com
Cis 599 Education Redefined - snaptutorial.com
 

More from Raghuram Pandurangan

Integrating ChatGPT Bot to your Doc. Site in 45 minutes​
Integrating ChatGPT Bot to your Doc. Site in 45 minutes​Integrating ChatGPT Bot to your Doc. Site in 45 minutes​
Integrating ChatGPT Bot to your Doc. Site in 45 minutes​Raghuram Pandurangan
 
Software Technical Writing Industry
Software Technical Writing IndustrySoftware Technical Writing Industry
Software Technical Writing IndustryRaghuram Pandurangan
 
Enabling Communication for Documentation Teams
Enabling Communication for Documentation TeamsEnabling Communication for Documentation Teams
Enabling Communication for Documentation TeamsRaghuram Pandurangan
 
Why Help Authoring Tools are Important
Why Help Authoring Tools are ImportantWhy Help Authoring Tools are Important
Why Help Authoring Tools are ImportantRaghuram Pandurangan
 
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...Raghuram Pandurangan
 
Choosing Adobe RoboHelp as Your Help Authoring Tool
Choosing Adobe RoboHelp as Your Help Authoring ToolChoosing Adobe RoboHelp as Your Help Authoring Tool
Choosing Adobe RoboHelp as Your Help Authoring ToolRaghuram Pandurangan
 
Picture Archival and Communication System [PACS] - Overview
Picture Archival and Communication System [PACS] - OverviewPicture Archival and Communication System [PACS] - Overview
Picture Archival and Communication System [PACS] - OverviewRaghuram Pandurangan
 
Flow of Content in Help Documentation
Flow of Content in Help DocumentationFlow of Content in Help Documentation
Flow of Content in Help DocumentationRaghuram Pandurangan
 
Importing MS Word Documents in AuthorIT
Importing MS Word Documents in AuthorITImporting MS Word Documents in AuthorIT
Importing MS Word Documents in AuthorITRaghuram Pandurangan
 
Learnings from 14th STC India Conference
Learnings from 14th STC India ConferenceLearnings from 14th STC India Conference
Learnings from 14th STC India ConferenceRaghuram Pandurangan
 

More from Raghuram Pandurangan (18)

Integrating ChatGPT Bot to your Doc. Site in 45 minutes​
Integrating ChatGPT Bot to your Doc. Site in 45 minutes​Integrating ChatGPT Bot to your Doc. Site in 45 minutes​
Integrating ChatGPT Bot to your Doc. Site in 45 minutes​
 
Agile Scrum for Technical Writers
Agile Scrum for Technical WritersAgile Scrum for Technical Writers
Agile Scrum for Technical Writers
 
ChatGPT for Technical Writers
ChatGPT for Technical WritersChatGPT for Technical Writers
ChatGPT for Technical Writers
 
API Documentation Tool Comparison
API Documentation Tool ComparisonAPI Documentation Tool Comparison
API Documentation Tool Comparison
 
Software Technical Writing Industry
Software Technical Writing IndustrySoftware Technical Writing Industry
Software Technical Writing Industry
 
Enabling Communication for Documentation Teams
Enabling Communication for Documentation TeamsEnabling Communication for Documentation Teams
Enabling Communication for Documentation Teams
 
Why Help Authoring Tools are Important
Why Help Authoring Tools are ImportantWhy Help Authoring Tools are Important
Why Help Authoring Tools are Important
 
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
Latest trends in Technical Writing, Authoring on Cloud, Content Delivery for ...
 
Content Conversion Best Practices
Content Conversion Best PracticesContent Conversion Best Practices
Content Conversion Best Practices
 
Choosing Adobe RoboHelp as Your Help Authoring Tool
Choosing Adobe RoboHelp as Your Help Authoring ToolChoosing Adobe RoboHelp as Your Help Authoring Tool
Choosing Adobe RoboHelp as Your Help Authoring Tool
 
RoboHelp 2015
RoboHelp 2015RoboHelp 2015
RoboHelp 2015
 
Picture Archival and Communication System [PACS] - Overview
Picture Archival and Communication System [PACS] - OverviewPicture Archival and Communication System [PACS] - Overview
Picture Archival and Communication System [PACS] - Overview
 
Hl7 Overview
Hl7 OverviewHl7 Overview
Hl7 Overview
 
Flow of Content in Help Documentation
Flow of Content in Help DocumentationFlow of Content in Help Documentation
Flow of Content in Help Documentation
 
Importing MS Word Documents in AuthorIT
Importing MS Word Documents in AuthorITImporting MS Word Documents in AuthorIT
Importing MS Word Documents in AuthorIT
 
Learnings from 14th STC India Conference
Learnings from 14th STC India ConferenceLearnings from 14th STC India Conference
Learnings from 14th STC India Conference
 
Effective googling
Effective googlingEffective googling
Effective googling
 
RoboHelp 2002 - overview
RoboHelp 2002 - overviewRoboHelp 2002 - overview
RoboHelp 2002 - overview
 

Recently uploaded

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

Generative AI for Technical Writer or Information Developers

  • 1. Generative AI for TWs Workshop Conducted at Tech Write Pro 2nd Conference -Raghuram Pandurangan PayU India
  • 2. About me With more than two decades of experience in technical writing, I am dedicated to helping organizations and writers overcome their challenges. My expertise includes adopting authoring tools, Documentation Strategy, and automating review and publishing workflows. I have for 22+ years of experience specializing in Healthcare IT and Fintech. Earlier, served as a STC India Chapter volunteer in various roles such as Vice President (2 years) and Membership Manager (4 years). Currently, serving as Core member of Tech Write Pro. I am the owner and moderator of the Technical Writer Forum group on LinkedIn with ~53K members, where I facilitate active discussions without promotions or spam. 2
  • 3. Generative AI for TWs • Generating ideas • Proofreading • Optimization • Code Generation & Walkthrough • FAQs • Instructional Videos 3
  • 4. Artificial Intelligence 1956 Artificial Intelligence The field of computer science that seeks to create intelligent machines that can replicate or exceed human intelligence Machine Learning 1997 Machine Learning Subset of AI that enables machines to learn from existing data and improve upon that data to make decisions or predictions Deep Learning 2017 Deep Learning A machine learning technique in which layers of neural networks are used to process data and make decisions Generative AI 2021 Create new written, visual, and auditory content given prompts or existing data 1956
  • 5. Advantages of Gen AI • Improved Content Generation • Faster Document Production • Time and Cost Savings • Multilingual Capabilities 5
  • 6. Limitations • Quality and Coherence • Bias and Fairness • Control and Fine-Tuning • Ethical Issues • "Resistance to Change" 6
  • 7. Using Generative AI to in your DDLC
  • 8. Process of designing, refining, and optimizing input prompts to guide a model toward producing more accurate outputs while keeping cost efficiency Prompt Engg.
  • 9. Instruction Input data Context Target format Example Cue Write a product launch email for new headphones. < This product is AI-powered and priced at $79.99. The tone is friendly and exciting. Output as a JSON object with "subject" and "body" fields. Example: { "subject": "Introducing Our New AI-Powered Headphones!", "body": "We are thrilled to announce the launch of our new AI- powered headphones" } Output: < Prompt Anatomy
  • 11. • Start with clear instructions and repeat the instructions at the end • Add clear syntax: headers, separators • Break the task down • Adjust parameters: Temperature and Top probabilities Recommendations
  • 12. (token limit) Large Text Beyond Token Limit Chunks Please summarize and extract topic: Global warming refers to the gradual increase in the overall temperature of the Earth's atmosphere, primarily caused by the burning of fossil fuels such as coal, oil, and natural gas. This burning releases carbon dioxide and other greenhouse gases into the atmosphere, which trap heat and cause the Earth's temperature to rise. Climate change is a pressing issue that needs to be addressed immediately. Governments around the world need to take immediate action to reduce carbon emissions and invest in renewable energy sources. Failure to do so will have dire consequences for future generations The text is discussing global warming, which is the gradual increase in the overall temperature of the Earth's atmosphere caused by the burning of fossil fuels. This burning releases greenhouse gases, such as carbon dioxide, into the atmosphere which trap heat and cause the temperature to rise. The text also highlights the urgency of the issue of climate change and the need for governments to take action to reduce carbon emissions and invest in renewable energy sources. Failure to address this issue will have negative consequences for future generations. Topic: Climate change and Global warming. Continue to next prompt Please summarize the following text: 'Climate change is a pressing issue that needs to be addressed immediately. The increasing levels of carbon dioxide in the atmosphere are causing the Earth's temperature to rise, which is leading to more frequent and severe natural disasters. Governments around the world need to take immediate action to reduce carbon emissions and invest in renewable energy sources. Failure to do so will have dire consequences for future generations'" Climate change is a pressing issue that needs to be addressed immediately. Governments around the world need to take immediate action to reduce carbon emissions and invest in renewable energy sources. Failure to do so will have dire consequences for future generations Prompt Chunking
  • 13. Meet my team Feedback, FAQs, New topics, Sample Code or Walkthroughs Campaign Posters/ Videos Instructional Videos Paraphrasing 13 Rewording.io
  • 14. Tool / Cost/month Billed Monthly Billed Yearly ChatGPT $20 Not available Bing Copilot 2000 Not available Canva Not available 3999 Invideo.io (50 mins video) $25 $20 Quillbot $9.95 $4.17 Licensing 14
  • 15. • Content that has been generated by an AI system and may contain errors, inconsistencies, or outdated information. • Always, thoroughly verify the content Generated by AI • AI can pick content from anywhere so it can be from your competitor too • Always try prompting AI with your existing documentation for better accuracy 15
  • 16. Using Generative AI to in your DDLC
  • 17. ● Helps generate an outline for your documentation ● Based on the target audience, helps tailor the language and tone of the content. ● Recommendations on whether to use simpler language. ● Suggests authoring or screen capture tools based on your team’s needs. ● Helps you with sample content – Writer’s block ● Assist in drafting introductory paragraphs, summaries, and other essential parts. Analysis & Planning
  • 19. ● Generate technical content based on prompts. ● Writers input bare-bones project details, and GenAI produces relevant documentation. ● Augments domain-specific knowledge with automated writing capabilities. ● You must oversee AI-generated content Automation
  • 20. ● Use GenAI for mundane tasks like: ○ Release Notes from Trouble Ticketing tools like JIRA (Example) ○ FAQs from Support tickets (Example) ○ Product Descriptions ○ Standard Operating Procedures (Example) ● Create FAQs based on existing documentation Mundane Content
  • 21. ● Recruiters take only 30s to scan your resume ● Most of the resumes are filtered by ATS (AI) ● Use Generative AI to create: ○ Custom Resumes based on JD ○ Custom Cover Letter based on JD Resume & Cover Letter
  • 24. FAQs Step 1: Choose the source Step 2: Prompt • Choose only the released content as source • Support tickets pasted in prompt if it does not have customer information or your organization permits you to... Repeat the flow for several programming languages to use for a single recipe Pitch deck title 24 Step 3: Review • Review thoroughly and rephrase • Add hyperlinks • Review it with SME
  • 25. FAQ Prompt Example Could you help me with FAQs for Installing Citrix StoreFront based on the following technical documentation: https://docs.citrix.com/en- us/storefront/2203-ltsr/install- standard/install 25
  • 26. ● Convert cURL requests to other language bindings ● Check the accuracy of API requests in cURL or any other language binding ● Create code walkthroughs of API requests in most used language binding for basic to expert developers Developer Docs
  • 27. Code Walkthroughs - DevExp Handholding made easy Language Bindings Prompt with your exact requirement and include the cURL, response to be parsed, etc. Repeat the flow for several programming languages to use for a single recipe Pitch deck title 27
  • 28. ACTIVITY 2: API Request Code walkthrough
  • 29. Code Walkthrough Prompt Example Bing CoPilot Pro Google Gemini Pitch deck title 29
  • 30. ● SMEs verify GenAI output. ● Writers maintain control over content accuracy. ● GenAI complements human expertise, streamlining workflows. Quality Assurance
  • 31. ACTIVITY 3 : Blogs
  • 32. Blog Posts Pitch deck title 32 Find yourself stuck, not knowing how to begin your blog post, use brainstorming feature of Notion AI. It is useful when faced with starting that dreaded first draft! Creating an outline Ask for an article skeleton. Here is my simple prompt: Could help with an outline for a blog on Challenges with implementing Generative AI in technical writing? Brainstorming Certainly! Here's an outline for a blog on the challenges of implementing Generative AI in technical writing...
  • 33. Blog Outline: Response **Title: Challenges of Implementing Generative AI in Technical Writing** **Introduction:** - Brief overview of Generative AI and its applications in various fields. - Explanation of how Generative AI is being explored in technical writing to automate content generation. **1. Complexity of Technical Content:** - Discuss the intricate nature of technical writing, which often involves conveying complex concepts and procedures. - Explain how Generative AI may struggle to comprehend and accurately generate technical content due to its complexity and specificity. **2. Domain-Specific Knowledge:** - Highlight the importance of domain-specific knowledge in technical writing, where familiarity with specialized terminology and concepts is crucial. - Explain the challenge of training Generative AI models to understand and utilize domain-specific knowledge effectively. **3. Maintaining Consistency and Accuracy:** - Discuss the importance of consistency and accuracy in technical documentation to ensure clarity and reliability. - Address the challenge of maintaining consistency and accuracy when using Generative AI, which may produce content that lacks coherence or contains inaccuracies. Pitch deck title 33
  • 34. Blog Outline: Response [Contd.] **4. Contextual Understanding:** - Explore the difficulty of teaching Generative AI models to comprehend the context surrounding technical content, such as user intent, audience demographics, and situational relevance. - Discuss the potential implications of context misunderstanding, including inappropriate content generation or misinterpretation of user queries. **5. Ethical Considerations:** - Address the ethical implications of using Generative AI in technical writing, including concerns related to misinformation, bias amplification, and plagiarism. - Discuss the responsibility of organizations and practitioners to implement ethical guidelines and safeguards when leveraging Generative AI for content generation. **6. Integration Challenges:** - Highlight the technical and logistical challenges associated with integrating Generative AI tools into existing technical writing workflows and platforms. - Discuss the need for seamless integration, interoperability, and customization to accommodate diverse use cases and user requirements. **Conclusion:** - Summarize the key challenges of implementing Generative AI in technical writing, including complexity, domain- specificity, consistency, contextual understanding, ethical considerations, and integration challenges. - Emphasize the importance of addressing these challenges through ongoing research, innovation, and collaboration between AI developers, technical writers, and domain experts. Pitch deck title 34
  • 36. Review Cycle Pitch deck title 36 ● Use Gen AI for checking: ● Grammar ● Style Guide Check ● Minimalism ● Consistency
  • 38. Publishing Pitch deck title 38 ● SEO Optimization is the best use case ● Helps you with Metadata description for each page/topic ● Assist in proofreading and identifying textual errors.
  • 39. Publishing Pitch deck title 39 ● GenAI can aid in translating content into different languages. ● It helps adapt documentation for global audiences. ● For FAQs, help articles, or chatbots, GenAI responds in real time.
  • 40. Search Chatbot Embed chatbot to your help website and reduce the L1/L2 support queries. It skims the content and presents the answers to the questions very well including sample codes. 40
  • 41. Some other use cases.... Prompt-based writing Rewriting Prompt.AI and AI Dungeon create random prompts or scenarios By writing in response to prompts, writers can get past their creative blocks and come up with new ideas. Quillbot and Hemingway Editor offers different ways to put sentences together or different words to use. Mind mapping & Idea Generation Overcoming Psychological Barriers MindMeister or Miro organize your thoughts and visualizing the connections between different ideas. Get past mental blocks of self-doubt by giving feedback and encouragement that is based on facts. 41
  • 43. Invideo.io overview Quick Generate videos in 3-5 mins with just a prompt Deliver fast You can easily deliver up to 5 videos/day. Variety Create videos for • Explanation • Shorts Authentic Generates based on: • Article or content you provide • Existing learning 43
  • 44. How invideo.io works? Media Library Hear the Prompt Design Video 44
  • 45. How to create a video? 1. Identify source 2. Video style 3. Prompt and Settings 4. Edit 5. Download & Publish Pitch deck title 45
  • 46. 46 TW Step 1: Identify Source • Raw text • Along with URLs of: o Article o Blog o Help documentation (available to public) o Website page
  • 47. Step 2: Select Video Style • Choose the workflow according to length and target audience:
  • 48. Step 3: Prompt and Settings • Select the duration • Prompt with the source URL or enter the requirement in short • Click 48
  • 49. Wait for the video to Generate... If not responding: • Check if the URL provided is not behind firewall or not opening • Try changing the prompt • Provide only one URL with prompt to avoid confusing the AI 49
  • 50. 50 Step 4: Edit • Use prompts to edit o "In scene 2, remove the mention or reference of "…." o "Remove scene 2" • Update the scenes to include custom images/screenshots • Regenerate if required
  • 51. 51 Step 5: Download & Publish • Select the following settings: o Stock images watermarks for education o Subtitles o Resolution – 1080p ideal for YouTube
  • 52. Example Create an instructional video for the following procedure to install Citrix Storefront: https://docs.citrix.com/en-us/storefront/2203- ltsr/install-standard/install 52 Confirmation message: Create a 3 minutes youtube video about Create an instructional video for the following procedure to install Citrix Storefront: https://docs.citrix.com/en-us/storefront/2203-ltsr/install- standard/install. Settings: Use a female young Indian voice. Use Tech Write Pro Webinar as watermark text. Result: https://ai.invideo.io/watch/-vRnet-H8Df
  • 53. ACTIVITY 3 : Video using InVideo
  • 54. TW Best Practices Example TW Collaboration Refer the following pages and create a video on how technical writers must collaborate with various teams in an organization: https://clickhelp.com/clickhelp- technical-writing- blog/collaboration-between- technical-writers-and-developers/ https://www.helpscout.com/help u/support-technical-writers/ Correction #1 Remove the mention on ClickHelp at the end of Chapter 2 Correction #2 Include the emphasis of Integrate Documentation Into Development Cycles at the end of Chapter 3 as in https://clickhelp.com/clickhel p-technical-writing- blog/collaboration-between- technical-writers-and- developers/ 54 Result: https://youtu.be/nUbnlYxc5is
  • 55. Summary • Embrace AI to use the right tools for each use case which are you are comfortable with. • Do not overdo • Always validate the generated content by yourself or the right SME before making it available to your customers. • Educate your organization with its benefits if they feel it is misuse 55
  • 56. Bibliography • Prompt Engineering – Maxim Salnikor @ Slideshare
  • 57. Thank you Connect with me: www.linkedin.com/in/raghuram7 7 My YouTube Channel https://www.youtube.com/chan nel/UCfz3ZZZgMg8hNg1UUtIX Qdg Generative AI for TWs 57 https://collager.ai/
  • 59. • • Tokens can sometimes be counter-intuitive • Tabular data is space-efficient

Editor's Notes

  1. Generating Ideas and Prompts: Technical writers often need inspiration to kickstart their creative process. GenAI can generate ideas and prompts, helping writers overcome writer’s block and explore fresh angles for their content. Improved Grammar and Syntax: GenAI tools can assist in refining grammar and sentence structure. By analyzing existing content, they suggest improvements, ensuring high-quality writing. Spelling and Proofreading: Automated spelling and proofreading features save time and reduce errors. Technical writers can focus on content without worrying about typos or grammatical slip-ups. Content Optimization: GenAI can analyze existing technical documents and recommend optimization strategies. Whether it’s improving readability, SEO, or adherence to style guides, this technology streamlines content enhancement. Generating Code and Technical Documentation: For technical writers dealing with code snippets or complex technical explanations, GenAI can generate accurate code examples, explanations, and documentation. It significantly speeds up the writing process. Personalized Content: GenAI allows customization based on user preferences. Technical writers can create personalized content for different audiences, tailoring their documentation to specific needs. Cross-Cultural Communication: In a globalized world, technical writers often cater to diverse audiences. GenAI can help adapt content for different cultural contexts, ensuring effective communication. Collaborative Writing: GenAI tools facilitate collaboration among writers. Multiple team members can work on the same project, maintaining consistency and coherence across documents.
  2. Quality and Coherence: Writers must review AI-generated content for accuracy and coherence. Bias and Fairness: GenAI may inadvertently perpetuate biases present in training data. Control and Fine-Tuning: Writers need to fine-tune AI models to align with specific requirements. Lack of Creativity: While GenAI excels at structured content, creative elements still require human input. Resource Intensiveness: Implementing GenAI may require computational resources and expertise12.
  3. Then all summaries are passed to GPT again to summarize, i.e. second round of summarization. The sum of the summaries has to fit within the token limit.
  4. If you provide specific content, I can propose a logical flow for presenting it. Target audience can be technical experts, end-users, etc.) Creates A placeholder text or examples for different sections.
  5. This automation saves time and accelerates content creation. Oversee to ensure accuracy and quality.
  6. Writers can focus on higher-value tasks while GenAI handles routine content.
  7. Writers can focus on higher-value tasks while GenAI handles routine content.
  8. https://docs.payu.in/docs/faqs-for-web-checkout-integration#payu-hosted-checkout-integration
  9. Writers can focus on higher-value tasks while GenAI handles routine content.
  10. Help me with the code walkthrough for the following code snippet in Python language binding for PayU Hosted Checkout Integration: import requestsurl = "https://test.payu.in/_payment"payload = "key=JP***g&txnid=Dnh8wYimuCRIdv&amount=10.00&firstname=PayU User&email=test@gmail.com&phone=9876543210&productinfo=iPhone&pg=&bankcode=&surl=https://apiplayground-response.herokuapp.com/&furl=https://apiplayground-response.herokuapp.com/&hash=cb4b8bda5677dbe80f53735b1d0ec5d48164c3654627369268cf6bf266db994db39108ce2e0868c953e66c172f6b2d78836b253d3463d0cc40d9b6a93118ed56"headers = { "Accept": "application/json", "Content-Type": "application/x-www-form-urlencoded" }response = requests.request("POST", url, data=payload, headers=headers, params=querystring)print(response.text)
  11. Gen AI are Ideal for chatbot
  12. Rewriting: It looks at your work and tell you how to make it clearer, shorter, and easier to read. By using tools to rearrange and rewrite sentences, writers can get past writer’s block and make their content move better. Mind mapping: By creating digital mind maps, writers can brainstorm ideas, outline their content, and overcome the mental blocks that hinder their creativity. Psychological barries:  AI writing assistants make helpful ideas and point out places where writing could be better. This gives writers more confidence in their writing. Writers can get over self-doubt and perfectionism by realizing that AI is a tool to boost human creation, not replace it.
  13. Rewriting: It looks at your work and tell you how to make it clearer, shorter, and easier to read. By using tools to rearrange and rewrite sentences, writers can get past writer’s block and make their content move better. Mind mapping: By creating digital mind maps, writers can brainstorm ideas, outline their content, and overcome the mental blocks that hinder their creativity. Psychological barries:  AI writing assistants make helpful ideas and point out places where writing could be better. This gives writers more confidence in their writing. Writers can get over self-doubt and perfectionism by realizing that AI is a tool to boost human creation, not replace it.
  14. YouTube Explainer for instructional or overview videos Others can be used for promos
  15. Ideal duration: 3-4 mins for instructional videos 2-3 mins for overview video Voice: Recommended to use Indian male or female voice for Indian audience Select the stock images usage More stock images you use for commercial use > pay more
  16. X mark is displayed in any of the following if AI is not able to understand your prompt: Analysis Still thinking
  17. Play multiple times Update the script Read it scene-by-scene Update it Repeat Step 1
  18. Select Download from Export drop-down menu Select the settings Click Continue Publish the downloaded MP4 file: YouTube (recommended for analytics) LinkedIn  Facebook Instagram
  19. Result: https://ai.invideo.io/watch/-vRnet-H8Df