top | item 37301550

(no title)

louzell | 2 years ago

One aspect of working in a big company is figuring out where all the bits of specialized knowledge live, and what the company-specific processes are for getting things done. One use case for an internal chatGPT is essentially a 100% available mentor inside the company.

discuss

order

NBJack|2 years ago

This is going to make for some highly entertaining post mortems.

"Management believed Jimmy Intern would be fine to deploy Prod Model Sysphus vN+1; their Beginner Acceleration Divison (BAD) Team was eager to show off the new LLM and how quickly it could on-board a new employee. To his credit, Jimmy asked the BAD model the correct questions for the job. That's when the LLM began hallucinating, resulting in the instructions to 'backup the core database' being mixed up with the instructions for 'emergency wipe of sensitive data'. Following the instructions carefully and efficiently, Jimmy successfully wiped out our core database, the backups, and our local tapes overnight."

throwuwu|2 years ago

Yawn. This is probably The hundredth time I’ve seen this scenario trotted out and knowledge base retrieval and interpretation has been solved since before bing chat was on limited sign up.

You don’t even need to fine tune a model to do this, you just give it a search API to your documentation, code and internal messaging history. It pulls up relevant information based on queries it generated from your prompt and then compiles it into a nicely written explanation with hyperlinked sources.