Help

AI-First Attitude Adjustment

764 0
cancel
Showing results for 
Search instead for 
Did you mean: 

Developers who adopt AI-first mindfulness will run circles around their colleagues.

I recently saw a new feature request to add a formula to a platform that would proper-case names. Proper case, also known as title case functions, capitalize the first character in each word token irrespective of naming formats.

This is especially important when trying to format names such as “Bill van der Made”, and doing so correctly in databases, legal documents, or email correspondence matters greatly.

Most developers immediately jump to the code they know, reaching for regular expressions and then trying to anticipate the hundreds of possible edge cases that could trip them up.

I’m lazy. This is what I want to avoid.

Bill_French_4-1684957303278.png

This is a coding **bleep** show.

Name formats are all about text. Names are entities, and LLMs are trained with text and understand entities quite well. LLMs have seen every name and entity format imaginable.

What if we handed this entire problem domain over to an LLM?

Solved!

Bill_French_5-1684957351210.png

Read how

0 Replies 0