• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: December 17th, 2023

help-circle



  • My company is experimenting with using LLMs for yearly reviews and it works just like this. We feed in some bullet points of accomplishments and hope the LLM doesn’t fuck it up. Then the manager gets a condensed version down from the summaries.

    Like why bother have the llm in the middle? Can’t I just send data?



  • I remember years ago when React was the savior of web apps Swooping in engineers from the clutches of JQuery and AngularJS (not to be confused with Angular 2+). Components we’re gonna make things simpler than the mess of JS files and global state.

    And generally that’s true but we’ve traded that off for a mess of hooks and 700 line nested functions in nested functions and obtuse rules that only apply to react and not JS.

    Complex web apps are hard.