• Resources 
    • Newsletters
    • Articles
    • Podcasts
  • Free Community
  • Sponsor
  • Consulting
Subscribe

Subscribe to our free Newsletter

💌 Stay ahead with AI and receive:

✅ Access our Free Community and join 400K+ professionals learning AI

✅ 35% Discount for ChatNode

No, thanks
Thank you!  
Welcome to The AI Report!
Oops! Something went wrong while submitting the form.


:root {
 --wt-primary-color: #0c68ff;
 --wt-text-on-primary-color: #FFFFFF;

 --wt-secondary-color: #ffffff;
 --wt-text-on-secondary-color: #222222;

 --wt-tertiary-color: #f8fafd;
 --wt-text-on-tertiary-color: #222222;

 --wt-background-color: #ffffff;
 --wt-text-on-background-color: #222222;

 --wt-subscribe-background-color: #FFFFFF;
 --wt-text-on-subscribe-background-color: #222222;

 --wt-header-font: "Raleway", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --wt-body-font: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --wt-button-font: "Roboto", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

 --wt-border-radius: 6px
}

.bg-wt-primary { background-color: var(--wt-primary-color); }
.text-wt-primary { color: var(--wt-primary-color); }
.border-wt-primary { border-color: var(--wt-primary-color); }

.bg-wt-text-on-primary { background-color: var(--wt-text-on-primary-color); }
.text-wt-text-on-primary { color: var(--wt-text-on-primary-color); }
.border-wt-text-on-primary { border-color: var(--wt-text-on-primary-color); }

.bg-wt-secondary { background-color: var(--wt-secondary-color); }
.text-wt-secondary { color: var(--wt-secondary-color); }
.border-wt-secondary { border-color: var(--wt-secondary-color); }

.bg-wt-text-on-secondary { background-color: var(--wt-text-on-secondary-color); }
.text-wt-text-on-secondary { color: var(--wt-text-on-secondary-color); }
.border-wt-text-on-secondary { border-color: var(--wt-text-on-secondary-color); }

.bg-wt-tertiary { background-color: var(--wt-tertiary-color); }
.text-wt-tertiary { color: var(--wt-tertiary-color); }
.border-wt-tertiary { border-color: var(--wt-tertiary-color); }

.bg-wt-text-on-tertiary { background-color: var(--wt-text-on-tertiary-color); }
.text-wt-text-on-tertiary { color: var(--wt-text-on-tertiary-color); }
.border-wt-text-on-tertiary { border-color: var(--wt-text-on-tertiary-color); }

.bg-wt-background { background-color: var(--wt-background-color); }
.text-wt-background { color: var(--wt-background-color); }
.border-wt-background { border-color: var(--wt-background-color); }

.bg-wt-text-on-background { background-color: var(--wt-text-on-background-color); }
.text-wt-text-on-background { color: var(--wt-text-on-background-color); }
.border-wt-text-on-background { border-color: var(--wt-text-on-background-color); }

.bg-wt-subscribe-background { background-color: var(--wt-subscribe-background-color); }
.text-wt-subscribe-background { color: var(--wt-subscribe-background-color); }
.border-wt-subscribe-background { border-color: var(--wt-subscribe-background-color); }

.bg-wt-text-on-subscribe-background { background-color: var(--wt-text-on-subscribe-background-color); }
.text-wt-text-on-subscribe-background { color: var(--wt-text-on-subscribe-background-color); }
.border-wt-text-on-subscribe-background { border-color: var(--wt-text-on-subscribe-background-color); }

.rounded-wt { border-radius: var(--wt-border-radius); }

.wt-header-font { font-family: var(--wt-header-font); }
.wt-body-font { font-family: var(--wt-body-font); }
.wt-button-font { font-family: var(--wt-button-font); }

input:focus { --tw-ring-color: transparent !important; }

li a { word-break: break-word; }

@media only screen and (max-width:667px) {
 .mob-stack {
   display: block !important;
   width: 100% !important;
 }

 .mob-w-full {
   width: 100% !important;
 }
}


 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   src: url('https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2') format('woff2');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 700;
   src: url('https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2') format('woff2');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 400;
   src: url('https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2') format('woff2');
 }
 @font-face {
   font-family: 'Roboto';
   font-style: italic;
   font-weight: 700;
   src: url('https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2') format('woff2');
 }

 @font-face {
   font-family: 'Space Grotesk';
   font-style: normal;
   font-weight: 400;
   src: url('https://fonts.gstatic.com/s/spacegrotesk/v12/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2') format('woff2');
 }
 @font-face {
   font-family: 'Space Grotesk';
   font-style: normal;
   font-weight: 700;
   src: url('https://fonts.gstatic.com/s/spacegrotesk/v12/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2') format('woff2');
 }
 @font-face {
   font-family: 'Space Grotesk';
   font-style: italic;
   font-weight: 400;
   src: url('https://fonts.gstatic.com/s/spacegrotesk/v12/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2') format('woff2');
 }
 @font-face {
   font-family: 'Space Grotesk';
   font-style: italic;
   font-weight: 700;
   src: url('https://fonts.gstatic.com/s/spacegrotesk/v12/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2') format('woff2');
 }

 .table-base, .table-c, .table-h { border: 1px solid #C0C0C0; }
 .table-c { padding:5px; background-color:#FFFFFF; }
 .table-c p { color: #2D2D2D; font-family:'Helvetica',Arial,sans-serif !important; overflow-wrap: break-word; }
 .table-h { padding:5px; background-color:#F1F1F1; }
 .table-h p { color: #2A2A2A; font-family:'Trebuchet MS','Lucida Grande',Tahoma,sans-serif !important; overflow-wrap: break-word; }


 .bh__byline_wrapper {
   font-size: .875rem;
   line-height: 1.25rem;
   vertical-align: middle;
   justify-content: space-between;
   display: block;
 }
 
 .bh__byline_social_wrapper {
   display: flex;
   margin-top: 0.5rem;
   align-items: center;
 }
 
 .bh__byline_social_wrapper > * + * {
   margin-left: 1rem;
 }
 
 @media (min-width: 768px) {
   .bh__byline_wrapper {
     display: flex;
   }
 
   .bh__byline_social_wrapper {
     margin-top: 0rem;
   }
 }

AI vs. Writers: the battle for creative control begins

Welcome to your daily dose of AI greatness!

Author

Martin Crowley
May 04, 2023


 p span[style*="font-size"] { line-height: 1.6; }

Read time: 3 minutes


 p span[style*="font-size"] { line-height: 1.6; }

Welcome to your daily dose of AI greatness!


 p span[style*="font-size"] { line-height: 1.6; }

Today's newsletter is packed with exciting AI updates you wouldn't want to miss. We've got you covered, from the ongoing battle between AI and writers to the exponential growth of AI jobs. In today’s newsletter, you’ll discover:

🚀3 Life-changing tools
🧠3 Quick Tips
📰3 Hot News Bites


 p span[style*="font-size"] { line-height: 1.6; }

All in UNDER 3 Mins. Let’s jump in!

🚀Tool #1: Kickresume - Elevate Your Job Hunt


 p span[style*="font-size"] { line-height: 1.6; }

If you're looking for a way to create a unique resume, an attention-grabbing cover letter, or even a personal website to showcase your skills. Kickresume is definitely worth checking out.

🧠Quick Tip: Besides using Kickresume's pre-built phrases and job-specific keywords that pass Applicant Tracking Systems (ATS), consider customizing the template design and layout to match your industry and personal brand. This will help your resume stand out and increase your chances of landing interviews.
🚀Tool #2: DocuAsk - Any Question, Any Document, Any Language


 p span[style*="font-size"] { line-height: 1.6; }

DocuAsk is an AI tool that allows you to ask questions about documents and receive answers in any language, making it a valuable resource for research and translation purposes.

🧠Quick Tip: Ask specific and concise questions to ensure accurate results. Experiment with asking questions in different languages, as DocuAsk can handle any language pair, providing an excellent way to translate documents or learn new languages. The AI works best with well-formulated inquiries, so avoid vague or overly complex questions.
🚀Tool #3: Snackprompt - Bite-Sized AI Inspiration for ChatGPT and Bard


 p span[style*="font-size"] { line-height: 1.6; }

Snackprompt is a platform designed to help you discover, upvote, and share the best AI prompts for ChatGPT and Bard, offering a wide range of expertly curated prompts to inspire and entertain.

🧠Quick Tip: Follow top prompters and contribute to the community by upvoting and commenting on prompts you enjoy, helping you stay connected with the latest trends and ideas in the AI prompt community. You can organize and manage your favorite prompts by creating and customizing your prompt lists. Helping you quickly access the most valuable prompts and saves time when you're looking for inspiration.


 p span[style*="font-size"] { line-height: 1.6; }


 p span[style*="font-size"] { line-height: 1.6; }

1. AI vs. Writers: The Battle for Creative Control. Writer-comedian Adam Conover, a member of the WGA Negotiating Committee, spoke about the ongoing negotiations between the guild and the AMPTP over the use of AI in writing scripts. He said that the guild is fighting to protect the writers' rights and creative control over their work and to prevent the studios from using AI to replace or exploit writers. This is a classic example of how AI is disrupting every industry.


 p span[style*="font-size"] { line-height: 1.6; }

2: AI could have ‘human-level’ intelligence in next few years. Google's DeepMind boss Demis Hassabis thinks we're only a few years away from creating artificial general intelligence (AGI), basically AI that can do anything humans can. He says this would be a game-changer for humanity, and that’s an understatement. Imagine having an AI that can solve any problem, invent anything, or create anything.


 p span[style*="font-size"] { line-height: 1.6; }

3: AI becomes world's fast-growing job category: According to the World Economic Forum, AI and machine learning are among the fastest-growing job categories in the world. Whether you want to work on self-driving cars, facial recognition, chatbots, or just using them to be more productive, there are many opportunities for you to make an impact. And don't worry if you don't have a computer science degree. There are plenty of online courses and resources to help you get started. More details to come in future posts!


 p span[style*="font-size"] { line-height: 1.6; }

 🚀 Blast off! We've reached the end.


 p span[style*="font-size"] { line-height: 1.6; }

Appreciate you reading! I'm here to be as helpful as possible to you. What's your take on today's edition? Hit reply and tell me what you want to see more of.


 p span[style*="font-size"] { line-height: 1.6; }

Thanks for reading.


 p span[style*="font-size"] { line-height: 1.6; }

Martin


 p span[style*="font-size"] { line-height: 1.6; }


 p span[style*="font-size"] { line-height: 1.6; }


 p span[style*="font-size"] { line-height: 1.6; }

Past newsletters

Browse All
June 20, 2025

🏭 Softbank’s $1 trillion AI plan

HOW: Musk faces another EU probe

June 19, 2025

🧠 OpenAI cracks ChatGPT’s ‘mind’

HOW: OpenAI AGI plans scrutinized

June 18, 2025

🚫 Meta fails to poach OpenAI staff

HOW: Musk burns $1B p/m on AI

Learn AI in 5 minutes a day


Check your inbox to complete your sign-up!
Oops! Something went wrong.
Menu
  • Home
  • Newsletters
  • Stories
  • Podcasts
  • Privacy Policy
  • Terms of Services
Ecosystem
  • Free Community
  • Consulting
  • Sponsor
Last newsletters
🏭 Softbank’s $1 trillion AI plan
🧠 OpenAI cracks ChatGPT’s ‘mind’
🚫 Meta fails to poach OpenAI staff
Copyright © The AI Report