In college, for a music class in contemporary performance practice, I wrote new lyrics for the Geographical Fugue related to the Watergate episode. Below is another version, based on computer technology.
Internet! And the big cloud computing and the deep neural network and the text data mining the TCP Protocol is not in Decimal, Rather in Binary, Binary, Binary, Binary! Decimal, Boolean, Digital, Data type Decimal, Boolean, Digital, Data type Yes, UNIX, UNIX, UNIX, UNIX, Algorithmic! Execution! Algorithmic! Execution!
I hereby solicit suggestions for the video of the day. Please email me your ideas with explanations. Selected entries will win 5 homework points. If your video is played at the beginning of class, you must also briefly explain something about the video and something about yourself - in person.
https://pollev.com/slade You may also download the app to your phone. Use the "slade" poll id.
When I took the equivalent of CS 201, we learned ALGOL and APL (as well as machine language and hardware.) Note that Perlis was one of the designers of ALGOL.
Note: the collaboration quiz is separate. It coincides with the first homework assignment.
Title: AI Agents beyond ChatGPTAbstract:
ChatGPT has significantly raised public expectations for conversational agents,with many now anticipating these agents to handle a wide range of tasks. However, deploying one single larger model with generalized capabilities with simple prompting is often impractical to complete these tasks. There are various issues in terms of accuracy, cost, and security, particularly in industry settings. Solving tasks requires a systematic combination of different models to form AI agent orchestration. In this talk, we will explore various approaches to achieve that through diverse techniques including Reflection, Monte Carlo Tree Search, etc.
Bio:
Zhou (Jo) Yu is an Associate Professor at Columbia University’s Computer Science Department and Founder of ARKLEX.AI. She obtained her Ph.D. from Carnegie Mellon University. Dr. Yu has received several best paper awards in top NLP conferences and has won Forbes 30 under 30 in 2018. Dr. Yu has developed various AI systems that have had a real impact, including winning the Amazon Alexa Prize. Dr. Yu co-founded ARKLEX.AI, focusing on democratizing AI Agent building with GenAI developer tools.
website: https://www.cs.columbia.edu/~zhouyu/
TailRecursion.html (jupyter) tail recursion + let and optional arguments.
Recursion.html (jupyter) deep recursion.