I literally don’t write anything except prompts anymore. Implementation code, unit tests, e2e test all agentic.
2026-08-09 22:39:09
0
molly :
that is the one thing i am grateful to have AI for 😭😭😭
2026-08-09 22:25:43
5
johncaloun :
Because most of the time they’re pointless and inferior to integration tests. Mocking key systems like a database or message broker doesn’t give you a true representation of your application.
2026-08-09 18:07:15
52
Nffsrtyhhhjhbbjjjdss :
Unit tests are there to make code coverage % look nice lol
2026-08-09 19:30:05
60
mayford jones :
I never wrote a unit test. Thank gid AI can write them
2026-08-09 20:35:46
2
Aidy :
If you're AI generating your tests then don't bother, your tests are useless. Just accept you're not testing your code.
2026-08-09 20:06:42
6
logan :
though do you not find AI writes test that’ll pass, rather than properly test the boundaries of your code?
2026-08-09 16:55:49
10
Pascal K :
What I really hate is that ai took away the fun and the magic from learning and building new stuff…
2026-08-09 20:30:41
18
Pluckerpluck :
The real problem with this is we no longer trust the tests. They started failing? AI will just update the tests to make them pass.
2026-08-09 22:27:38
0
Bormasina :
because of AI i found myself starting to write unit tests because people push straight garbage. saves a lot of time in the long run
2026-08-09 21:44:24
1
u :
u have no idea how writing unit tests is difficult in our module for 5g tx
2026-08-09 21:43:38
0
Technically Web3 :
Docs were first for me. I read every line of code. Including unit tests and ESPECIALLY docs. Docs become the source of truth.
2026-08-09 20:54:59
1
Tochukwu :
I still do though 😅
i just do it for the mental exercise.
2026-08-09 17:54:15
2
Release the Kraken :
I've always thought unit test were a waste of time. Once i saw AI able to create decent unit tests. I can now afford a few seconds to prompt AI to create them 😁
2026-08-09 21:25:39
1
sardaukar78 :
99% of business apps don't need unit tests. Maybe safety critical software else it's not worth the time investment
2026-08-09 20:39:47
4
Reloy :
We have a requirement for 100% unit test coverage now so... There's definitely no time for writing unit tests.
2026-08-09 20:44:05
1
TruthSerumb :
Unit test? I built a whole separate Mac Test Lab Application to test my iOS app’s internal processors, that’s the power of AI.
2026-08-09 19:06:40
1
helloo :
Please say you review the tests at least? I like the tests to be proper black box tests, not dumb asserts if a query has a where statement etc
2026-08-09 17:10:15
1
Mike :
AI has gotten better at testing as well. Not long ago I had a few rounds where AI mocked an interface, called the methods and verified if the methods were called.
2026-08-09 20:28:55
1
BlakeN :
oh God yea.... best use of Claude ever! I hate writing tests
2026-08-09 18:28:15
1
DuSucreDansMonCafé :
Those vibecoder on tiktok don’t know about coverage and PI tests obviously🤔
2026-08-09 22:26:50
0
We are skeletons :
I think we should the opposite, write unit tests, and e2e as the main spec and source of truth if you wanna delegate the rest, but make sure to keep architecture clean with rules and other .md context for general approaches for features and UI references. We already have AI native libs and utiy like shadcn, tailwind, trcp, openapi spec, put that in Monorepo with Nx and you have it all.
2026-08-09 21:48:34
0
myost2921 :
That’s why I code my Ai workflow to approach my code via TDD methodology and include in the instructions to only write enough code to pass the tests. Bounded context is key to make AI work properly and that starts from good requirements
2026-08-09 21:45:07
0
m. 🩷🩷🩷 :
me (intern) writing unit tests for WHOLE last week.
2026-08-09 21:49:53
0
To see more videos from user @programmergrind, please go to the Tikwm
homepage.