Funding: Amazon 🤝 Anthropic
Amazon will invest up to $4 Billion in Anthropic, to develop reliable and high-performing foundation models.
Anthropic will gain access to AWS compute infrastructure including Trainium and Inferentia chips. The Amazon team will be able to build on top of Anthropic’s state-of-the-art models via Amazon Bedrock.
Read more about the story here
ChatGPT can now see, hear, and speak
OpenAI started to roll out multi-modal capabilities for ChatGPT. Read more about the release here.
Plus and Enterprise users will get to experience voice and images in the next two weeks. Voice is coming on iOS and Android and images will be available on all platforms.
OpenAI has also released the GPT-4V System card which can be seen here.
Paper: CodePlan: Repository-level Coding using LLMs and Planning
Repository-level coding tasks, such as package migration and making extensive codebase modifications, pose challenges for Large Language Models (LLMs) like GitHub Copilot, as the entire code cannot be fit into prompts.
CodePlan is a a task-agnostic framework, solves this as a planning problem through multi-step chain of edits (plan).
CodePlan is based on a novel combination of an incremental dependency analysis, a change may-impact analysis and an adaptive planning algorithm.
Read the paper here.