Paul Couvert Profile picture
May 26, 2023 9 tweets 3 min read Read on X
I've just created this chart using AI.

And it only took me a few seconds.

Here's how to create any chart or graph with AI (for free): Image
1. Go to Bing

We're going to use Bing Chat in creative mode.

Go to bing.com/chat and select "Creative" (log in to avoid limits).
2. Find data

Enter this prompt to find the data for your graph and the "code" for drawing it.

The prompt is available just below.
Prompt → I want to create a chart for Google Sheets with the evolution of smartphone sales from 2016 to 2023 in the USA by brand. Show me a table with the data I can copy/paste and write the code for a Google Sheets macro to automatically draw the line chart.
3. Copy data into Google Sheets

Copy/paste the table directly into a new Google Sheets file.
4. Copy the code

Copy the code Bing has given you, as shown in the video. Then click on "Run".

Google Sheets may ask you for authorization, but there's no risk.
5. You're done!

Your graph has been created automatically, and you can even modify it.
Hope this was useful to you!

If you enjoyed this thread, please:

1. Follow me (@itsPaulAi) for more AI content

2. Like & Retweet the first tweet below:

If this was helpful to you, you would also like my newsletter coming soon!

I'll share for free with you:

→ Tutorials to use AI
→ No-code tools
→ Tech tips

Join us for free:
itspaulai.gumroad.com/subscribe

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Paul Couvert

Paul Couvert Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @itsPaulAi

May 29
DeepSeek has just released a powerful new 8B model 🔥

This means you can run it locally and for free on a laptop with zero limitations.

You just need LM Studio and 4Gb of RAM.

The few quick steps below:
1. Download LM Studio (free)

Go to and download the version for your OS.

Available for:

- Windows (x86/ARM)
- macOS (M series)
- Linux lmstudio.aiImage
2. Download the model

In LM Studio, in the search tab, type:
“deepseek r1 0528 qwen 8b”

I suggest the bartowski version with the "Q4_0" quantization, suitable for most devices.

(If you're using macOS, opt for an MLX model).

Then, just click on download.
Read 4 tweets
May 16
This AI agent is a powerful data analyst

It can search, process, complete and visualize your data in a single chat.

You can import files or start from scratch.

Step-by-step process with Genspark:
1. Import or search data

Go to and select “AI Sheets”.

You can either :

- Import your files
- Search for data

In the 2nd case, the agent aggregates and formats the data according to your criteria. genspark.ai
2. Process your data

You can then complete and process your data.

For example, the agent can search for additional information or categorize.

Just ask it to add a column with the information you want to appear.
Read 5 tweets
May 3
Google has quietly released AI tools for language learning

You can access these 3 tools for free:

1. Find vocabulary for any situation
2. Learn idioms from a generated conversation
3. Talk to the camera about your surroundings

Details and access:
1. Tiny Lesson

Choose your language and a situation.

Gemini will then generate customized vocabulary, phrases and tips for you to listen to and learn.
2. Slang Hang

Gemini generates a conversation between 2 native speakers.

You can read, listen to and translate their conversation.

The conversation continues for as long as you want to practice!
Read 5 tweets
May 1
AI Agents are becoming extremely capable

Among other things, in a single prompt you can:

- Search for information
- Compile insights
- Create visuals
- Generate slides

Genspark’s Super Agent manages all the tools by itself.

(More below)
You can use several agents for a single request.

Go to the "All Agents" section of :

→ Deep Research
→ AI Slides
→ Call For Me (yes!)
→ Agentic Fact Check
→ Agentic Data Table

I'll show you a few combos possible using @genspark_ai ↓ genspark.ai
@genspark_ai Combine search and web page creation to create an app with real-time data.

Super Agent uses its tools to find the right information, put it together, and code the page.

With a single prompt, you've got an interactive mini-app!
Read 6 tweets
Apr 23
Anthropic has released a full guide on agentic coding

There are 6 points to maximize the efficiency of Claude Code and LLMs to build.

Everything you need to know below

(And link to the official blog post) Image
1. Customization & optimization

- Create CLAUDE .md files to document workflows, commands, and coding conventions.

- Curate a list of allowed tools for more efficient automation.

- Install the GitHub CLI for better GitHub integration. Image
2. Expanding Claude's capabilities

- Use bash utilities and document them for Claude.

- Connect Claude to MCP servers for expanded functionality.

- Set up custom slash commands for repetitive workflows. Image
Read 8 tweets
Apr 21
ChatGPT o3 and canvas is a builder's dream

You can create a complete web app with a backend and deploy it.

The whole workflow takes less than 5 minutes, here are the steps: Image
1. Prepare the prompt

I use my GPT "Prompt Enhancer" to save time.

It transformed my basic prompt into a much more complete prompt so that o3 could one-shot the app.

(You can get it for free below)

Prompt:

"You're a senior front-end developer with experience in building productivity tools using vanilla JavaScript and browser-based storage. Create a single-file web application that serves as a "Prompt Organizer" to help users save, edit, delete, and categorize AI prompts directly in the browser without any external dependencies. Use only HTML, CSS, and JavaScript, and store data persistently using localStorage or IndexedDB to ensure saved prompts remain available across sessions. Each prompt should include fields such as title, description, tags, and the full prompt text. Users should be able to filter prompts by tags, search by keywords, and sort by date created or modified. Include example prompts to populate the organizer on first load. Structure the code so it’s readable and modular within the single HTML file, using internal