Hasan Toor Profile picture
Apr 20, 2023 15 tweets 9 min read Read on X
ChatGPT is just the tip of the iceberg.

Every day new AI-powered tools are launched.

Here are 12 mind-blowing AI tools better than ChatGPT: Image
1. Tars Prime AI

Are you looking to build a ChatGPT like chatbot experience for your business?

Introducing Tars, new Cutting-Edge Chatbot powered by ChatGPT.

Tars helps you get a ChatGPT Powered Chatbot in under 30 seconds.

admin.hellotars.com/ai
2. ChatABC

@chatabc_ai is better ChatGPT with features like team collaboration, prompt library, never-down service and so much more.

Features OF ChatABC:

- Model (GPT-4 Supported)
- Upload Document
- Use native voice to speak
- 150+ builtin prompts

chatabc.ai
3. Durable AI

Build a website in 30 seconds with AI.

The AI website builder that generates an entire website with images and copy in seconds.

durable.co/ai-website-bui…
4. TweetMonk

TweetMonk is like one man army tool to grow your Twitter.

You can use this AI tool to write Hooks, threads and schedule tweets as well.

Try this Today:

TweetMonk.com
5. 10web

ChatGPT can do anything except website building.

The real king of AI website building is @10Web_io

Now you can build a website with 10web in just 5 minutes.

10web.io
6. Alicent AI

Unlock a Supercharged ChatGPT Experience with this Chrome extension.

Best extension for busy marketers and creators to 10x your production.

Have features like:
• Instant Access to ChatGPT
• Use Page as Context
• Powerful AI Assistant

alicent.ai
7. Kickresume

Kickresume AI Resume Writer is the best AI Resume Writer.

Automate your CV creation with this AI Resume Writer.

- 35+ ATS-Ready Templates
- 1,500+ Resume Examples

Try it for free.

kickresume.com/en/ai-resume-w…
8. FinalScout @finalscout_com

Turn Linkedin into your email lists by this ChatGPT-Powered Email Finding Extension.

Extract valid email addresses from LinkedIn with ChatGPT, guaranteeing up to 98% email deliverability.

finalscout.com
9. Consensus:

@ConsensusNLP is a GPT-4 powered feature that summarizes answers from scientific research.

How to search?

Consensus uses AI to find answers in research papers.

The best way to search is to ask a question.

consensus.app/search/
10. Paperpal

Don't waste your time on ChatGPT for academic writing.

Introducing Paperpal – The perfect AI writing tool for academics

To start using, go to paperpal.com and sign up
11. Tome

Tome helps you to create powerful stories in seconds.

Type anything in a prompt and it will automatically generate amazing storytelling for you within seconds.

beta.tome.app Image
12. InteraxAI

The best no-code AI platform that offers monetizable and embeddable AI widgets.

Seamlessly integrate AI into your website, blog, or platform without writing a single line of code with our white label platform.

interaxai.com Image
Special Bonus:

Are you looking to learn in detail about GPT-4?:

Get my guide and level up your life today with GPT-4.

Here:

hasantoxr.gumroad.com/l/gpt4 Image
That's a wrap!

If you enjoyed this thread:

1. Follow me @hasantoxr for more of these
2. If you enjoyed this thread, don't forget to like, comment, and retweet the first tweet.

• • •

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

Keep Current with Hasan Toor

Hasan Toor 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 @hasantoxr

Mar 20
Holy shit... Someone just built the world's largest AI image prompt library and made it free.

It's called MeiGen, it scrapes the most popular prompt posts from X each week and puts them all in one place.

No prompt engineering. No guessing. Just steal what's already working.

100% free. 100% Open Source.Image
Here’s the problem MeiGen solves:

Some of the best AI image prompts are on X.

But they get lost in your bookmarks, likes, and the “I’ll come back to this” pile—until you never do.

MeiGen finds the best prompts each week and puts them in one place. They’re curated, organized, and easy to search.
What you get:

- Weekly hand-picked prompts that are trending on X (real engagement, not random)
- Filter by model like NanoBanana Pro, GPT Image, or Midjourney
- Generate in one click and save to your collection
- See real view and like counts so you know what actually works
Read 6 tweets
Mar 15
🚨 BREAKING: Someone just leaked their full Claude Cowork setup and it compresses an entire workday into 90 seconds.

I scraped every power user workflow across X, Reddit, and private Slack groups to find out how.

99% of people are using it completely wrong.

Here's what the top 1% actually do 👇Image
Prompt 1: Inbox triage + summarization

"You are a Chief of Staff with 10 years of executive support experience.

I need you to process my inbox one email at a time using this exact chain of reasoning:

Step 1 → Classify: Is this urgent (needs reply today), important (needs reply this week), or noise (unsubscribe/archive)?
Step 2 → Extract: Pull out the sender, request, deadline, and any names mentioned.
Step 3 → Draft: Write a reply under 4 sentences. Match the sender's tone. Never use "I hope this email finds you well."
Step 4 → Flag: If it involves money, legal language, or a deadline under 24 hours, mark it [ESCALATE] before the reply.

Process every email in my inbox folder. Output in this format:
[CLASSIFICATION] | [EXTRACTED INFO] | [DRAFT REPLY] | [FLAG IF NEEDED]

Do not stop until every email is processed."
Prompt 2: Document drafting

"You are a McKinsey Senior Consultant who writes exclusively in plain English.

Hard constraints:
- No bullet points. Prose only.
- No sentence longer than 20 words.
- Every paragraph must end with a decision or action.
- Never use: "leverage," "synergy," "circle back," or "moving forward."

Task: Read every file in my [Documents/Drafts] folder. For each document that is more than 50% complete, turn it into a final polished version ready to send.

For documents under 50% complete, write a 3-sentence brief explaining exactly what still needs to be done and who should do it.

Save all outputs as [filename]_FINAL.docx in the same folder."
Read 12 tweets
Mar 12
🚨BREAKING: This github has entire blueprint for building ChatGPT from scratch and put it on GitHub for free.

It's called LLMs-from-scratch and it walks you through building a GPT model in PyTorch line by line.

No black boxes. No hand-waving. Every single piece of the architecture explained and coded.

Here's why this changes everything for AI builders: ↓Image
Most people using ChatGPT every day have zero idea how it actually works under the hood.

Attention mechanisms. Tokenization. Pretraining. Finetuning. RLHF.

They're all magic words until you build one yourself.

This repo fixes that.
What you'll build, chapter by chapter:

→ Ch 2: Working with text data + BPE tokenizer from scratch
→ Ch 3: Coding multi-head attention from zero
→ Ch 4: Full GPT model implementation in PyTorch
→ Ch 5: Pretraining on unlabeled data
→ Ch 6: Finetuning for text classification
→ Ch 7: Instruction finetuning (how ChatGPT-style behavior actually works)Image
Read 8 tweets
Mar 8
🚨BREAKING: GOODBYE POWERPOINT forever.

Claude just collapsed 10 hours of presentation building into 100 seconds completely free.

Here are 12 prompts to go from completely unprepared to completely untouchable in every meeting: (Save this): Image
1. Complete Presentation Blueprint

Act like a professional presentation consultant who has built decks for Fortune 500 boardrooms and billion-dollar pitch meetings. Create a complete presentation blueprint for [topic]. Define the objective, target audience, key message, emotional arc, and exact slide flow. Make every section earn its place and eliminate anything that doesn't move the audience toward one clear decision.
2. Hook Slide That Stops Scrolling

You are a TED Talk opening specialist. Write the first slide and opening 30 seconds of spoken script for a presentation on [topic]. The hook must create immediate tension, make the audience feel something is at stake, and promise a payoff they can't ignore. No welcome slides. No agenda. Start mid-story.
Read 15 tweets
Feb 27
Holy shit... Someone just built the ultimate prompt collection for AI image creators.

It's called MeiGen, it scrapes the hottest prompt posts from X every week and curates them in one place.

No more bookmarking 50 tweets. No more losing that prompt you saw 3 days ago.

100% free. 100% Open Source.Image
Here's the problem MeiGen solves:

The best AI image prompts live on X.

But they're buried in your bookmarks, your likes, your "I'll come back to this" pile that you never come back to.

MeiGen pulls the hottest ones weekly curated, organized, searchable.
What you get:

→ Weekly curated prompts trending on X (real engagement, not random)
→ Filter by model like NanoBanana Pro, GPT Image, Midjourney
→ One-click generate + save to your collection
→ Real view/like counts so you know what actually performs

The top prompt right now? 159K views on X.
Read 6 tweets
Feb 24
Holy shit... Someone finally benchmarked AI code reviewers on REAL pull requests.

Not demos. Not vibes. Actual F1 scores across 8 tools.

The gap between #1 and #8?

34 percentage points.

Your eng team is probably using the wrong one right now: ↓
@entelligence benchmarked 8 tools on real pull requests.

Every "which code review tool should we use" convo ends the same way:

→ Someone shares a demo
→ Someone shares a vibe
→ Nobody has real numbers
→ Team picks based on brand recognition

That era is over.
The full F1 score breakdown across 8 tools:

🥇 Entelligence — 47.2%
🥈 Codex — 45.4%
🥉 Claude — 42.8%
4. Bugbot — 39.4%
5. Greptile — 36.9%
6. CodeRabbit — 33.0%
7. Copilot — 22.6%
8. Graphite — 13.4%

Copilot at 22.6%. Graphite at 13.4%.

These tools are being sold to your eng team RIGHT NOW.Image
Read 7 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(