A brief guide for those who slept (on AI) the last two years
github.com·3h·
Discuss: DEV
Flag this post

A brief guide for those who slept on AI the last two years

Rationale (who is this guide for?)

Over the last couple of years, I’ve noticed many great engineers haven’t really used modern AI tools, and now expect miracles because of the hype around them. This guide is my attempt to summarise what you realistically can and can’t do today with large language models (LLMs) and the tools around them, and how to use them to boost your productivity (and learn something new in the process).

1. What LLMs actually are

Large Language Models (LLMs) are probability machines: they predict the most likely next token (word piece) given your input and everything they’ve generated so far. That’s it.

They do not have built-in logic, beliefs, or a model of the world like huma…

Similar Posts

Loading similar posts...