The new skill in AI is not prompting, it's context engineering
371–380 of 550 posts
Re: The new skill in AI is not prompting, it's context engineering
#372Earlier quoted context omitted.
prediction is the result of reasoning
No it's not. Prediction is the ability to predict something. Reasoning is the ability to reason.
I think your definition of "reasoning" may be "think like a human" - in which case obviously LLMs can't reason because they aren't human.
Re: The new skill in AI is not prompting, it's context engineering
#373I don't want to delete all thoughts right away as it makes it easier for the AI to continue but I also don't want to weed trhough endless superfluous comments
Re: The new skill in AI is not prompting, it's context engineering
#374The new skill is programming, same as the old skill. To the extent these things are comprehensible, you understand them by writing programs: programs that train them, programs that run inferenve, programs that analyze their behavior. You get the most out of LLMs by knowing how they work in detail. I had one view of what these things were and how they work, and a bunch of outcomes attached to that. And then I spent a…
Re: The new skill in AI is not prompting, it's context engineering
#375After a recent conversation here, I spent a few weeks using agents. These agents are just as disappointing as what we had before. Except now I waste more time getting bad results, though I’m really impressed by how these agents manage to fuck things up. My new way of using them is to just go back to writing all the code myself. It’s less of a headache.
Re: The new skill in AI is not prompting, it's context engineering
#376Earlier quoted context omitted.
Saying the best way to understand LLMs is by building one is like saying the best way to understand compilers is by writing one. Technically true, but most people aren't interested in going that deep.
The best way to understand a car is to build a car. Hardly anyone is going to do that, but we still all use them quite well in our daily lives. In large part because the companies who build them spend time and effort to improve them and take away friction and complexity. If you want to be an F1 driver it's probably useful to understand almost every part of a car. If you're a delivery driver, it probably isn't, even i…
Re: The new skill in AI is not prompting, it's context engineering
#377> Conclusion Building powerful and reliable AI Agents is becoming less about finding a magic prompt or model updates. It is about the engineering of context and providing the right information and tools, in the right format, at the right time. It’s a cross-functional challenge that involves understanding your business use case, defining your outputs, and structuring all the necessary information so that an LLM can “a…
Re: The new skill in AI is not prompting, it's context engineering
#378And to drag this back to politics - that kind of suggests that when we have political polarisation we just have context that are so different the LLM cannot arrive at similar conclusions
I guess it is obvious but it is also interesting
Re: The new skill in AI is not prompting, it's context engineering
#379Earlier quoted context omitted.
That's not true in practice. Floating point arithmetic is not commutative due to rounding errors, and the parallel operations introduce non-determinisn even at temperature 0.
What? You can get consistent output on local models. I can train large nets deterministically too (CUBLAS flags). What your saying isn't true in practice. Hell I can also go on the anthropic API right now and get verbatim static results.
How?
Setting temperature to 0 won't guarantee the exact same output for the exact same input, because - as the previous commenter said - floating point arithmetic is non-commutative, which becomes important when you are running parallel operations on GPUs.
Re: The new skill in AI is not prompting, it's context engineering
#380Earlier quoted context omitted.
Both the context and the prompt are just part of the same input. To the model there is no difference, the only difference is the way the user feeds that input to the model. You could in theory feed the context into the model as one huge prompt.
Sometimes I wonder if LLM proponents even understand their own bullshit. It's all just tokens in the context window right? Aren't system prompts just tokens that stay appended to the front of a conversation? They're going to keep dressing this up six different ways to Sunday but it's always just going to be stochastic token prediction.
You are a helpful assistant.
Why is the sky blue?
Because of Rayleigh scattering. The blue light refracts more.
Why is it red at sunset then?
And we keep repeating that until the next word is ``, then extract the bit in between the last assistant tags, and return it. The AI has been trained to look at `` differently to ``, but they're not physically different.It's all prompt, it can all be engineered. Hell, you can even get a long way by pre-filling the start of the Assistant response. Usually works better than a system message. That's prompt engineering too.