
WebDevCody
9.2K posts

WebDevCody
@webdevcody
✝️ “love thy neighbor” 🤖 https://t.co/KTxsaun1ky
United States Katılım Ocak 2023
880 Takip Edilen26.2K Takipçiler


@webdevcody @cursor_ai wtf is xhigh? grok 4.5 has high reasoning top via api and grok build lol.
English


@ziadeh50 yeah, just a little joke, I appreciate your contributions!
English

@webdevcody I wouldn't really call that a hack, people contribute because they believe in the project and want to help make it better
English

@_hakagie @cursor_ai it's def not as smart as the other frontier, but I'm also not kicking off multi day plans. Often I just need a quick feature addition or bug fix, and I'll iterate on that until it's good. I've found regardless of the model, you have to always reprompt to fix gaps and edge cases.
English

@orcdev if VideoOrc let users edit and record videos efficiently and easily, I'd say your ai generated code is working just fine
English

When I tell you videos like this piss me off
First, most of these people make money through selling you some garbage make money online course… you learn nothing of value… they sell you a dream and you buying makes them richer
Second, it’s videos like this… I’m so rich idk what to do with my money… these videos do extremely well with someone who has nothing and these end being the people that buy
As someone who had nothing and came from nothing… these videos/people piss me off
English

@TheCoderBtw either way, the longer the context window, the more the model knows not to re-review the same stuff, but the orchestrator could be smart enough to kick off a bunch of individual isolated reviews.
English

@webdevcody Is this useful in the same thread? I think this would be especially useful if a separate agent is reviewing the work, so the context doesn't get shared.
English

@thingsdev14 yes, I use a workflow which will kick in various sub agents based on the type of changes in the branch. If lots of api endpoints were changed, a security audit is invoked, etc, but even with that, it still misses a lot of stuff and you have to re-review constantly.
English

@webdevcody I'm new to defining AI workflows but do you think there's value in specifying what each of those passes on the codebase could be checking for?
English

@nick_woodward_ @dreamsofcode_io no, I'm not. show me code that handles all potential status code errors from a third party service vs one that doesn't. guess what, the robust code that handles all failure scenarios and properly retries, logs, rollback transactions will have more lines of code
English

@dreamsofcode_io @webdevcody He knows. He's engagement farming.
English

@theognisSC2 been using cursor cli a lot, but I use goal as well
English

@kevin_moechel Static analysis finds predefined patterns. AI can reason about intent and context.
Will fallow audit find abandoned Terraform resources, overly broad IAM policies, obsolete feature flags, or code that still runs but no longer serves a purpose?
They’re complementary tools.
English

@webdevcody pnpm dlx fallow audit
Why trust non-determinism to find something that's perfectly fine too evaluate with static analysis? And all the tokens wasted..
English

@ahmed_eumar the P0-P1 I wouldn't ignore, especially if using frontier model to do the security audit
English

@webdevcody Most of my experience with this is one or two geniune issues and the rest are non-issues, false positives ,etc...
Is this yor experience as well?
English

@webdevcody so? you mean code volume equal success. i'm more worried if you used ai to build this content.
English

@thingsdev14 yes, the model looks into something new to investigate each prompt from what I'm seeing
English

Docs explaining the code is wild, I've never done that.
High level system architecture docs are useful though otherwise you'll just watch these agents re-explore the same files trying to "understand" how it works constantly (thus using more tokens each new session).
Matt Pocock@mattpocockuk
1. Delete the docs you create to explain your code 2. Take the tokens you save on updating those docs 3. Spend them on making your code self-explanatory
English









