Operations | Monitoring | ITSM | DevOps | Cloud

February 2024

Achieving AI development at scale ft. Luis Ceze of OctoAI

In this episode, Rob is joined by Luis Ceze, CEO of OctoAI and a distinguished professor of computer science at the University of Washington. Together, they unpack the surge of interest in AI, attributing it to the convergence of factors like the unprecedented availability of data thanks to the internet boom and the accessibility of powerful computing resources.

What is iteration?

In Agile development, where development is repeated in short periods, the key unit of the development cycle is called an iteration. Iterations, consisting of Design, Development, Testing, and Improvement are usually set for 1 to 4 weeks, and they are characterized by completing a full cycle of system development. After completing one cycle and releasing it, known as Iteration 1, the process is repeated with Iteration 2, Iteration 3, and so on.the.

Build and test LLM applications with AIConfig and CircleCI

The power of LLMs to solve real-world problems is undeniable, but unfortunately, in some cases, only theoretical. What’s stopping us from getting the most out of OpenAI’s text completion capabilities in production apps? One common problem is the inability to confidently guard against bad outputs in production the way we’re used to doing with non-AI test suites. Let’s go one step deeper. There is no equivalent of code coverage for an LLM.