Joined April 2021
14 Photos and videos
my claude is reading a looot more cache. how frequently do u guys /compact? and are there any better solutions?
1
589
> Claude usage limits resets Me:
2
47
watch a transformer learn English in a browser tab. without servers or any API, just your laptop doing real math.
1
31
A few things that made this actually work: Flash Attention 2 in WGSL, weights stored packed-fp16 with fp32 accumulators (gated by a numerics check on your actual GPU), and a SharedArrayBuffer worker setup so the UI stays responsive while training.
1
27
4 pre-trained models in the gallery if you just want to play, or train your own from scratch in 5-15 min and watch the loss curve fall. Curious what you train it on. downstream of @karpathy 's nanoGPT in spirit. cc @greggman if you find the WebGPU side interesting
26
I have 1 user (me) for all my internal products. And this I what I see for last 30d, so a loooot of bot traffic in my opinion. x.com/levelsio/status/205176…
I have 300 million users and 111,902 customers The SaaS services I replaced with AI are used by all those users and customers!
1
71
There was a sudden spike in my storage around 100gb according to my calculation, asked Claude to debug. Here's what it found:
1
45
Asked why it happened: 107GB of logs were written in ~3 minutes (10:55 to 10:58 today). Multiple subagents (ae85830b839d, ac1de4986f09, a139e167925a) were all writing to the same output file simultaneously, and they were doing things like curling websites (Scraping career pages for your resume tailor). The bug is that Claude Code's task output system was appending every progress tick and every message from all subagents into one shared file at an absurd rate — writing ~600MB/second of JSONL logs. This is a Claude Code bug, not something You caused. It all happened today around 10:55 UTC (likely when you last used the resume-tailor project).
1
1
32
I had too many subs in my mail. And Gmail does not have a super convenient way. So I build a small tool to show me some basic analytics and help me unsub easily. It just needs reach access and doesn't store anything, feel free to give a try if you have this problem too.
1
3
53
When I share my vibe-coded product, do I add the "Made with AI" tag to it? 😂
3
1
52
Releasing a small tool to arrange your GitHub stars into lists and tags. Because GitHub lists hardly work for me, I have ~1k stars. You can even share your lists and possibly review other repositories. Let me know what features would you like to have in this
3
5
75
Lately, I have been just building (vibe coding) a bunch of personal tools, completing uncompleted projects. Apart from using them personally, I want to share them and get feedback and more ideas ig. So I will be putting them all publicly in the next few days. Here's one of them:
5
6
78
mystarboard.vercel.app/ I had a looot of GitHub stars that needed re-arranging, github lists doesn't cut it, so I built this tool for me to better arrange them. Lmk your thoughts.

45
27 Jul 2025
Today, while walking from a small shop to my home, I heard a peculiar noise. I went to the source to investigate & what turned out was a mechanic hammering the road (out of boredom ig). However, now I know where to go when my car needs fixing. Hammering is like posting on build-in-public. To be discovered, you need to hammer.
3
137
2 Mar 2025
I was trying using tools in openai API, turns out they can just give out the tool you need to call instead of calling it. This will often result in multiple calls, are there any better ways to do this?
1
313