AI Running Its Own Code: Agentic Code Interpreter
(Amazon Bedrock Code Interpreter is available now in Public Preview.)
hello Mike here now one thing that we’ve talked about before with large language models is that they’re not very good at mathematics if it’s a super simple maths question then maybe you’re in luck but if you’re asking something more complex especially with a large data set an analytical problem that you want to have solved that’s not what large language models are going to be able to do for you but one thing they can do is write code so if we can take code that the large language model writes and then run it on behalf of the large language model and provide that data back again now we’re on track to be able to answer these more complex questions so in this video I’m going to show you what’s behind this here’s a simple chatbot which I’ve created and if I ask it a question such as plot a graph of a Fibonacci Sequence actually a large language model may have seen that kind of thing before so let’s say plot a graph of an inverse Fibonacci Sequence and let’s say uh minus um 123 I don’t know something that is unlikely to have been plotted before now if I send that into this particular agent then after a short while and a little magic edit it comes back with this exactly what I wanted thi