stochastictrebuchet

  • 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Vivaldi is chrom_ium_. Been trying out the last month on macOS. Great browser, although it’s funny how for some settings you get taken to a different page that looks 100% like Chrome except with Vivaldi branding.

    Vivaldi on iOS doesn’t feel as great though – less ‘native’. Certain gestures and animations just don’t quite fit.

    Shoutout to Webkit-based Orion for both platforms. Slowly gravitating to that



  • Just fyi, that’s not entirely true. If we’re just focusing on LLMs, structured and guided generation exists. Combine that with an eval set (= unit tests), you can at least track how well you’re doing. For sure, prompt engineering misses the feeling of being in control. You’ll also never be able to claim 100% coverage (although even with unit tests that’s not something you can claim, as there are always blind spots). What you gain over traditional coding, however, is that you can tackle problems that might otherwise take an infinite number of years to express in code. For example, how would you define the rules for detecting whether an image shows a bird?

    It’s just a tool like any other. Overuse is currently detestably rife. But its value is there.

    Source: ML engineer who secretly hates a lot about ML but is also in awe at the developments of the last few years.