• boonhet@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 hours ago

      How do you use it without agents? Just prompt the chat interface?

      When I used claude code, I’d go through the smallest tier subscriptions 5h limit in half an hour sometimes if I used Opus lol, reckon at API pricing it would’ve been 100 bucks an hour

      • SleeplessCityLights@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 hours ago

        Chat prompts and then accept the changes when they are worth using. LLMs are entropy apparatuses, injecting that shit straight into your code base is crazy. It took one module/subsystem done with agents for me to realize that it was completely unmaintainable. Not a single eng can make a change to it and the only option is to rewrite. So I banned agents. I know some people still try to get away with that style of LLM coding but I encourage people to instant deny a PR if it looks like garbage.

          • SleeplessCityLights@programming.dev
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 hours ago

            Agent mode is disabled, only chat mode works. This is with GitHub Copilot harness in JetBrains Rider or Visual Studio Pro. Agentic coding means it can make decisions without a human.