49
submitted 4 days ago by yogthos@lemmygrad.ml to c/news@hexbear.net
you are viewing a single comment's thread
view the rest of the comments
[-] invalidusernamelol@hexbear.net 2 points 2 days ago

You have to give it clear direction on what to do, set up tests, review the code. In general, I find it's incredibly useful for figuring out a lot of the boilerplate, and figuring out things like APIs.

This is something I still like to do by hand. Especially when I'm using a new API. That stage of reading and understanding the API docs and finding undocumented issues (there's always tons) is important. I'll usually end up wrapping the API I'm interacting with in my own that behaves the way I expect for what I'm doing then use that.

I tried the LLM stuff a while ago and it just really rapidly devolved into my having no idea what was actually happening.

[-] yogthos@lemmygrad.ml 3 points 2 days ago

My use case is that I often need to work with services, and before I'd actually have to spin up the service, and try making curl calls to it to see how it actually works. Now, I can just ask the LLM to produce a curl or js call example, and it saves me a ton of time. It'll show exactly which params I need to pass, and the structure of the request and the response. Obviously, I still have to test all this end to end, but I can do that in the dev environment where all the services are running, instead of having to orchestrate everything on my machine while developing.

When I do get LLM to implement stuff, my approach is to just break things up into focused features, and then tell the agent to make a branch per feature, that makes it pretty easy to review the pull requests, because I know what the features is intended to do, and there isn't a mountain of code to go through.

[-] invalidusernamelol@hexbear.net 2 points 2 days ago

That's fair, having a bunch of individual atomic features that you get around to eventually is better than full slop merging by far.

You have to stay in the loop or you'll get lost

[-] yogthos@lemmygrad.ml 3 points 2 days ago

Exactly, and that's why the human is the bottleneck in the whole process that can't be removed. Writing code isn't what takes the bulk of time when doing software development. It's figuring out what the code is already doing, what needs to be written, and how that's going to interact with the existing features. We get paid to think, and the LLM can't replace that.

this post was submitted on 28 May 2026
49 points (98.0% liked)

news

24776 readers
377 users here now

Welcome to c/news! We aim to foster a book-club type environment for discussion and critical analysis of the news. Our policy objectives are:

We ask community members to appreciate the uncertainty inherent in critical analysis of current events, the need to constantly learn, and take part in the community with humility. None of us are the One True Leftist, not even you, the reader.

Newcomm and Newsmega Rules:

The Hexbear Code of Conduct and Terms of Service apply here.

  1. Link titles: Please use informative link titles. Overly editorialized titles, particularly if they link to opinion pieces, may get your post removed.

  2. Content warnings: Posts on the newscomm and top-level replies on the newsmega should use content warnings appropriately. Please be thoughtful about wording and triggers when describing awful things in post titles.

  3. Fake news: No fake news posts ever, including April 1st. Deliberate fake news posting is a bannable offense. If you mistakenly post fake news the mod team may ask you to delete/modify the post or we may delete it ourselves.

  4. Link sources: All posts must include a link to their source. Screenshots are fine IF you include the link in the post body. If you are citing a Twitter post as news, please include the Xcancel.com (or another Nitter instance) or at least strip out identifier information from the twitter link. There is also a Firefox extension that can redirect Twitter links to a Nitter instance, such as Libredirect or archive them as you would any other reactionary source.

  5. Archive sites: We highly encourage use of non-paywalled archive sites (i.e. archive.is, web.archive.org, ghostarchive.org) so that links are widely accessible to the community and so that reactionary sources don’t derive data/ad revenue from Hexbear users. If you see a link without an archive link, please archive it yourself and add it to the thread, ask the OP to fix it, or report to mods. Including text of articles in threads is welcome.

  6. Low effort material: Avoid memes/jokes/shitposts in newscomm posts and top-level replies to the newsmega. This kind of content is OK in post replies and in newsmega sub-threads. We encourage the community to balance their contribution of low effort material with effort posts, links to real news/analysis, and meaningful engagement with material posted in the community.

  7. American politics: Discussion and effort posts on the (potential) material impacts of American electoral politics is welcome, but the never-ending circus of American Politics© Brought to You by Mountain Dew™ is not welcome. This refers to polling, pundit reactions, electoral horse races, rumors of who might run, etc.

  8. Electoralism: Please try to avoid struggle sessions about the value of voting/taking part in the electoral system in the West. c/electoralism is right over there.

  9. AI Slop: Don't post AI generated content. Posts about AI race/chip wars/data centers are fine.

founded 5 years ago
MODERATORS