Cam
@Cameron_C2
Followers
468
Following
315
Media
28
Statuses
227
While diagnostics are helpful for devs, as agents becoming more and more common, its important for them to get detailed feedback, including how to solve the problem, not just what the problem is. Matt highlights it in his talk on DX to Agent Experience here:
0
1
9
Oxlint v1.26.0 is out! π β new rule: typescript/no-deprecated β better diagnostics for invalid typescript configurations β JS plugins' settings access β lots of bug fixes β docs improvement for config options Full notes below: β¬οΈ
5
9
142
AI can't one-shot complex features where correctness matters. It didn't "do the job"βit amplified my speed.
1
0
0
This let AI maintain momentum on the easy stuff, while I dived into the nuanced cases. Ensuring neither of us were stuck! π
1
0
0
Near the end, subtle failures stumped it. We switched approaches; time to pair: - "What can you handle solo?" - "What needs my help?" Teamwork makes the dream work. π€π€
1
0
0
AI needs tight iteration loops, just like us. Fix everything at once? Fixes nothing. "He who chases two rabbits catches neither" ππ
1
0
0
I asked it to run in a loop: 1. Run all tests 2. Pick one failure 3. Isolate & fix it 5. Re-run all & repeat This gave it a structured feedback loop, helping progress resume.
1
0
0
Tests hit ~60% passing, then AI stalled - spinning wheels endlessly. So I mimicked human devs: FOCUS. π
1
0
0
Scrapped AI's work and scripted a manual port. Now, everything's verified and deterministicβno more "hope AI got it right." For precision, human oversight wins. π¨βπ»
1
0
0
With tons of tests, AI kept: - Skipping some - Stopping midway - Making subtle errors Correctness is key in oxlint, this meant there were hard to spot real bugs, and missing tests. Comparing hundreds manually? Torture. β
1
0
0
Two key parts to any new lint rule: - Test cases (verification) β
- Implementation (logic) π οΈ Oxc has great infra for porting rules, but this one's type-aware. I asked AI to import tests from the original. Simple? Nopeβtotal pain. π©
1
0
0
What's new in ViteLand? Our October 2025 recap is out β¨ Vite+ π£ Series A announcement π @vite_js 7.2 beta π» @vitest_dev 4 with stable Browser Mode βοΈ Oxlint JS Plugins & Oxfmt pre-alpha π Updates from the Community π and more https://t.co/kkJuwPuOMO
voidzero.dev
Our October 2025 recap includes VoidZero's $12.5M Series A, Vite+, Vite 7.2 Beta, Vitest 4, Rolldown and Oxc updates, upcoming events, and community highlights.
1
15
85
In the next version of oxlint, support for the typescript/no-deprecated rule is implemented
1
3
29