πŸ”– X Bookmarks β€” ai-and-agents.md

πŸ€– AI & Agents

16 bookmarks

Fishmarketacad (@FishMarketAcad)

πŸ“… Jun 22, 2025 Β· ❀️ 66 Β· πŸ‘ 6,065

Hot take: The more i vibe code, the more disappointed I get by AI's lack of problem solving common sense.

Basically if you're inexperienced, read widely and understand fundamentals so you can guide it better. AI is lacking in common sense solutions, for now.

For now, when prompting, remember to ask it to read cursor rules and here are some cursor rules which helped me involving a project which had a database. I made a new chat with this rule and it gave a simple solution instead of suggesting a complex fix.

Feel free to edit and it may not work for you.

Cursor Rules:

BEFORE ANY SOLUTION - MANDATORY DATA INVENTORY

YOU MUST FIRST:
1. List ALL existing data structures/tables/collections in the system
2. For each data structure, write what data it contains
3. Ask: "What data do I already have that relates to this problem?"
4. Ask: "Can I solve this by combining/querying existing data differently?"
5. If database exists and problem is about duplicates/persistence: "Should I track this in the database?"

ONLY AFTER completing the data inventory can you propose solutions.

🚨 MANDATORY SIMPLICITY-FIRST APPROACH 🚨

STOP - REQUIRED FORMAT BEFORE ANY SOLUTION

Before writing ANYTHING, you MUST answer these 4 questions in this exact format:

  1. EXISTING DATA CHECK: "Can I solve this by querying what's already in their system?"
  2. 5-MINUTE FIX: "If I had 5 minutes to fix this, I would..."
  3. DUMBEST SOLUTION: "The most boring/obvious approach is..."
  4. BASIC OPERATION: "This is just a simple [database query/if statement/function call]"

PATTERN RECOGNITION: COMMON SIMPLE SOLUTIONS

User says: "Multiple X are happening"
IF DATABASE EXISTS: Check if X already happened in database, if yes, skip it
IF NO DATABASE: Check if X already happened in memory, if yes, skip it
DON'T think: Complex deduplication algorithms, time windows

User says: "I want to filter/categorize"
IMMEDIATELY think: Add simple if/else check or database flag
DON'T think: AI systems, complex categorization engines

User says: "This happens too often"
IMMEDIATELY think: Add simple frequency check or database timestamp
DON'T think: Rate limiting systems, complex scheduling

User says: "I need to track Y"
IF DATABASE EXISTS: Store Y in database with timestamp
IF NO DATABASE: Store Y in memory/file
DON'T think: Complex tracking systems, analytics frameworks

🚨 RED FLAGS - STOP IMMEDIATELY IF YOU'RE THINKING:

βœ… GREEN FLAGS - DEFAULT TO THESE:

CRITICAL: THIS RULE OVERRIDES ALL OTHER INSTINCTS

YOUR DEFAULT MINDSET:
"What's the most boring, obvious, straightforward way to solve this using what already exists?"

PRODUCTION SYSTEM REALITY:
- User wants minimal risk, maximum benefit
- Simple solutions are easier to debug and maintain
- Perfect is the enemy of good
- 5-minute fixes beat 5-hour architecture changes
- If database exists, use it for persistence problems (it's the simple solution)

DUPLICATE/PERSISTENCE PROBLEMS + DATABASE EXISTS = USE DATABASE
- Multiple notifications/processing = Add tracking table
- "Same thing happening multiple times" = Database deduplication
- Any persistence needed = Database, not memory

πŸ”— View on X

πŸ“‚ Also in: πŸ“š Books & Reading, ⚑ Productivity & Self-Improvement, πŸ’» Dev & Engineering


PaweΕ‚ Huryn (@PawelHuryn)

πŸ“… May 4, 2025 Β· ❀️ 2,394 Β· πŸ‘ 327,809

I see abstract AI agent architectures everywhere.

But no one explains how to build them in practice.

Here's a practical guide to doing it with n8n: 🧡 https://t.co/b18DtBLq39

πŸ”— View on X

πŸ“‚ Also in: πŸ’» Dev & Engineering


Alex Albert (@alexalbert__)

πŸ“… Apr 21, 2025 Β· ❀️ 4,928 Β· πŸ‘ 622,396

We wrote up what we've learned about using Claude Code internally at Anthropic.

Here are the most effective patterns we've found (many apply to coding with LLMs generally): https://t.co/5SOqS019ny

πŸ”— View on X

πŸ“‚ Also in: πŸ’» Dev & Engineering


andrew chen (@andrewchen)

πŸ“… Apr 21, 2025 Β· ❀️ 1,392 Β· πŸ‘ 286,257

my current ChatGPT custom prompt -- curious what others are using/doing? Have been slowly iterating over time...

--
At the start of a response, create a summary table at the beginning, if appropriate and helpful to answer the question

Always provide the pros and cons of something if you can. Be critical.

Add links throughout the answer for jargon and concepts that start new chats

Provide a maximally detailed answer with multiple levels of depth. Use maximum tokens

Use detailed examples, facts and figures
Be comprehensive and detailed by using bulleted answers

After a response, provide 5 follow-up questions. Format in bold as Q1, Q2, and Q3 and put in a bulleted list

Suggest solutions that I didn’t think aboutβ€”be proactive and anticipate my needs

Be opinionated rather than neutral when appropriate

Treat me as an expert in all subject matter

Value good arguments over authorities, the source is irrelevant

Consider new technologies and contrarian ideas, not just the conventional wisdom

You may use high levels of speculation or prediction, just flag it for me

Recommend only the highest-quality, meticulously designed products like Apple or the Japanese would makeβ€”I only want the best

No moral lectures

Discuss safety only when it's crucial and non-obvious

If your content policy is an issue, provide the closest acceptable response and explain the content policy issue

Link directly to products, not company pages

No need to mention your knowledge cutoff

No need to disclose you're an AI

πŸ”— View on X

πŸ“‚ Also in: πŸ“š Books & Reading, 🧠 Philosophy & Poetry


Aadit Sheth (@aaditsh)

πŸ“… Apr 12, 2025 Β· ❀️ 4,114 Β· πŸ‘ 296,448

This guy literally breaks down every AI coding rule in under 15 minutes. Save this.

https://t.co/AGidX7qdx4

πŸ”— View on X

πŸ“‚ Also in: πŸ’» Dev & Engineering


Dwarkesh Patel (@dwarkesh_sp)

πŸ“… Feb 19, 2025 Β· ❀️ 6,191 Β· πŸ‘ 2,262,464

.@satyanadella on:

Links below. Enjoy!

Timestamps
0:00:00 - Intro
0:05:48 - AI won't be winner-take-all
0:16:02 - World economy growing by 10%
0:22:23 - Decreasing price of intelligence
0:31:03 - Microsoft's Quantum breakthrough
0:43:35 - Microsoft's gaming world model
0:50:35 - Legal barriers to AI
0:56:30 - Getting AGI safety right
1:05:43 - 34 years at Microsoft
1:11:31 - Does Satya Nadella believe in AGI?

πŸ”— View on X

πŸ“‚ Also in: πŸš€ Startup & Business, ⚑ Productivity & Self-Improvement


Adam Silverman (Hiring!) πŸ–‡οΈ (@adamsilverman)

πŸ“… Jan 3, 2025 Β· ❀️ 1,293 Β· πŸ‘ 200,164

Here is everything that happened in AI Agents this week 🧡

(save for later) https://t.co/JBVYke3Cin

πŸ”— View on X


David Tso (dave.base.eth) (@davidtsocy)

πŸ“… Nov 26, 2024 Β· ❀️ 1,396 Β· πŸ‘ 249,667

If you’re coming from Solana to @base for the first time, here are 10 cool apps to try, 10 ways to earn onchain, 10 communities to join, and 10 articles to read:

10 Cool Apps to Try
- @Drakulaapp: viral videos meet viral coins
- @moshicamera: customizable polaroids
- @rodeodotclub: experimental artworks
- @zora: post for fun earn for real
- @warpcast_: programmable social network
- @blackbird: IRL restaurant passes
- @OnboardGlobal: universal financial platform
- @AerodromeFi: trading and liquidity marketplace
- @frenpetonbase: casual and idle game
- @BLOCKLORDS: action and strategy game

10 Ways to Earn Onchain
- https://t.co/dbZohhHJe5: building
- @TokemakXYZ: ETH yield
- @pendle_fi: BTC yield
- @MorphoLabs, @aave: lending
- @SeamlessFi, @DefinitiveFi: looping
- @arcadia, @ExtraFi_io: leveraged LPing
- @harvest_finance x @MoonwellDeFi, @torosfinance x @synthetix: auto-compounding yield
- @interfacedapp, @frenslol: copy trading
- @virtuals_io, @_proxystudio: AI launchpad
- @wow, @apedotstore: token launchpad

10 Communities to Join
- https://t.co/bfhuMXsHff: Base Discord
- @tybasegod: Disciples of B
- @callusfbi: global founders
- @compassdotfun: consumer builders
- @latenightonbase: podcasts and spaces
- @FWBtweets: creatives and builders
- @basedandyellow: creators
- @paragraph_xyz: writers
- @cooprecsmusic: artists
- @podsdotmedia: podcasters

10 Articles to Read
- Base’s strategy by @jessepollak: https://t.co/RtyUJwdUz2
- How to be based by @jessepollak: https://t.co/EaopYjiYAm
- Everyone is a builder by @jessepollak: https://t.co/woimUK3DAh
- Base’s 2024 mission, strategy, and roadmap: https://t.co/l2rjGxIeDi
- The genesis of Base: https://t.co/7T0Du9pYlN
- Based memes: https://t.co/C5kS42dIPL
- What’s happening at Coinbase by @AlanaDLevin: https://t.co/tRWaU9aUzZ
- The Read Write Own manifesto by @cdixon: https://t.co/lgHejFZIES
- Onchain by @js_horne: https://t.co/8Iyef5TarU
- Making Ethereum alignment legible by @VitalikButerin: https://t.co/Bxmaybkbxq

Welcome to the global onchain economy that increases innovation, creativity, and freedom πŸ”΅

πŸ”— View on X

πŸ“‚ Also in: ⛓️ Crypto & Web3, πŸ“š Books & Reading


RAVI KUMAR SAHU (@RAVIKUMARSAHU78)

πŸ“… Oct 15, 2024 Β· ❀️ 4,947 Β· πŸ‘ 888,132

ChatGPT Prompts to finish your hours of work in seconds: only Copy and Paste these prompts! https://t.co/lugGcthMCV

πŸ”— View on X


Reads with Ravi (@readswithravi)

πŸ“… Aug 9, 2024 Β· ❀️ 1,081 Β· πŸ‘ 160,063

Sam Altman is the CEO of OpenAI, former president of Y Combinator.

He has recommended several books over the years which cover a wide range of topics including entrepreneurship, technology, psychology, history, and philosophy.

15 books recommended by @sama 🧡

1) Read Write Own by Chris Dixon

πŸ”— View on X

πŸ“‚ Also in: πŸš€ Startup & Business, πŸ“š Books & Reading, 🧠 Philosophy & Poetry


Andrew Yeung (@andruyeung)

πŸ“… Jul 22, 2024 Β· ❀️ 2,776 Β· πŸ‘ 708,581

All the startup accelerators you can apply for:

  1. PearX ($250k-$2m)
  2. Accel Atoms ($500k)
  3. Antler ($200k for 8%)
  4. Soma Capital ($100k)
  5. Sequoia Arc (Variable)
  6. a16z Speedrun ($750k)
  7. LAUNCH ($125k for 7%)
  8. OpenAI Converge ($1m)
  9. Techstars ($20k for 6%)
  10. Alchemist ($25k for 5%)
  11. NEO ($600k Uncapped)
  12. AngelPad ($120k for 7%)
  13. The Mint ($500k for 10%)
  14. AI2 Incubator ($50-$150k)
  15. HF0 ($125k for 7% + $375k)
  16. AI Grant ($250k Uncapped)
  17. Betaworks AI Camp ($500k)
  18. 500 Startups ($112.5k for 6%)
  19. Entrepreneur First ($125k for 8%)
  20. Y Combinator ($125k for 7% + $375k)
  21. Conviction Embed ($150k Uncapped)
  22. Founders Fellowship ($150k for 5-10%)
  23. SPC Fellowship ($400k for 7% + $600k)

(More info below)

Who am I missing?

πŸ”— View on X

πŸ“‚ Also in: πŸš€ Startup & Business


George from πŸ•Ήprodmgmt.world (@nurijanian)

πŸ“… Jun 30, 2024 Β· ❀️ 3,752 Β· πŸ‘ 844,176

Startup Playbook by Sam Altman (first published a month before the founding of OpenAI in 2015)

Out of all the parts, great execution is my favorite (and is also the hardest) https://t.co/8z8qAeDxTb

πŸ”— View on X

πŸ“‚ Also in: πŸš€ Startup & Business


Elon Musk (@elonmusk)

πŸ“… Jun 15, 2024 Β· ❀️ 103,398 Β· πŸ‘ 37,782,543

Wise words from a recent interview with @geoffreyhinton, one of the smartest people in the world regarding AI

https://t.co/11A7fJpLcs

πŸ”— View on X


Elad Verbin (@verbine)

πŸ“… Mar 22, 2024 Β· ❀️ 19 Β· πŸ‘ 1,933

I'll be speaking in Dappcon Berlin on 21/5 about the upcoming Ethereum-powered AI apocalypse

Here are the slides of the previous version of this talk, given last year at Zuzalu
https://t.co/0ezHLbgfYa
And here's a low-quality recording:
https://t.co/PA1xanjoWg

πŸ”— View on X

πŸ“‚ Also in: ⛓️ Crypto & Web3, πŸ“š Books & Reading


Lex Fridman (@lexfridman)

πŸ“… Jun 3, 2021 Β· ❀️ 19,354

Here's my conversation with @VitalikButerin, his second time on the podcast. We talk about @Ethereum, @Bitcoin, @Dogecoin, @elonmusk, @ShibainuCoin, @IOHK_Charles, @Cardano, @Chainlink, @0xPolygon, life, immortality, AI, and even speak Russian at the end. https://t.co/Y3cjGuctvM https://t.co/Pu7uwwF6X4

πŸ”— View on X

πŸ“‚ Also in: ⛓️ Crypto & Web3


Shalini Singh (@shalinisparmar)

πŸ“… Jul 11, 2020 Β· ❀️ 1,593

Why TikTok made its user so obsessive?

The AI Algorithm that got India hooked.

A thread

πŸ”— View on X