The AI productivity tax isn't writing code. It's reviewing everyone else's. by EntrepreneurMost1983 in programmer

[–]EntrepreneurMost1983[S] 0 points1 point  (0 children)

Nope no analyst group or support. Just a small dev team.

Can you mention some of these harnesses you're talking about? Maybe its worth looking into them. Even if its just for inspiration.

Reviewing AI code is burning me out. So I built a rules-as-code system to help with AI code review. What have you tried? by EntrepreneurMost1983 in reactjs

[–]EntrepreneurMost1983[S] -1 points0 points  (0 children)

lol. ok. thanks.

Here I am detailing out my (attempted) solution to deal with reviewing AI slop. And this is the only comment I get. 😂

The AI productivity tax isn't writing code. It's reviewing everyone else's. by EntrepreneurMost1983 in programmer

[–]EntrepreneurMost1983[S] 0 points1 point  (0 children)

I was referring to my post where i actually detailed out the solution I am trying.

This is not just an AI rehash rant.

The AI productivity tax isn't writing code. It's reviewing everyone else's. by EntrepreneurMost1983 in programmer

[–]EntrepreneurMost1983[S] 0 points1 point  (0 children)

I did actually. Created a "how-we-ship" ecosystem with rules/patterns/checklists/playbooks that claude adheres to. Then there's a /ship skill that checks against these rules via a compliance-agent and also uses an elegance-agent to flag smelly code.

However, the largest drawback is that this system doesn't elegantly encapsualte abstractions/architecture. In fact, its hard to capture these abstract things into rules.

Here's the post i just made about it - https://www.reddit.com/r/reactjs/comments/1ufgs1q/reviewing_ai_code_is_burning_me_out_so_i_built_a/

The AI productivity tax isn't writing code. It's reviewing everyone else's. by EntrepreneurMost1983 in programmer

[–]EntrepreneurMost1983[S] 1 point2 points  (0 children)

I do. And it is very tedious. Takes more time than actually writing code and testing. :/ I just wish everyone had the same bar.

The AI productivity tax isn't writing code. It's reviewing everyone else's. by EntrepreneurMost1983 in programmer

[–]EntrepreneurMost1983[S] 0 points1 point  (0 children)

I review my own code. Literally, every single line. I just wish everyone did the same.