

CMU's AI pilot lands in the news 🗞
Aug 16, 2022
The hosts dive into the latest in AI, starting with a fascinating project that simplifies deploying AI models. They also explore a groundbreaking autonomous aircraft model from Carnegie Mellon University that navigates busy airspace with ease. The discussion touches on the evolving programming landscape in AI, emphasizing Python's dominance and the potential of other languages. Additionally, they highlight advances in 3D vision technology and a unique opportunity to learn natural language processing from industry experts.
AI Snips
Chapters
Books
Transcript
Episode notes
Simplified Model Delivery with Truss
- Truss simplifies model delivery by packaging models built in any framework.
- It handles dependencies, secret management, and deployments in various environments.
Python's Dominance in Model Development
- Python remains the dominant language for AI/ML model development.
- However, tools like Truss enhance accessibility for non-Python users.
Integrate Model Testing in CICD
- Integrate model testing into your CICD pipeline using tools like GitHub Actions.
- This ensures software stability when updating models by catching failures early.