Matthew Strickland

13.4K posts

Matthew Strickland banner
Matthew Strickland

Matthew Strickland

@strickland

I mostly tweet about sports and technology…all in good fun 😎

Atlanta, GA Katılım Mart 2008
451 Takip Edilen1K Takipçiler
Sabitlenmiş Tweet
Matthew Strickland
Matthew Strickland@strickland·
Bama vs Oregon Georgia vs Miami Georgia vs Bama in Natty
Italiano
2
0
3
735
𐌁𐌉Ᏽ 𐌕𐌉𐌌𐌉
Ever since I was a little boy, I knew I wanted to log into Microsoft Authenticator 47 times a day.
English
243
12.8K
151.2K
2.3M
Matthew Strickland
Matthew Strickland@strickland·
@mntruell @elonmusk Nice! Now either buy GitLab or replace GitHub and scale X chat to replace Slack and we’re cooking. Also Grok needs a native app, maybe that becomes Cursor…
English
2
1
14
1.4K
Michael Truell
Michael Truell@mntruell·
Excited to partner with the SpaceX team to scale up Composer. A meaningful step on our path to build the best place to code with AI.
SpaceX@SpaceX

SpaceXAI and @cursor_ai are now working closely together to create the world’s best coding and knowledge work AI. The combination of Cursor’s leading product and distribution to expert software engineers with SpaceX’s million H100 equivalent Colossus training supercomputer will allow us to build the world’s most useful models. Cursor has also given SpaceX the right to acquire Cursor later this year for $60 billion or pay $10 billion for our work together.

English
482
1.2K
10.4K
1.6M
Matthew Strickland
Matthew Strickland@strickland·
@sama No one should have to experience that. Prayers for you and your family.
English
0
0
0
111
Daniel Bernal
Daniel Bernal@afterxleep·
People keep asking how I build iOS without opening Xcode. Codex Code writes the code uses `flowdeck build` to catch the errors then runs it with . `flowdeck run` and uses. `flowdeck simulator ui` to see the app. The agent sees the screen. Checks its own work. Fixes it. Xcode is installed. I just don't open it. Six months in. Not an experiment. (And if I need to build/run/test manually, I just fire the TUI...)
Daniel Bernal tweet media
English
35
36
649
58.9K
tobi lutke
tobi lutke@tobi·
Try needed a homepage. So i asked grok to summarize what people are saying on X about it, and gave it to claude to turn into a pitch. pages.tobi.lutke.com/try/ i'm having too much fun with ai.
tobi lutke tweet media
English
35
15
523
57.3K
Matthew Strickland
Matthew Strickland@strickland·
@steakshapiro Now the next decision, is Penix “the guy” or not? Big decisions ahead for the next leaders. Something tells me the Falcons know who they are going after to pull this trigger and those people have decided their QB strategy. Going to be an interesting offseason.
English
0
0
2
146
steakshapiro
steakshapiro@steakshapiro·
Raheem and Terry Fontenot both let go by Arthur Blank. At the end of the day the disaster of Arthur Smith's final year and last two w/Raheem where Falcons completely underachieved and did not contend for post season was not something you could forgive as owner and a fan base.
English
22
11
182
8.6K
Matthew Strickland
Matthew Strickland@strickland·
Ole Miss made more plays. The decision to not bleed the clock and kick a FG at the end by Georgia will be questioned. I know you are going for the win but got to have a play call with a RPO. Left too much time and got beat because of it.
English
1
0
1
186
Matthew Strickland
Matthew Strickland@strickland·
Gunnar gets his head taken off and no flag, Jacory hits a WR with his shoulder and it’s targeting?
English
0
0
2
142
Matthew Strickland
Matthew Strickland@strickland·
@leerob Can you add the modes to mobile web? Ultra user but I don’t see Agent / Plan / Debug
English
0
0
0
178
Lee Robinson
Lee Robinson@leerob·
Here's how I'm coding with AI lately, might be helpful! 1. I write code primarily using agents, using models like Opus 4.5 and Codex Max for long-running tasks or tricky bugs, and Composer for frontend changes or fast updates (I still review the code). 2. Most of my web dev work happens inside the integrated Cursor browser. This is similar to using the Playwright or Chrome MCPs. Cursor can access network requests, console logs, and send elements on the page to the agent. It can also control the browser! Which can be fun for having it do automated testing: x.com/cursor_ai/stat… 3. I start projects pretty simple: no upfront rules, commands, or anything. As the project grows, I end up adding the most minimal versions needed. Some examples in this thread: x.com/leerob/status/… 4. I heavily review all the code! Just because I'm using agents, I'm still thinking deeply about the architecture and code quality. I review the code in three passes: first, while the agent is generating it. Second, using the in-editor "agent review" before I push a PR (similar to a custom /code-review command). And finally, using Bugbot (AI code review) on my PRs. This combination helps me fix a lot of silly bugs before I ask other people to take a look at the code. 5. I always start new features with a plan (using Plan Mode). This helps significantly and I would highly recommend planning first regardless of what tool you use. I do like the Cursor UX for visualizing, editing, and saving the plans. You can view some of my plans here: github.com/leerob/pixo/tr… 6. For really hard bugs, I use Debug Mode. It automatically instruments your app with logging, and then asks you to reproduce the issue. The agent then reads the logs and has much more helpful context to pinpoint the root cause. It also comes up with multiple theories on what the issue could be, and works through each one until it's fixed. Has been pretty helpful: x.com/cursor_ai/stat… 7. Always make sure you give coding agents verifiable outputs! They can't fix what they don't know about. For this, I would prefer using typed languages, and set up tools like linters and good tests. These are normal software engineering best practices, but they matter more than ever. There's also newer tools here like tsgo and biome/oxlint and bun which make dev really nice. Worth trying some of those if you do web dev. 8. I use Cursor from mobile! There's really two modes here: quick bug fixes or really big tasks. Quick bug fixes, I just pop open cursor.com/agents and fire away, knowing I'll get back a PR that will work 99% of the time and I can merge away. Easier than writing it down on a todo list, my PR queue is now that list. For big tasks, again I start with a plan and then I give the agent an ambitious goal (that is verifiable!). This allows the agent to run for much longer. It will keep going until it hits that goal, and if it gets lazy, you can just say "keep going" and go back to what you were doing. This is all in the cloud, in remote sandboxes, so I don't have to worry about my local machine. 9. Since someone will ask about the theme... yes I'm rocking light mode most of the time, using Cursor Light here 😎 Oh and if you're a car person... more on my car below soon 🫡
Lee Robinson tweet media
English
56
60
950
79.1K