Mistral announces new connectors, Memories Mistral announced that its generative AI chat Le Chat now connects with over 20 new connectors, including tools like Asana, Atlassian, Box, Databricks, GitHub, Outlook, Snowflake, Stripe, and Zapier. Users will also now be able to add their own connectors via MCP. The company also announced a beta for Memories, which allows users to set preferences to get more personalized responses. They can also import their memories from ChatGPT. Both of these features are available for any Le Chat user, including free users. OpenAI adds several minor updates to ChatGPT The company announced that users can now branch off conversations in ChatGPT to explore a specific direction while preserving the direction of the original thread. Additionally, Projects are now available to free users, and the company has added larger file uploads per project, the option to select colors and icons, and project-only memory controls. Google announces new open embeddin...
Most reports comparing AI models are based on benchmarks of performance, but a recent research report from Sonar takes a different approach: grouping different models by their coding personalities and looking at the downsides of each when it comes to code quality. The researchers studied five different LLMs using the SonarQube Enterprise static analysis engine on over 4,000 Java assignments. The LLMs reviewed were Claude Sonnet 4, OpenCoder-8B, Llama 3.2 90B, GPT-4o, and Claude Sonnet 3.7. They found that the models had different traits, such as Claude Sonnet 4 being very verbose in its outputs, producing over 3x as many lines of code as OpenCoder-8B for the same problem. Based on these traits, the researchers divided the five models into coding archetypes. Claude Sonnet 4 was the “senior architect,” writing sophisticated, complex code, but introducing high-severity bugs. “Because of the level of technical difficulty attempted, there were more of these issues,” said Donald Fischer,...