logoalt Hacker News

mzajctoday at 11:11 AM1 replyview on HN

  function estimate_method_targets(func_name::Symbol, types::Tuple)
      # Conservative estimate
      # In a real implementation, we'd query the method table
      return 2  # Assume multiple possibilities
  end
Hilarious. Was this model trained on XKCD [0] by any chance?

[0]: https://xkcd.com/221/


Replies

Archit3chtoday at 3:21 PM

Among all the other problems with this... They describe [1] their contributions as "steering the AI" and "keeping it honest", which evidently they did not.

[1] https://discourse.julialang.org/t/ai-generated-enhancements-...