|
|
|
|
|
by ActorNightly
324 days ago
|
|
Leaning how to use AI in the upcoming years will be equivalent to knowing how to use the internet and microsoft office in the 2010s. You don't need to absolutely know it, but The thing with AI is that its pretty easy to use - 80% of it is just prompt engineering. For example, agents are nothing more than a big system prompt to really any LLM, with instructions like "if you want to create a code file, surround the code with <code></code> tags", and then the wrapper program that runs the chat detects those tags and actually does the thing. |
|