I started lemdro.id. Pretty cool domain name, right?

  • 0 Posts
  • 7 Comments
Joined 3 years ago
cake
Cake day: June 29th, 2023

help-circle


  • So do I. You can structure and use the tools responsibly.

    Two things I really like using LLMs for right now:

    1). Search complex codebases for summaries of “how does this work”. Especially if you are working outside of a project you normally work in, but your code still utilizes it and you want to understand some behavior (or at least know where to look).

    2.) PR reviews. I’ve been building a custom skill for awhile now that does a great second pass on PRs. I do my initial review, then sic the LLM on it. It often turns up small things I overlooked that are worth addressing.

    Currently, I use LLMs in more of a read-only manner, but I have had success in giving them well-structured easier tickets, if your project has good guidelines and you use the planning mode. You need to have an understanding of where you are working to even utilize these.

    I know it’s an unpopular take, because the hive mind wants LLMs to fail SO bad here, but I think there is a usecase for these long-term for B2B software dev.

    That said, I generally disagree with the shoving LLMs into things. There are a lot of wasteful examples where companies replace a perfectly good deterministic thing with a token generator and then it gets worse.