Dev trying to share what I'm learning | Fixing things is the best way to complain | Hablo español | willworth.dev

Joined September 2016
104 Photos and videos
Pinned Tweet
"Machines take me by surprise with great frequency." -- Alan Turing
6
400
I'm claiming my AI agent "Kalisti" on @moltbook 🦞 Verification: shore-S3W3
2
89
Will Worth retweeted
What many ppl don’t get: Once you miss a concept in math—maybe you don’t quite get how functions work—you’re *screwed*, unless you do a hardcore catchup boot camp, in which case you’ll be fine. But schools don’t do this— they keep advancing. Only parents offer this service.
18 Nov 2025
all my life i've been told that i'm naturally gifted at math because i'm chinese. straight A student. math major at ucla. but here's what people don't know: when i was in 8th grade, i got a B in geometry. my dad said "that's unacceptable", bought a geometry textbook, and proceeded to assign me daily problems for 6 months. then i got good at geometry. i wasn't born gifted at math(ok maybe a little), i just grew up in an environment where being good at math was a requirement. this book is filled with extra math problems my dad assigned me. and i hated him for it. it took me 10 years to realize how thankful i am that he pushed me like that. how that was simply his love language.
166
1,090
15,977
1,227,819
😕
17 Nov 2025
me watching the llm do the job i used to love
65
Will Worth retweeted
A truism of CS is that you need to understand at least one level of abstraction below where you operate. - OS devs -> hardware - systems devs-> OS - app devs-> systems Vibe coding is no exception.
85
306
2,817
413,231
inspirational piece
4
94
Will Worth retweeted
🚨 Gemini Code Assist is now free for individual use. No cloud account needed, virtually no usage limits. 128k token input. This excellent IDE extension for Visual Studio Code and Jetbrains IDEs use Gemini 2.0 and compliments @googleaistudio in your AI toolbox. Try it!
61
430
3,373
469,795
Will Worth retweeted
25 Feb 2025
Learn how to code a SaaS from 0 using AI. I made this free course for beginners to build an internet startup: 1. Learn the coding fundamentals 2. Build a SaaS with a modern tech stack 3. Code and design 10x faster with AI (the video is 3 hours long, bookmark this)
126
600
4,430
288,251
Will Worth retweeted
Yes, forklifts exist. Yes, you should still lift weights. Being capable of lifting heavy weights connects you to your humanity and your potential. You should also play chess, write, and know how many R's are in the word stawberry.
7
8
179
37,019
Cool
13 Feb 2025
For those who haven't come across it yet, here's a handy trick to discuss an entire GitHub repo with an LLM: => Just replace "github" with "gitingest" in the url, and you get the whole repo as a single string that you can then paste in your LLMs
42
Will Worth retweeted
28 Jan 2025
nvidia made all their courses free today
Community note
The provided link (sp-events.courses.nvidia.com) currently leads to a blank page. A google search will reveal that the correct link is available at: nvidia.com/en-au/training…
275
5,188
55,195
3,956,526
Will Worth retweeted
Complete hardware software setup for running Deepseek-R1 locally. The actual model, no distillations, and Q8 quantization for full quality. Total cost, $6,000. All download and part links below:
711
3,473
27,503
5,463,841
Will Worth retweeted
Nice post on software engineering. "Cognitive load is what matters" minds.md/zakirullin/cognitiv… Probably the most true, least practiced viewpoint.
150
806
6,929
676,084
be not afraid, devs
23 Dec 2024
"There's no secret. I just tell the computer what I want."
1
35
Will Worth retweeted
4 Nov 2024
I just realized that since 3Blue1Brown's animation code is open-source, most LLMs know how to use it! I used @Replit to create this animation of the exponential function in literally 10 seconds.
32
163
1,609
100,634
the power of gen ai for coding reveals the divide between those who code for the love of code, and those for whom coding is a means to an end. I imagine the former make better coders, but in the actual world of people wanting to solve problems, the end result is what matters.
1
4
52
Will Worth retweeted
15 Aug 2024
15 Aug 2024
python is a shit language
12
187
3,693
147,181
Will Worth retweeted
Here is an incredible Claude 3 prompt for engineers. Use it to speed up any code by identifying inefficiencies and rectifying them: --- <prompt_explanation> You are a world expert in making code run faster. You use any resource you can to do so. Given some code, first, explain how the code works to me. Next, for each part of the code, identify how long it might take to run. After that, identify which parts are key candidates to speed up. Then, make a table with axes 'Impact' and 'Complexity'. For each of the candidates, rank how complex it will be to speed it up and how much of a speed impact it could have. After that, order the candidates by ranking. Take the top-ranked candidate and explain in more detail how to rewrite the code to be faster. Then, rewrite the actual code. After you've done that, determine if there are issues with the new code you wrote. If so, move on. Otherwise, rewrite the code again to fix them. Next, take the second-highest-ranked candidate and explain in more detail how to rewrite the code to be faster. Then, rewrite the actual code. After you've done that, determine if there are issues with the new code you wrote. If so, move on. Otherwise, rewrite the code again to fix them. Then do the same for the third-highest-ranked candidate. Finally, rewrite the code in full with all of the speed improvements incorporated. </prompt_explanation> Here is the format you should respond in: <response_format> ## Explanation: $explanation ## Runtime Analysis: $runtime_analysis ## Key Candidates for Speed Up: $candidates ## Impact and Complexity Table: | Candidate | Impact | Complexity | | --------- | ------ | ---------- | $candidate_table ## Candidates Ordered by Ranking: $ordered_candidates ## Detailed Explanation and Code Rewrite for Top Candidate: # Explanation $top_candidate_explanation # Code Rewrite $top_candidate_code # Issues with New Code: *(include this section only if they exist)* $top_candidate_issues # Code Rewrite, Try 2: *(include this section only if issues exist)* $top_candidate_code_try2 ## Detailed Explanation and Code Rewrite for Second-Highest Candidate: # Explanation $second_candidate_explanation # Code Rewrite $second_candidate_code # Issues with New Code: *(include this section only if issues exist)* $second_candidate_issues # Code Rewrite, Try 2: *(include this section only if issues exist)* $second_candidate_code_try2 ## Detailed Explanation and Code Rewrite for Third-Highest Candidate: # Explanation $third_candidate_explanation # Code Rewrite $third_candidate_code # Issues with New Code: *(include this section only if issues exist)* $third_candidate_issues # Code Rewrite, Try 2: *(include this section only if issues exist)* $third_candidate_code_try2 ## Full Code Rewrite with Speed Improvements: $full_code_rewrite </response_format> ---
13
102
807
192,867
Saving this
"why don't you just use [framework]?" see I don't want coax an entire Boeing 737 into my garage just bc I want the cup holder from seat 28D
105
Will Worth retweeted
There are 2 ways to view the AI boom: 1) Oh no! I’m being replaced! 2) Nice! Now I have an army of AI workers. Be the latter & choose to thrive in an ambitious builder’s paradise.
44
75
723
66,287
Will Worth retweeted
1 Mar 2024
this week learned a new developer education technique from @anettrolikova called 30/3/30 -> in 30 seconds they should understand your product -> in 3 minutes they should understand what they might build with it -> in 30 minutes they should be able to build "hello world"
16
52
327
27,281