Jafar Najafov Profile picture
Mar 10, 2024 8 tweets 4 min read Read on X
5 Apps that'll pay you every day:
1. GigWalk

Earn money by completing local gigs with GigWalk.

From photos to app testing, choose tasks that fit your schedule.

gigwalk.com
2. TryMata

Increase your income with TryMata by reviewing websites and apps.

Just share your user experience and earn $5-$30 per test, directly into your PayPal.

Ideal for those who love to provide feedback and improve digital platforms.

trymata.com
3. Rewardy

Rewardy offers a unique way to earn daily cash by completing simple tasks on your phone.

From surveys to watching videos, Rewardy makes it fun and easy to earn money anywhere.

Jump into Rewardy's world and start earning today.

rewardy.io
4. Brandbee

With Brandbee, turn your social media influence into cash.

Engage with brands, create content, and get paid for your impact.

Perfect for those who love to connect and create on social media platforms.

brandbee.io
5. SwagBucks

Earn daily with SwagBucks by taking surveys, watching videos, shopping online, and more.

SwagBucks rewards you for the activities you do online with gift cards or cash via PayPal.

swagbucks.com
Do you want to learn about AI and growth strategies to scale your business?

Subscribe to: newsletter.nextool.ai
If you find this helpful, please:

1. 🔁 RT the thread to help others.
2. 🤵 Follow me for more daily content.

Thanks for reading.

• • •

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

Keep Current with Jafar Najafov

Jafar Najafov 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 @JafarNajafov

May 9
Claude can now break down papers like an MIT researcher.

Here are 10 insane Claude prompts that turn dense research papers into simple summaries, diagrams, limitations, experiments, and future research ideas in minutes (Save this) Image
1. The Feynman Breakdown

"Read this paper and explain it like you're teaching a curious 12-year-old. Use everyday analogies. No jargon. If a term is unavoidable, define it in 5 words or less. End with: what would surprise a non-expert most?"

Turns 40 pages into 4 paragraphs.
2. The 5-Layer Summary

"Give me 5 versions of this paper:
→ One sentence
→ One paragraph
→ One page
→ Technical abstract
→ Tweet thread (10 tweets)

Each version should stand alone."

Pick the depth you need. Skip the rest.
Read 13 tweets
May 8
ChatGPT can now build courses like a Stanford professor.

Here are 11 insane ChatGPT prompts that turn any skill into a 30-day curriculum, lesson plans, exercises, projects, and grading rubrics in minutes (Save this) Image
1/ The 30-Day Curriculum Builder

Prompt:

"I want to learn [SKILL] in 30 days.

Build me a complete 30-day curriculum.

Structure it like a top university course.

For each day, include:
- Main concept
- What I should study
- Practice task
- Output I should create
- Common mistakes
- 20-minute review exercise

Assume I am starting from [BEGINNER / INTERMEDIATE / ADVANCED] level."

This gives you the full roadmap before you even start.

Most people fail because they learn randomly.

This turns the skill into a clear path.
2/ The Skill Deconstruction Prompt

Prompt:

"Break down [SKILL] into its smallest learnable parts.

Separate everything into:
1. Core fundamentals
2. Supporting concepts
3. Tools I need
4. Mental models
5. Practice drills
6. Real-world projects
7. Advanced topics

Then show me the exact order I should learn them in."

This is insane for removing confusion.

Instead of asking “where do I start?” you get the entire skill map in one place.
Read 16 tweets
Apr 28
Claude can now research like a Stanford PhD student.

Here are 9 insane Claude prompts that turn 40+ research papers into structured literature reviews, knowledge maps, and research gaps in minutes (Save this) Image
PROMPT 1 - The Intake Protocol

Use this when you first upload your papers:

"I'm going to share [X] papers on [topic].
Before I ask anything, do this:

1. List every paper by author + year + core claim in one sentence
2. Group them into clusters of shared assumptions
3. Flag any paper that contradicts another

Don't summarize. Map the landscape."
PROMPT 2 - The Contradiction Finder

Most researchers miss this. This prompt doesn't:

"Across all papers uploaded, identify every point where two
or more authors directly contradict each other.

For each contradiction:
- State both positions
- Name the papers
- Explain WHY they likely disagree (methodology, dataset, era)

Format as a table."
Read 13 tweets
Apr 27
If you want to remember a book for years, don’t summarize it.

Use NotebookLM to turn it into questions, recall drills, and spaced repetition notes.

Here are 12 prompts: Image
1. Build my recall map

"Read this book and extract the 20 most important ideas I need to remember.

For each idea, create:
- one simple explanation
- one question to test my memory
- one real-world example
- one mistake people make when applying it"
2. Turn this book into spaced repetition

"Create a spaced repetition system from this book.

Give me:
- Day 1 review questions
- Day 3 review questions
- Day 7 review questions
- Day 14 review questions
- Day 30 review questions

Make each round harder than the last."
Read 14 tweets
Apr 21
Top senior engineers don't read legacy codebases line by line anymore.

They point Claude Code at the repo and run a 6-command workflow that maps the architecture, surfaces hidden dependencies, and identifies the 10 riskiest files in under an hour.

Here are the exact commands they use: 👇Image
1. The Architecture Map

First command on any unfamiliar repo:

"Read the entire repository. Then produce:

1. One paragraph describing what this application does in plain English
2. The architectural pattern (MVC, hexagonal, event-driven, microservices, monolith, etc)
3. A text-based diagram of the main components and how they talk to each other
4. The tech stack with versions
5. The 3 entry points I should read first to understand the core flow

Don't suggest changes. Just orient me."

This replaces the first 4 hours of onboarding.
2. The Dependency Graph

Once you know the shape of the codebase:

"Map the dependencies in this repo.

1. List every external package and what it's used for
2. Identify internal modules that other modules depend on heavily (the 'core' files)
3. Flag any circular dependencies
4. Identify any dependencies that are outdated, abandoned, or have known security issues
5. Show me the 5 files with the most incoming imports — these are the files I cannot break

Rank by blast radius: if I change this file, how many others break?"

This surfaces the landmines before you step on them.
Read 9 tweets
Apr 18
Top students at Stanford don't read books cover to cover anymore.

They upload the PDF to NotebookLM and run a 6-prompt workflow that extracts the core arguments, counterexamples, and real-world applications in one sitting.

Here are the exact prompts they use: Image
1. The Core Argument Extractor

Every book has one central argument everything else serves.

Most readers finish the whole thing and can't state it in two sentences.

Paste this first:

"Read this entire book and identify the single central argument the author is making. Not the topic. The argument the specific claim they are trying to convince me is true. State it in two sentences maximum. Then identify the 3 to 5 key sub-arguments that support the central claim. For each sub-argument: what evidence or reasoning does the author use to support it, and how strong is that evidence on a scale of anecdote to empirical proof?"

If you can't state a book's central argument in two sentences after finishing it, you haven't finished it.

You've just been present for it.

This prompt makes sure you actually have it.
2. The Assumption Auditor

Every author has a worldview baked into every book they write.

Most of those assumptions are never stated because the author doesn't realize they're making them.

They feel like facts because they feel obvious to the person writing.

"Identify every significant assumption this author makes that they never explicitly state or defend. What does the author take for granted about human nature, about how organizations work, about what people want, about how change happens? For each unstated assumption: is it well-supported by evidence outside this book, is it contested by credible thinkers in related fields, or is it simply the author's worldview presented as universal truth? Which assumption, if wrong, would most undermine the book's central argument?"

The best books survive this prompt with most of their argument intact.

The overrated ones collapse at assumption two or three.

Running this tells you exactly how much of what you just read was insight versus ideology.
Read 9 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!

:(