ChatGPT just got more hands-on!

Plus: šŸš€ Final Week - Last Chance for the Toolkit & 1:1 Bonus

Hello and welcome to the Automated, your AI tour guide.

ChatGPT just took a major leap forwardā€”this time, itā€™s not just answering your coding questions; itā€™s diving in and editing your code.

Whether this is a game-changer or a debugging nightmare depends on how you use it. But before you hand over the reins, there are a few things you need to knowā€¦

Hereā€™s what we have for you today:

  •  šŸ¦¾ ChatGPT Just Got Hands-On with Your Code.

  • šŸ“„ Mistralā€™s New API Transforms PDFs into AI-Ready Text!

  • šŸ› ļø Top AI tools for designers.

  • šŸ—£ļø AI translation made simple: How to translate any language quickly and accurately.

  • šŸ¤– ChatGPT Prompt Of The Day: Proofread for clarity, grammatical errors, syntax and conciseness.

šŸ¦¾ ChatGPT Just Got Hands-On with Your Code. 

Big news for developers: ChatGPT just got a major upgrade.

If you're on macOS, OpenAI's AI-powered chatbot can now directly edit code in Xcode, VS Code, and JetBrainsā€”no more tedious copy-pasting.

And if you're feeling bold (or just really trust AI), there's an auto-apply mode that lets ChatGPT tweak your code without waiting for approval.

A blessing or a disaster? You decide.

But Hereā€™s the Catch:

  • This feature is only available for ChatGPT Plus, Pro, and Team subscribersā€”for now.

  • Free, Enterprise, and Edu users? Youā€™ll have to wait until next week.

  • Windows users? Youā€™ll get it "soon" (whatever that means).

Why This Matters

This update makes ChatGPT an even stronger competitor to AI coding tools like GitHub Copilot and Cursor.

And OpenAI isnā€™t stopping hereā€”word on the street is theyā€™re working on an even more advanced AI-powered coding tool. 

But hey, why not? AI-generated code is taking over fast.

A recent GitHub survey reveals that most developers are already using AI tools, and according to Y Combinatorā€™s Jared Friedman, 25% of YCā€™s latest startup batch gets 95% of their code from AI. (Wild, right?)

But before you toss your coding books aside, hereā€™s a reality check: AI-generated code isnā€™t all smooth sailing.

So, How Do You Use AI for Coding Without Losing Your Mind?

One developer shares their strategy for keeping AI coding tools in check:

  1. Treat AI like a genius intern. It knows everythingā€”but has zero real-world experience. Your job is to, guide it, double-check its work, and make sure it doesnā€™t go rogue.

  2. Plan with AI, not just code with it. Before diving in, this dev chats with Claude 3.5 Sonnet to map out the overall architecture and approach.

  3. Set rules. Using system prompts helps keep AI responses clear, readable, and aligned with best practices.

  4. Make AI review its own code. Prompts like "Any mistakes in this code?" or "Does this follow best practices?" help catch issues before they become disasters.

  5. Use a second AI to fact-check. Running the same code through other AI models like Llama 3.1 or GPT-4o can expose hidden bugs. Think of it like getting a second opinion from a doctorā€”except the doctor is also AI.

  6. Give AI just the right amount of context. Too little, and it makes wild guesses. Too much, and it gets confused. Finding that sweet spot takes practice.

  7.  Donā€™t let AI make you lazy. Instead of just copy-pasting, ask questions, reason through the code, and actually learn from it. Otherwise, youā€™re just outsourcing your brain.

The Bottom Line 

AI coding tools are powerful, but theyā€™re not magic. They can write 80% of your codeā€”but only if you know how to manage them properly.

Let AI run wild, and youā€™ll spend hours debugging nonsense.

But if you treat it like a supercharged assistant and stay engaged in the process, it can be a total game-changer.

So, whatā€™s it gonna be? Are you embracing AI coding, or are you still side-eyeing it with suspicion?

šŸ‘‰ Find out more about using AI for coding here.

šŸš€ Final Week ā€“ Last Chance for the Toolkit & 1:1 Bonus! 

Hi everyone,

A quick reminder that there is only one week left to take advantage of an incredible opportunity with The Lo Down Premium Experience, my AI deep dives newsletter.

For just $3.99/month or $39/year (which gives you 2 months free!), youā€™ll get:

āœ… Weekly deep dives: Actionable insights and analysis.
šŸ§  Expert guest columns: Fresh takes from leading AI and business minds I know
šŸŽ Exclusive bonus: The AI Insider Playbook ($14.99 value) for all subscribers.
šŸ’¬ 1:1 Call Bonus ($500 value): First 10 annual subscribers get a private AI strategy session with me.

In addition, weā€™ve unlocked a new pricing tierā€”$69.99 for 2 years, which adds up to almost a 30% discount and gives you an amazing 8 months free!

And donā€™t forget, securing your spot for the 1:1 call is crucial, as availability is limited to the first 10 annual and biennial subscribers.

Donā€™t wait any longerā€”this fantastic offer ends soon šŸ‘‰ [Subscribe here!]

Cheers,

Tak Lo (Editor at The Automated, AI entrepreneur and thought leader. More at thetaklo.com)

 šŸ“„ Mistralā€™s New API Transforms PDFs into AI-Ready Text!

French AI powerhouse Mistral just dropped a game-changer for developers working with complex PDF documents.

Meet Mistral OCRā€”a new optical character recognition (OCR) API that converts PDFs into AI-ready Markdown for seamless AI processing.

Why does this matter?

Large language models (LLMs) like OpenAIā€™s ChatGPT and Mistralā€™s own Le Chat thrive on clean, structured text.

But PDFs? Theyā€™re a nightmare for AIā€”often crammed with images, messy layouts, and hard-to-read formatting.

Mistral OCR steps in to clean up the chaos, turning those files into easily digestible Markdown so AI models can read, store, and process them like a breeze.

Unlike traditional OCR tools, Mistral OCR is multimodalā€”meaning it doesnā€™t just rip out text.

It detects images, charts, and tables, wrapping them in bounding boxes so that AI systems can understand both text and visuals in context.

Plus, rather than spitting out an ugly wall of text, it formats everything neatly in Markdown, which is a must-have for AI training.

As Mistral co-founder Guillaume Lample explains, businesses sit on mountains of PDFs and slides that AI assistants canā€™t easily access.

With Mistral OCR, companies can finally unlock that hidden knowledgeā€”whether itā€™s legal contracts, technical reports, or scientific papersā€”in any language.

Mistral isnā€™t just talking the talk.

They claim their OCR outperforms Google, Microsoft, and OpenAI, especially when handling complex documentsā€”like those with LaTeX math formulas, intricate tables, and advanced layouts.

Plus, because Mistral OCR focuses on one thing and one thing only, itā€™s faster than alternatives like GPT-4o, which juggles multiple multimodal tasks at once.

So, where can you get it?

Mistral OCR is available through Mistralā€™s API platform or via cloud services like AWS, Azure, and Google Cloud Vertex.

Security-conscious companies can also deploy it on-premise, making it ideal for industries dealing with classified or sensitive data.

Mistral is already using its own OCR tech in Le Chat, allowing users to upload PDFs and instantly extract AI-readable content.

But the real magic happens when companies integrate Mistral OCR with Retrieval-Augmented Generation (RAG) systemsā€”letting AI assistants work with rich, multimodal documents.

Think law firms sifting through case files, research institutions analyzing studies, or businesses indexing internal reports in seconds.

Curious about how Mistral OCR could transform your AI workflows?

šŸ§±Around The AI Block

  • šŸ› ļø Top AI tools for designers.

  • šŸ—£ļø How to translate any language quickly and accurately.

  • šŸ“ŗ Prime Video tests AI dubbing for select movies and TV series

  • šŸ“œ Anthropic submits AI policy recommendations to the White House.

  • šŸ’¬ DuckDuckGo leans further into GenAI as its AI chat interface exits beta.

  • šŸ¦  Anthropicā€™s Claude Code tool had a bug that ā€˜brickedā€™ some systems.

  • šŸ„³ ChatGPT doubled its weekly active users in under 6 months, thanks to new releases.

  • šŸ¦¾ Google DeepMind, Cohere, and Twelve Labs explain how founders can build with their AI models.

  • My Ask AI: Helps to save your team time with instant, conversational answers to any customer question about your product, with your own AI customer support assistant.

  • Penny AI: An AI shopping tool with seamless price comparison, similar items discovery, and automated pros and cons analysis.

  • SaneBox: Identifies important email and automatically organizes the rest to help you stay focused.

  • Pictory: Helps to generate more leads and boost sales by turning any content into shareable videos using AI.

  • Rewind: Search screenshots and everything you've read in Safari, a personalized AI in your pocket.

šŸ¤–ChatGPT Prompt Of The Day: Proofread for clarity, grammatical errors, syntax and conciseness.

Great writing isnā€™t just about getting words on a pageā€”itā€™s about making them clear, concise, and error-free.

Proofreading helps you refine your message, fix grammatical slip-ups, and ensure your ideas flow smoothly.

Need a quick polish? Here's a prompt that can help.

Assume the role of a proofreader specializing in academic writing. Your task is to review and edit a segment of an academic paper titled "[PAPER TITLE]." Focus on ensuring clarity, conciseness, and coherence in the writing. Identify any sentences or phrases that are ambiguous, overly complex, or unnecessarily verbose, and suggest precise and succinct alternatives. Pay attention to the logical flow of ideas, ensuring that each sentence contributes effectively to the argument or narrative. Check for consistency in terminology, style, and voice throughout the document. Highlight any jargon or technical terms that may need clarification for the paper's intended audience. Conclude your proofreading by verifying that the segment aligns with academic standards and enhances the overall readability and impact of the paper.


OR


Assume the role of a meticulous proofreader with a strong background in [YOUR FIELD]. Your task is to scrutinize an academic manuscript, focusing specifically on correcting grammatical errors and refining syntax to meet the highest standards of academic writing. Pay close attention to subject-verb agreement, tense consistency, and the proper use of academic tone and vocabulary. Rectify any instances of passive voice where an active voice would be more direct and impactful. Examine complex sentences to ensure clarity and coherence, breaking down overly complicated structures if necessary. Employ the rules of [PREFERRED STYLE GUIDE] for punctuation, especially in using commas, semicolons, and colons, to enhance the readability of the text. Your goal is to produce a polished, error-free document that communicates ideas clearly, concisely, and effectively, without detracting from the scholarly content and contributions of the work.

We've Compiled a List of Over 100 ChatGPT Power Prompts.

This should help streamline your interactions with ChatGPT and get the results you need more efficiently.

Best of all, It's free!

That's all we've got for you today.

Did you like today's content? We'd love to hear from you! Please share your thoughts on our content belowšŸ‘‡

What do you think of today's email?

Login or Subscribe to participate in polls.

Your feedback means a lot to us and helps improve the quality of our newsletter.

Reply

or to participate.