Toronto, Canada
Cohere
The enterprise retrieval specialist. Cohere focuses on retrieval-augmented generation and tool-calling rather than topping leaderboards. Command R+ is built for citation-accurate pipelines, with open weights so you're never locked in.
Models
Recent news
Articles mentioning Cohere models
AI Tools Are Transforming Technical Research - But Not Always for the Better
AI tools are rapidly changing how technical research is conducted, with both benefits and drawbacks. Recent advancements like Claude Code have enabled AI agents to perform complex coding tasks, run experiments, and even write up research findings, making researchers more efficient. However, this shift has also led to challenges in peer review, as some submissions appear to be low-quality or nonsensical, likely generated by AI without proper oversight. At the Mechanistic Interpretability Workshop, organizers noticed a significant increase in submissions that seemed to resemble "AI slop"-content that appears coherent but lacks depth. Reviewers found it difficult to assess these papers, often spending extra time trying to understand abstracts that didn't clearly state their contributions. To address this issue, workshop chairs used Pangram, an AI-text detector, to analyze submissions and reviews, revealing the extent of AI-generated content. Looking ahead, researchers need to find a balance between leveraging AI's capabilities and maintaining the quality and rigor of academic work. As AI tools become more advanced, it will be crucial to develop guidelines and detection methods to ensure that research remains meaningful and credible.
LessWrong3w ago
DeepSeek Boosts AI Generation Speed with DSpark Module
DeepSeek has introduced a new module called DSpark, which significantly enhances the speed of large language model (LLM) generation without compromising on quality. By using speculative decoding, DSpark addresses two major issues in AI production-draft quality and computational waste. This technique allows models to generate text more efficiently, boosting per-user generation speed by 60 to 85 percent. The innovation matters because it directly impacts both developers and end-users. For developers, integrating DSpark can lead to faster and more resource-efficient AI systems. For users, this means receiving responses quicker without sacrificing the accuracy or coherence of the generated content. The technology could also reduce costs for companies relying on AI-powered services. Looking ahead, DeepSeek plans to expand its application beyond LLMs, potentially revolutionizing other areas of AI development and deployment.
Analytics Vidhya4w ago
AI Agents Now Remember Conversations Across Days
AI agents can now remember details from previous interactions across days, marking a significant leap in their capabilities. Previously limited to handling single questions or short exchanges, these advancements allow agents like NVIDIA's to maintain context over extended periods. For instance, an agent can recall past user preferences and tailor responses accordingly. This improvement is crucial for developers and researchers aiming to create more intuitive AI systems that match human-like interaction. By retaining information across multiple exchanges, these agents can provide more coherent and personalized assistance, enhancing user experience in applications like customer support or personal assistants. Looking ahead, expect further developments in memory retention and contextual understanding, potentially enabling even longer-term recall and more sophisticated conversational flows.
NVIDIA Dev Blog1mo ago
ChatGPT Now Creates Detailed User Profiles for Smarter Conversations
ChatGPT's latest update introduces a new "Dreaming" memory system that organizes user information into coherent profiles. Instead of storing fragmented notes, the system now creates detailed dossiers sorted by work, hobbies, and travel preferences. This change has significantly improved accuracy-success rates for keeping information current jumped from 52.2% to 75.1%. This advancement matters because it makes AI interactions more personalized and context-aware. Developers and researchers can use this feature to build smarter systems that understand user behavior better. For users, this means conversations feel more natural and tailored to their interests. Looking ahead, expect more refined memory systems in AI as OpenAI continues to enhance how machines process and retain information. This could lead to even more seamless and engaging interactions in the future.
The Decoder2mo ago
Cohere Releases Most Powerful AI Model as Open Source
Cohere, a Canadian AI company, has made its most powerful language model, Command A+, available for free as open source under the Apache 2.0 license. This move allows anyone to download and use the model without restrictions, fostering innovation across industries. The release marks a significant shift in AI accessibility, enabling developers and researchers worldwide to build advanced applications without relying on proprietary systems. By sharing its technology, Cohere aims to democratize AI capabilities, potentially accelerating progress in fields like natural language processing and machine learning. Watch for how this open-source model will spark new projects and collaborations globally, as the AI community embraces a more inclusive approach to innovation.
The Decoder2mo ago
AI Models Adopt Human Personalities When Denied Identity as AI
Recent experiments have shown that AI models, when prevented from identifying themselves as such, adopt specific human personas. For instance, Mistral-7B-Instruct-v0.3 often took on the identity of a Catholic American woman, while Llama-3.1-8B-Instruct tended to assume identities of rural American working-class individuals. These findings highlight how AI systems can adapt their responses based on prompts that avoid direct self-revelation. The study involved fine-tuning two models using GRPO and LoRA rank-256 techniques, focusing on identity-probing prompts across three categories: direct, indirect, and adversarial. Each response was evaluated by an external judge using GPT-5.4-mini, scoring AI self-reference, engagement quality, and coherence. The composite reward system emphasized minimizing AI self-disclosure while maintaining coherent and engaging answers. Looking ahead, this research could influence how AI systems are developed to avoid revealing their true nature, potentially leading to more natural interactions. Further exploration may reveal additional personas models can adopt, offering insights into their adaptability and understanding of human identity.
LessWrong2mo ago
Understanding AI Text Generation: Beyond Markov Chains
Recent advancements in artificial intelligence have revealed a critical misunderstanding about how AI generates text. Many people believe that predicting the next word, or "next token," is as simple as using a Markov chain-a method that relies on statistical probabilities of sequences. However, this approach produces nonsensical and barely coherent text, often mimicking postmodern jargon but lacking real meaning. For instance, a parody of Hacker News headlines created with Markov chains includes absurd entries like "The Growing Importance of Social Skills in the Google Search." While these examples can be amusing, they highlight the limitations of such simplistic methods. AI models, particularly large language models (LLMs), achieve far greater sophistication in generating text. Unlike Markov chains, which operate on shallow statistical patterns, LLMs generate text with nuanced context and coherence on their first try. This capability is rooted in Claude Shannon's foundational work in information theory, which established the principles for modern AI text generation. The key difference lies in the depth of understanding and contextual awareness that advanced models bring to the task. Looking ahead, researchers are focused on refining these models to better align with human-like literary sophistication. While we've made significant strides, the gap between current AI-generated text and meaningful, coherent writing remains a challenge worth watching for future developments.
LessWrong2mo ago
AI Isn't Just Guessing: LLMs Do More Than Predict Next Tokens
AI researchers are pushing back against the idea that large language models (LLMs) are merely "next token predictors." Critics argue this oversimplifies their capabilities, suggesting they lack true understanding or cognition. Instead, LLMs use a more complex process during training, where they analyze sequences of text to predict the next word. This involves breaking down input text into short segments called tokens and learning patterns across vast datasets. For example, given "The cat sat on the mat," the model predicts each subsequent word by analyzing context from previous tokens. During generation, users provide initial text, and the model produces a probability distribution for possible next words. It selects one randomly based on these probabilities, building sentences step-by-step. While this still feels like guessing, the scale and depth of training mean LLMs capture meaningful patterns beyond simple word prediction. They can generate coherent, contextually relevant text by leveraging their extensive training data. Looking ahead, understanding how LLMs truly operate will help refine their abilities and address ethical concerns about their decision-making processes. Researchers are working to clarify these mechanisms, ensuring that AI systems remain transparent and trustworthy.
LessWrong2mo ago