Duet AI for Google Workspace

Key Points

  1. $30 per user per month for Workspace with Duet
  2. Same price as Office 365 AI per user per month
  3. See if AWS adds a per user per month AI product


References

Reference_description_with_linked_URLs_______________________Notes______________________________________________________________


m AI and ML Concepts 1
Generative AI: ChatGPT and more
u use cases: finance - AI, digital services, trust
Metaverse
m AWS AI and ML
m Data Architecture



















Key Concepts



Duet AI Docs

https://cloud.google.com/duet-ai?hl=en




ZDNet Duet for AI review

https://www.zdnet.com/article/google-workspaces-ai-facelift-is-finally-here-meet-duet-ai-for-workspace/




Using Duet for AI review 

part 1

https://medium.com/google-cloud/duet-ai-review-my-perception-and-use-cases-part-1-c237ff5077e4

 use cases:

  1. the use of Duet AI to parse logs in Google Cloud Logging (Logs Explorer),
  2. how to easily create SQL queries in BigQuery with Duet AI,
  3. how Duet AI can help understanding Google Cloud documentation and extracting exactly what you need, i
  4. ts applications in the Google Workspace and finally
  5. how Generative AI via Duet AI can help monitor, identify and analyze cybersecurity incidents in the cloud.

features

  • Real-time conversation: Duet AI can carry on real-time conversations with users, answering their questions and providing information in a comprehensive and informative way, considering code or Google Cloud infrastructure/documentation.
  • Information retrieval: Duet AI can access and retrieve information from a variety of sources, including the web, databases, and other knowledge sources. This makes it a powerful tool for research and learning. As it is also integrated with Google Workspace, it has applications in the daily corporate life, Marketing, Sales and also in Education.
  • Code companion: it helps translating code between languages, creating code, understanding code, creating unit tests and solving code vulnerabilities. In my specific case, I tested it in VS Code and Google Cloud.
  • Education: Duet AI can help students learn more effectively by providing them with personalized learning experiences and answering their questions in a comprehensive and informative way.
  • Automated data analysis and visualization given questions and target data sources


Ex - generate SQL query for BigQuery including filtering, joining, and aggregating data.

# Get the top 10 products by sales for each day in the last 30 days

SELECT
product_name,
SUM(sales) AS total_sales,
DATE(order_date) AS order_date
FROM
`my-project.my-dataset.orders`
WHERE
order_date >= CURRENT_DATE() - INTERVAL 30 DAY
GROUP BY
product_name,
DATE(order_date)
ORDER BY
total_sales DESC
LIMIT
10;


q>> can Duet work for other environments ? No

Duet AI has the following capabilities:

  • Providing guidance on best practices
  • Generating code
  • Creating applications

For example, you could ask Duet AI the following questions:

  • How do I create a new Compute Engine instance?
  • What are the best practices for using Cloud Storage?
  • Can you generate a Python script to read data from Cloud Bigtable?
  • Can you help me create a new web application using AppSheet?
  • How do I use KMS?

Duet in Google Workspace

Duet AI in Google Workspace

Duet AI can be used in Google Workspace in a number of ways, including:

  • Writing and editing documents: Duet AI can help you to write and edit documents by providing real-time suggestions and feedback.
  • Collaborating on documents: Duet AI makes it easier to share and discuss feedback.
  • Presenting information: Duet AI can generate visuals, such as charts and graphs, and by providing summaries of key points.
  • Answering questions and summarization: Duet AI can help you to answer questions more quickly and accurately by providing access to information from a variety of sources, including Google Search, Google Drive, Gmail, Maps, and other Google Workspace apps.

Here are some specific examples of how Duet AI can be used in Google Workspace:

  • A writer can use Duet AI to help them write a blog post. Duet AI can provide suggestions on topics, generate outlines, and edit the post for grammar and style.
  • A sales representative can use Duet AI to help them prepare for a presentation. Duet AI can generate slides, provide talking points, and suggest visuals.

In addition to the above, Duet AI is also under development to support more advanced Google Workspace features, such as:

  • Generating creative content, such as poems, code, scripts, and musical pieces, right within Google Workspace apps
  • Translating documents and presentations between languages
  • Identifying key concepts and insights from documents and presentations
  • Answering questions about documents and presentations in a comprehensive and informative way






part 2 - covering Duet AI for coding, including VS Code features.

https://medium.com/google-cloud/duet-ai-review-my-perception-and-use-cases-part-2-f00a5c380891#:~:text=Increased%20productivity%3A%20Duet%20AI%20helped,suggesting%20solutions%2C%20including%20security%20issues.






Potential Value Opportunities



Potential Challenges



Candidate Solutions



Step-by-step guide for Example



sample code block

sample code block
 



Recommended Next Steps