Tag: Code for a Living

An intuitive introduction to text embeddings

Text embeddings are key to LLMs and convert text into vector coordinates. ...
Continue Reading An intuitive introduction to text embeddings

The product approach to open source communities

A business wouldn’t take its product development for granted, so why would you neglect the OSS community that’s fundamental to the project’s very existence? ...
Continue Reading The product approach to open source communities

Privacy in the age of generative AI

The core challenge posed by generative AI right now is that unlike conventional applications, LLMs have no “delete” button. ...
Continue Reading Privacy in the age of generative AI

Retrieval augmented generation: Keeping LLMs relevant and current

Retrieval augmented generation (RAG) is a strategy that helps address both LLM hallucinations and out-of-date training data. ...
Continue Reading Retrieval augmented generation: Keeping LLMs relevant and current

Is AI enough to increase your productivity?

Being an effective coder with a code generation tool still requires you to be an effective coder without one. ...
Continue Reading Is AI enough to increase your productivity?