you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 1 week ago (1 child)

⚠TRIGGER WARNING⚠ two tokio-rs repos (this and toasty) have AGENTS.md files.

  • source
  • hideshow 2 child comments
  • [–] [S] 0 points 1 week ago* (2 children)

    These days we have to expect many projects will have them. It's really a question of how responsibly and carefully AI is used. Some people just throw in their requirements, have the AI spit out code, do a cursory check to see if it seems to work, and that's it. Other people take responsibility for the architecture and the code quality, using AI in a focused way and reviewing the results carefully. I'd look at the quality of the architecture and code before judging. I confess I have not done that yet with this one; I just thought it sounded potentially interesting.

    There are quite a few ways to write web applications with Rust these days, and while this sounds like it has potential, I'd still pick frameworks that are a little more mature for my own projects.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 13 points 1 week ago (1 child)

    Or, we could choose not to use slopware. Especially when they appear to mostly be wrappers around software we can configure ourselves.

    It's hard to responsibly use tech built irresponsibly.

  • source
  • parent
  • hideshow 2 child comments
  • [–] -1 points 1 week ago (1 child)

    How do you know it was built irresponsibly without reading the code, which is something you should be doing when adopting a dependency anyway?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 week ago (1 child)

    See: data centers, noise and cooling.

    See also: intellectual property, theft of; infringement, copyright.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 week ago (2 children)

    you got me at "responsibly" burning resources.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 1 week ago (1 child)

    Not everyone uses big data center powered LLM inference though. Running some models locally uses less power than playing a video game.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 week ago (1 child)

    now where have these models been trained?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 week ago

    The existing local models already exist, and new releases will happen because the companies want to sell you inference. They receive no profit or incentive to release the models as open weights but they do it anyway - There is no coherent ethical delimma against using them locally, as it has no effect on whether the companies will or will not be encouraged to do more training.

  • source
  • parent
  • [–] [S] 1 point 1 week ago* (2 children)

    I'm using it locally, with models my existing computer can handle. I think, but I'm not sure, that it's better for the environment than buying into some massive model hosted in a data centre. And I don't want to lose my skills so I still try to do as much as I can without calling on it.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 1 week ago* (1 child)

    I will say that using a super efficient cloud model (deepseek for me, v4 flash is very cheap) is probably more efficient than using a local model in most cases, especially if you need strong capabilities. The question is whether your own grid or the provider's grid is more environmentally friendly (hint: china's energy mix is about 50% fossil fuels while the US's mix is around 75% fossil fuels overall)

    Training is of course expensive still, but Chinese labs have all but caught up to US labs despite much lower compute resources being available to them.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 week ago (1 child)

    did you generate your model locally?

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 1 week ago (1 child)

    No, and I do understand that training is the most energy-intensive part of the process. I don't know how exactly it divides up: how much of the work of massive data centres is training and how much is running people's queries on finished models.

  • source
  • parent
  • hideshow 2 child comments