nickwitha_k (he/him)

  • 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle



  • using Python

    Full disclosure: I like Python a lot and have written a lot of it.

    That said, if not for my recent work experiences, I would be absolutely horrified at the idea of using Python for such a project. Between the type system and being interpreted, the performance and runtime issues are pretty painful. That and the historical greater dependence on external application servers really makes Python-based services something that really sucks to administer.

    However, as I noted, I have also recently seen Python performing far faster than it has any right to with highly-optimized use of multi-processing and offloading the server stuff to Go.

    I think I’m going to have to take a look at Piefed source this weekend.


  • It scares me to think what people are doing to themselves by relying on this, especially if they’re novices.

    Same here. There’s a lot of denial going on but, LLMs are not good for anything that requires factual information. They likely will never be on account of just being statistical models for language. Summarizing long text where correctness isn’t an issue is really one of the only places where I still think that they are good.

    Search? Not if you want anything factual with citations.

    Code? Fuck no. They constantly produce code of poor quality that may depend on non-existent libraries or functionality. More time it’s spent debugging than writing code and it leaves the dev with a poor understanding of what the code actually does and ways to optimize/extend/etc.

    Generating literary smut? Well, it’s not going to do as good of a job as a person who can create something completely novel but can be passable without likely harm to authors (I’d classify it as a tier below erotic fan fiction).