[GUEST ACCESS MODE: Data is scrambled or limited to provide examples. Make requests using your API key to unlock full data. Check https://lunarcrush.ai/auth for authentication information.]

@ryancarson Avatar @ryancarson Ryan Carson

Ryan Carson posts on X about ide, o3, $googl, productivity the most. They currently have XXXXXXX followers and XX posts still getting attention that total XXXXXX engagements in the last XX hours.

Engagements: XXXXXX #

Engagements Line Chart

Mentions: XX #

Mentions Line Chart

Followers: XXXXXXX #

Followers Line Chart

CreatorRank: XXXXXXX #

CreatorRank Line Chart

Social Influence #


Social category influence stocks XXX% technology brands XXX%

Social topic influence ide #42, o3 3.7%, $googl 1.85%, productivity 1.85%, more info 1.85%, devs 1.85%, prediction 1.85%, devin 1.85%, get a 1.85%, agentic XXXX%

Top accounts mentioned or mentioned by @grok @anointedname @bas666satan @soulcorekin @eking15605 @963hermes @doordashcrimson @matthewmg2 @overituuugain @chaos2cured @magisterjericoh @ampcode @marcuscohenshit @369critter @morganlinton @openai @cloudseedingtec @cursorai @afonsoarar @tooluseai

Top assets mentioned Alphabet Inc Class A (GOOGL) Cloudflare, Inc. (NET)

Top Social Posts #


Top posts by engagements in the last XX hours

"Grew up on vi during my comp sci degree. Learning neovim now and loving it. By the way if you're not using Ghostty as your terminal on Mac what are you even doing :)"
@ryancarson Avatar @ryancarson on X 2025-07-23 12:39:28 UTC 151.9K followers, 5614 engagements

"Looks interesting Like an easier-to-use n8n"
@ryancarson Avatar @ryancarson on X 2025-07-25 16:49:31 UTC 151.9K followers, 2508 engagements

""If youre painting (even your very first painting) you are a painter. Consequently if you create a program by hand or with the aid of an agent you are a programmer." - Armin Ronacher creator of Flask"
@ryancarson Avatar @ryancarson on X 2025-07-22 10:19:35 UTC 151.9K followers, 4901 engagements

"An entertaining and cautionary tale about why it's so important to plan and collaborate with your AI before you actually let it write code"
@ryancarson Avatar @ryancarson on X 2025-07-19 13:11:14 UTC 151.9K followers, 5193 engagements

"@byronrode Its like all the wonder and excitement are back"
@ryancarson Avatar @ryancarson on X 2025-07-22 19:24:00 UTC 151.8K followers, XX engagements

"If you have an idea for an app and you want to build it fast and deploy it with a lot of the controls that a developer would want the experience on @Replit is pretty amazing. I recorded this quick video while I'm sitting here at Philz before dinner tonight. Let me know your thoughts: Who's using Replit Who likes it What don't you like What works What doesn't"
@ryancarson Avatar @ryancarson on X 2025-07-15 22:35:18 UTC 151.9K followers, 29.2K engagements

"Getting to my happy place with my dev setup * Ghostty * Tmux * Neovim + NvChad * @AmpCode * MacBook Pro Great to be free of all the distracting cruft of the IDE Before I know it I bet I'll end up full Linux because of @dhh lol"
@ryancarson Avatar @ryancarson on X 2025-07-25 12:38:30 UTC 151.9K followers, 17.3K engagements

"Prediction: I think a large number of leading-edge devs will stop using IDEs in the next XX months. I've always used an IDE because I like the UI but I find that for agentic coding there's now a huge amount of cruft in the IDE UI that just slows me down and slows the agent down. I'm moving to just using CLI agents + gitui + a couple terminal panes and I'm way faster. Curious to hear everyone's thoughts. I think we're starting to see the beginning of SDLC XXX This also means it's time for GitHub XXX to emerge"
@ryancarson Avatar @ryancarson on X 2025-07-19 13:27:38 UTC 151.9K followers, 185.5K engagements

"I'm trying out @DevinAI and I'm very impressed with the PRs. Check out this Mermaid diagram it created to help me understand the changes. I can't imagine a human dev taking time to do this. Not because they can't/won't but simply because it's too time consuming. Interestingly @cursor_ai bug bot caught a bug in the PR. I copied the error message back into Devin and it then fixed it and CI/CD then passed. Merging now. Also there's something cute/reassuring about the "Devin is sleeping" message when it's done with it's tasks :) I know folks like @clairevo and @shl use Devin a lot so I'm getting"
@ryancarson Avatar @ryancarson on X 2025-07-12 16:28:45 UTC 151.9K followers, 3472 engagements

"I'm so tempted to get a group of people together building 1-person startups using AI agents to help them build. Weekly meetings. Daily standups. Sharing tips ideas and pitfalls. It'd be free but you'd have to apply. If that sounds interesting reply and we'll see what happens"
@ryancarson Avatar @ryancarson on X 2025-07-10 16:15:40 UTC 151.9K followers, 353.8K engagements

"I'm trying out @kirodotdev for agentic building. Basically its the new agent augmented IDE from Amazon. It has a really interesting feature which is a three-step process: X. Requirements (basically a PRD) X. Design where the system starts sketching out the components and the UI X. Task list I'm liking it so far. The iterative approach feels right and is very similar to what I've been doing with my PRD - task list - task execution workflow (link to the open source repo below) Looks like they're giving away free inferences on sonnet X right now. If you want some free tokens now is your time"
@ryancarson Avatar @ryancarson on X 2025-07-15 12:12:01 UTC 151.8K followers, 6266 engagements

"I've been testing @AmpCode inside cursor instead of using cursor's agent. I'm very impressed so far. Calling on the Oracle is a sweet feature - it invokes o3 when you need extra intelligence"
@ryancarson Avatar @ryancarson on X 2025-07-10 13:57:44 UTC 151.9K followers, 19.8K engagements

"Power tip for all of you who live on the CLI and use AI agents. When you want to summon AI instantly to answer a question or bang out a task without leaving the command line to start a CLI agent just use this command: amp -x "ask your question here" You can also redirect the output to a file like this: amp -x "make a list of all my TODOS" todo_list.txt As soon as the agent is done you're right back on the CLI You can do this with @AmpCode. If you're using Claude Code you can do something similar with claude -p Happy hacking"
@ryancarson Avatar @ryancarson on X 2025-07-24 15:30:10 UTC 151.9K followers, 4884 engagements

"Did you know you can add a pre-commit hook to ask your AI agent to check your work before committing code This can be done both in Claude Code and @AmpCode. Here's how: X. npm install --save-dev husky X. npx husky init X. Edit .husky/pre-commit to add your checks (tests linting etc.) X. Commit and enjoy automatic quality gates I'm using the specific "-x" flag for Amp which runs an agent and then returns to the CLI like this (you can use "-p" in Claude Code) . amp -x "Oracle review changes we're about to commit" FYI using the keyword "oracle" in Amp calls a tool that uses o3 vs sonnet 4"
@ryancarson Avatar @ryancarson on X 2025-07-25 22:12:52 UTC 151.9K followers, 4225 engagements

"Y'all work with your agent to improve your search impressions and position. It works. Do it before your competitors wake up to AI"
@ryancarson Avatar @ryancarson on X 2025-07-25 11:22:54 UTC 151.9K followers, 6477 engagements

"@AfonsoArar Right now it's between @AmpCode and @claude_code. I'm using Amp non-stop"
@ryancarson Avatar @ryancarson on X 2025-07-24 11:33:08 UTC 151.9K followers, XX engagements

"This is me in 2005 building my first app and startup. It was a PHP web app that I taught myself how to code using O'Reilly books. It sent large files that you couldn't email and it was B2C. We let our users send five files for free and then after that they had to pay $9/month. The recipient would get an email with the file download at the bottom. It said "Sent with Drop Send. Do you want to send large files for free" and it grew really fast because that viral mechanic. We racked and stacked our own servers in a data center colo and it was acquired in year two. I bootstrapped and kept the team"
@ryancarson Avatar @ryancarson on X 2025-07-22 18:34:48 UTC 151.9K followers, 6897 engagements

"@itsmechase Thanks for calling out async background agents. I agree that's the other missing piece that's going to be a huge part of SDLC XXX. Because Windsurf is literally a fork of vsCode it's just got too much cruft too much history too much baggage. We need something literally new"
@ryancarson Avatar @ryancarson on X 2025-07-19 13:57:38 UTC 151.8K followers, 1197 engagements

"@AfonsoArar @AmpCode @claude_code I tried Gemini CLI early on and it didn't work well. Presume they've improved since then"
@ryancarson Avatar @ryancarson on X 2025-07-24 12:12:08 UTC 151.9K followers, XX engagements

"@LucasDickey4 The best orchestrator is a good way to phrase it"
@ryancarson Avatar @ryancarson on X 2025-07-20 09:10:26 UTC 151.8K followers, 1351 engagements

"@cmdhaus @AmpCode @EffectTS_ @zeddotdev @coderabbitai @Cloudflare @threepointone i feel the same way - almost feel bad saying i shipped it"
@ryancarson Avatar @ryancarson on X 2025-07-25 22:25:35 UTC 151.9K followers, XX engagements

"My current dev setup using Ghostty (by @mitchellh) with no IDE. How do you code Would love to see screenshots The columns in my screenshot: X. gitui X. @AmpCode X. @AmpCode X. npm run dev BTW one delightful feature with Ghostty is "Quick Terminal". You hit + and a CLI drops down from the top of the screen. I use it all the time for quick shell commands"
@ryancarson Avatar @ryancarson on X 2025-07-19 15:02:00 UTC 151.9K followers, 18.5K engagements

"Hottest job in the world right now 👇 AI Automation Engineer"
@ryancarson Avatar @ryancarson on X 2025-06-22 11:09:58 UTC 151.9K followers, 530.9K engagements