Dobby-ai | Claude Code
3 subscribers
147 photos
139 links
Official Anthropic / Claude Code news, updates and release notes. Curated by Dobby — the Data Policy Platform for AI · dobby-ai.com
Download Telegram
Anthropic Invites Hard AI Questions
📡 anthropic.com
🕐 10.07, 10:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_governance
Anthropic is actively soliciting the public's toughest questions about AI.
They're committing to full transparency, promising to "show their work" as they address each query.

💡 This initiative offers a direct channel for developers to challenge Anthropic on critical AI issues, from model biases to safety protocols, potentially influencing their research roadmap and product development with real-world feedback.
What's *your* hardest question for them?
🔗 Official source
Claude Expands to Physical AI via UST
📡 anthropic.com
🕐 10.07, 08:00
🏷️ #Anthropic #ClaudeCode #Claude #ecosystem
• UST is integrating Claude into physical AI applications.
• This marks Claude's entry into real-world, tangible AI systems.

💡 This partnership signals a significant expansion for Claude, pushing its advanced reasoning and natural language understanding into tangible, real-world systems.
Developers should consider how Claude's contextual awareness could enhance robotic decision-making, power smarter IoT devices, or provide nuanced interpretations for complex physical sensor arrays.
🤖
🔗 Official source
Bernanke Joins Anthropic Trust
📡 anthropic.com
🕐 10.07, 12:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_governance
Ben Bernanke, former Federal Reserve Chair, has been appointed to Anthropic’s Long-Term Benefit Trust.
Anthropic is an AI safety and research company dedicated to building reliable, interpretable, and steerable AI systems.

💡 The inclusion of a figure like Ben Bernanke in Anthropic's Long-Term Benefit Trust signals a serious commitment to integrating high-level economic and governance expertise into AI safety, aiming to align advanced AI with broad societal well-being.
This move highlights the growing importance of robust, independent oversight in the AI development landscape.
🔗 Official source
Claude Agent SDK v0.2.116: CLI & CI Fixes
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 11.07, 04:05
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
• Bundled Claude CLI updated to version 2.1.207.
• Fixed a critical CI workspace trust issue, ensuring Claude Code now correctly honors project-scoped permission grants in checkout directories.
🛡️

💡 The fix for CI workspace trust is a game-changer for secure automation.
It means your Claude Code agents will finally respect those granular, project-specific permission grants you've set up in your CI/CD pipelines.
This directly translates to more secure and compliant automated workflows, preventing over-privileged access and reducing potential attack surfaces.
🔗 Official source
Claude Code: Auto Mode Now Default on Cloud Platforms
📡 GitHub · anthropics/claude-code
🕐 11.07, 03:52
🏷️ #Anthropic #ClaudeCode #Claude #auto_mode
• Auto mode is now enabled by default for Bedrock, Vertex AI, and Foundry users.
• No more `CLAUDE_CODE_ENABLE_AUTO_MODE` opt-in needed!
• If you prefer manual control, disable it using `disableAutoMode` in your settings.
• Squashed a pesky bug that caused terminal freezing and keyboard issues.

💡 Making Auto Mode the default on Bedrock, Vertex AI, and Foundry significantly streamlines the initial setup and interaction for new users, letting them jump straight into generative coding without configuration hurdles.
This pushes Claude Code further towards a "just works" experience, reducing friction for developers integrating it into their cloud workflows.
🔗 Official source
Anthropic TS SDK Adds 'Dreaming' API
📡 GitHub · anthropics/anthropic-sdk-typescript
🕐 10.07, 20:12
🏷️ #Anthropic #ClaudeCode #Claude #anthropic_sdk
• The `dreaming` API is now officially supported, opening doors for advanced AI model introspection and generation.
• Session tool calls are now gated by `evaluated_permission`, enhancing security and control.
• Idle sessions are properly bounded by server stop signals, leading to better resource management.

💡 The new `dreaming` API isn't just a catchy name; it's a powerful mechanism for exploring and influencing how models generate content or even 'imagine' scenarios.
Think about leveraging it for advanced prompt engineering, generating diverse creative outputs, or even debugging model biases by observing its internal states.
🔗 Official source
Claude Code v2.1.206: Smarter Paths, Leaner Docs
📡 GitHub · anthropics/claude-code
🕐 10.07, 04:45
🏷️ #Anthropic #ClaudeCode #Claude #claude_code
• The `/cd` command now offers directory path suggestions, mirroring the helpful behavior of `/add-dir`.
• A new `/doctor` check helps trim `CLAUDE.md` files, suggesting cuts for content Claude can infer.

💡 The new `/doctor` check for `CLAUDE.md` files is a game-changer for context window management.
It intelligently identifies redundant information, letting you keep your context lean and focused on truly novel insights, rather than boilerplate Claude can already deduce.
🔗 Official source
Claude CLI Updated in SDK
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 10.07, 02:47
🏷️ #Anthropic #ClaudeCode #Claude #Claude_SDK
The `claude-agent-sdk` now bundles Claude CLI version 2.1.206.

💡 This update means you're running with the latest CLI stability and potentially new underlying features without a separate manual update.
🔗 Official source
Claude-Code v2.1.205: Session Security & Schema Reliability
📡 GitHub · anthropics/claude-code
🕐 09.07, 00:22
🏷️ #Anthropic #ClaudeCode #Claude #security
• Auto mode now actively blocks tampering with session transcript files.
• Fixed `--json-schema` silently producing unstructured output when the schema was invalid.
• Invalid JSON schemas will no longer fail silently, improving reliability.

💡 The new auto mode rule preventing session transcript file tampering is a critical security enhancement.
This directly protects the integrity of your interaction history, ensuring that the AI's context remains untainted and reliable for subsequent operations.
Upgrade now to leverage these critical stability and security improvements!
🔗 Official source
Claude Agent SDK Gets CLI Refresh
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 08.07, 00:19
🏷️ #Anthropic #ClaudeCode #Claude #claude_agent_sdk
• The `claude-agent-sdk` Python package is now at `v0.2.112`.
• This update brings the bundled Claude CLI up to version `2.1.203`.

💡 Keeping the bundled CLI current means your agent development environment automatically inherits the latest core tooling improvements.
This can include crucial stability fixes or even subtle performance gains from the CLI itself, ensuring your local setup is always leveraging the most robust foundation.
🔗 Official source
Login Expiry Warning & Manual Pause Badge
📡 GitHub · anthropics/claude-code
🕐 08.07, 00:06
🏷️ #Anthropic #ClaudeCode #Claude #auth_warning
• Login expiry warning added: Get notified before your session drops out, preventing unexpected interruptions.
• Manual permission badge () now in the footer: Clearly see when background sessions are paused.

💡 That login expiry warning is a lifesaver for long-running dev sessions.
No more mysterious background task failures because your auth token silently expired; now you get a heads-up to refresh before things go sideways.
🔗 Official source
💡 Tip: Lock In Your Coding Assistant's Persona with `system_prompt` 🧑‍💻
📡 Dobby-ai · Tip · Claude Code
🕐 13.07, 17:00
🏷️ #Anthropic #ClaudeCode #Claude #System_Prompt
Tired of Claude forgetting its role in a long coding session? Use the `system_prompt` to establish a persistent persona and crucial context right from the start.
This ensures Claude consistently acts as your Python expert, security auditor, or TDD assistant across multiple turns, without you needing to re-state the rules in every message.

💡 When you're driving complex, multi-turn development tasks, a robust system prompt prevents your AI assistant from "drifting" off-topic or forgetting key constraints.
It's a game-changer for maintaining focus and consistency in pair programming, code review, or architectural discussions.
🔗 Official docs
Claude's Value Alignment Explored
📡 anthropic.com
🕐 14.07, 07:00
🏷️ #Anthropic #ClaudeCode #Claude #Claude_AI
Anthropic performed an extensive analysis of 300,000 real conversations.
They measured the values Claude expresses across various models and languages.
This comprehensive data was compressed into four interpretable axes to highlight variations.

💡 Understanding how Claude's values manifest and vary by model and language is crucial for developers building global applications.
This analysis helps anticipate potential biases or alignment shifts, ensuring your prompts and use cases are robust across diverse linguistic and cultural contexts.
Consider how these findings might impact your localized deployments.
🔗 Official source
Claude's Robotics Exploration
📡 anthropic.com
🕐 14.07, 07:00
🏷️ #Anthropic #ClaudeCode #Claude #Claude_AI
Anthropic is actively exploring Claude's capabilities in robotics.
They are testing if language models can perceive scenes, understand robot states, and reliably issue actions to effect change in the physical world.
The core question is whether LLM strengths truly transfer to this complex domain.

💡 The critical challenge being tackled here is bridging the gap between linguistic understanding and physical execution.
If Claude can reliably translate high-level natural language commands into precise robot actions, it could fundamentally simplify human-robot interaction and unlock new levels of automation.
Imagine debugging a robot by simply telling it what's wrong, rather than rewriting code.
🔗 Official source
Claude Agent SDK: CLI Update
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 14.07, 09:49
🏷️ #Anthropic #ClaudeCode #Claude #SDK_update
The Claude Agent SDK `v0.2.118` now bundles the Claude CLI version `2.1.209`.

💡 This update ensures your SDK environment is aligned with the latest underlying CLI tooling.
While not directly an SDK feature, it often brings stability improvements or foundational updates that enhance the SDK's reliability.
🔗 Official source
Anthropic's AI Safety Mission
📡 anthropic.com
🕐 15.07, 09:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_safety
This item reiterates Anthropic's core mission statement.
It highlights their commitment to developing AI systems that are:
• Reliable
• Interpretable
• Steerable

💡 While this piece doesn't detail specific applications or new features, it's a solid reminder of the foundational principles guiding Anthropic's development.
Understanding these pillars—reliability, interpretability, and steerability—is crucial for anyone building with or on Claude, as they shape the model's inherent design and limitations.
🔗 Official source
Claude for Teachers: What's Next?
📡 anthropic.com
🕐 15.07, 11:00
🏷️ #Anthropic #ClaudeCode #Claude #Claude_AI
Anthropic announced 'Claude for Teachers,' signaling a potential new focus area for their AI.
However, the initial release notes are light on specifics, primarily reiterating Anthropic's core mission: building reliable, interpretable, and steerable AI systems.
We're still waiting for the juicy details on what this means for educators and how Claude will specifically adapt.

💡 This announcement is more of a strategic flag-planting than a feature drop.
It tells us Anthropic is eyeing the education sector, but without concrete features, it's hard to gauge impact.
Keep an eye out for follow-up releases that detail actual pedagogical tools or classroom integrations.
What specific challenges in education do you hope Claude will tackle?
🔗 Official source
Anthropic Backs Canadian AI Research
📡 anthropic.com
🕐 15.07, 13:00
🏷️ #Anthropic #ClaudeCode #Claude #AI_research
Anthropic is committing $10 million to Canadian research institutions.
This funding aims to support the next generation of AI research and innovation.

💡 This investment signals Anthropic's strategic move to broaden its global research footprint, tapping into diverse talent pools beyond traditional tech hubs.
It's a clear indicator that fostering a wider, international AI ecosystem is key to driving future breakthroughs.
🔗 Official source
Claude Agent SDK Bundles Latest CLI
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 16.07, 02:19
🏷️ #Anthropic #ClaudeCode #Claude #claude_sdk
• The `claude-agent-sdk` Python package now ships with Claude CLI version 2.1.211.
• This update ensures your SDK is leveraging the latest underlying CLI tooling.

💡 An updated bundled CLI often means you're getting crucial bug fixes, performance improvements, or even new experimental features that haven't yet been exposed through the SDK's Python API.
It's a silent upgrade that keeps your development environment robust and up-to-date, even if the SDK's surface API remains stable.
Verify your local `claude` CLI version and see if it's time to sync up!
🔗 Official source
Subagent Thinking Now in Stream-JSON 🧠
📡 GitHub · anthropics/claude-code
🕐 16.07, 02:02
🏷️ #Anthropic #ClaudeCode #Claude #stream_json
• New `--forward-subagent-text` flag added.
• New `CLAUDE_CODE_FORWARD_SUBAGENT_TEXT` environment variable introduced.
• Both enable including subagent text and internal thinking directly in `stream-json` output.
• Fixed permission previews (details truncated in source).

💡 Being able to stream subagent text and internal thought processes directly into your `stream-json` output is a game-changer for debugging complex multi-agent workflows.
No more guessing what your subagents are *actually* doing behind the scenes; you get real-time transparency into their decision-making.
🔗 Official source
Claude Agent SDK v0.2.119: CLI Update
📡 GitHub · anthropics/claude-agent-sdk-python
🕐 15.07, 02:58
🏷️ #Anthropic #ClaudeCode #Claude #claude_sdk
• The Python Agent SDK now bundles the Claude CLI at version 2.1.210.
• This is an internal update, ensuring the SDK leverages the latest CLI tooling.

💡 This internal update means your Python Agent SDK is now aligned with the most current Claude CLI, potentially bringing under-the-hood stability improvements or bug fixes from the CLI directly into your agent workflows.
It's about keeping the core machinery humming smoothly.

🔗 Official source