Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Designing For TV: Principles, Patterns And Practical Guidance (Part 2)

      September 5, 2025

      Neo4j introduces new graph architecture that allows operational and analytics workloads to be run together

      September 5, 2025

      Beyond the benchmarks: Understanding the coding personalities of different LLMs

      September 5, 2025

      Top 10 Use Cases of Vibe Coding in Large-Scale Node.js Applications

      September 3, 2025

      Building smarter interactions with MCP elicitation: From clunky tool calls to seamless user experiences

      September 4, 2025

      From Zero to MCP: Simplifying AI Integrations with xmcp

      September 4, 2025

      Distribution Release: Linux Mint 22.2

      September 4, 2025

      Coded Smorgasbord: Basically, a Smorgasbord

      September 4, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Drupal 11’s AI Features: What They Actually Mean for Your Team

      September 5, 2025
      Recent

      Drupal 11’s AI Features: What They Actually Mean for Your Team

      September 5, 2025

      Why Data Governance Matters More Than Ever in 2025?

      September 5, 2025

      Perficient Included in the IDC Market Glance for Digital Business Professional Services, 3Q25

      September 5, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

      September 5, 2025
      Recent

      How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

      September 5, 2025

      Distribution Release: Linux Mint 22.2

      September 4, 2025

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Tech & Work»April 11, 2025: AI updates from the past week — Google’s new tools for building AI agents, agent mode in GitHub Copilot, and more

    April 11, 2025: AI updates from the past week — Google’s new tools for building AI agents, agent mode in GitHub Copilot, and more

    April 11, 2025

    Software companies are constantly trying to add more and more AI features to their platforms, and AI companies are constantly releasing new models and features. It can be hard to keep up with it all, so we’ve written this roundup to share several notable updates around AI that software developers should know about. 

    Google announces new and updated tools for building AI agents

    The company announced the Agent Development Kit (ADK), an open-source framework that covers the end-to-end process of building and deploying agents and multi-agent systems.

    Google also announced the Agent2Agent (A2A) protocol, an open protocol that allows AI agents to communicate with each other, exchange information in a secure way, and coordinate actions on top of enterprise applications. It was developed with support and contributions from over 50 other companies, including Atlassian, Box, MongoDB, Salesforce, ServiceNow.

    In Agentspace, organizations will now be able to give their employees access to the platform’s unified enterprise search, analysis, and synthesis capabilities from within Chrome’s search box. Other new capabilities include a no-code Agent Designer for building custom agents, and access to two new agents built by Google: Deep Research and Idea Generation. 

    GitHub Copilot adds agent mode, MCP support in latest release

    A new version of GitHub Copilot has begun rolling out to users, adding a number of new capabilities, such as the addition of agent mode to VS Code. 

    With agent mode, Copilot can iterate across an entire project, suggesting terminal commands, analyzing run-time errors, and more. “With simple prompts, agent mode takes Copilot beyond answering a question, instead completing all necessary subtasks across automatically identified or generated files to ensure your primary goal is achieved,” the company’s CEO Thomas Dohmke wrote in a blog post. 

    As an example, GitHub published a demo video in which a developer needs to update a website for runners that allows them to sort races by name, distance, and time. Upon receiving the request, Copilot analyzes the site to determine what needs to be changed, then begins by updating the backend and the UI, then generating unit tests for both, before handing it back over to the user to run those tests.

    Microsoft updates Copilot to be a more personalized AI companion

    According to Microsoft, the latest updates are designed to bring it from just an “AI companion” to “your AI companion.” It will now be able to remember what you talk about to learn your likes and dislikes, as well as details about your life, such as your dog’s name or work projects you’re assigned to. 

    Other new capabilities added to Copilot include:

    • Deep Research, for conducting multi-step research tasks
    • Actions, for completing tasks on your behalf, such as booking event tickets or making dinner reservations
    • Pages, which combines notes, content, and other research into a single canvas
    • Vision, which lets Copilot see what you see and respond in real time

    “Copilot will understand you in the context of your life, and show up, on your terms, in the right way at the right time. This is far richer, more dynamic, supportive and emergent than any software we’ve seen before. It’s a new kind of relationship with technology, a new era,” Microsoft wrote in a blog post. 

    Amazon Nova Sonic is announced

    This is the latest model to be added to the Nova family, and it is a speech-to-speech model for conversational AI. 

    According to Amazon, typically, speech understanding and generation are covered by two separate models, but Nova Sonic unifies both into one model. “The result is an adaptive speech response that dynamically adjusts its delivery based on prosody, such as pace and timbre, of input speech,” Amazon wrote in a blog post. 

    Gemini 2.5 Pro now in public preview

    Due to the adoption of Gemini 2.5 Pro and feedback from users, Google has decided to move it to public preview in the Gemini API in Google AI Studio. It will also be accessible through Vertex AI shortly, Google said. 

    The pricing for Gemini 2.5 Pro is $1.25/1 million tokens for text, image, audio, and video inputs in a 200k context window or less, and $2.50/1 million tokens text greater than a 200k context window. The output pricing is $10/1 million tokens for context windows under 200k and $15.00/1 million tokens for context windows greater than that. The experimental version will remain free, but will have lower rate limits. 

    Meta releases first Llama 4 models 

    The announcement covered three models that are part of the Llama 4 family:

    • Llama 4 Behemoth (in preview), a teacher model for distillation that offers 288B active parameter, 16 experts, and 2T total parameters
    • Llama 4 Maverick, a native multimodal model with 1M context length, offering 17B active parameters, 128 experts, and 400B total parameters
    • Llama 4 Scout, optimized for inference with a 10M context length, that has 17B active parameters, 16 experts, and 109B total parameters

    Cloudflare announces remote MCP server to reduce barriers to creating AI agents

    Cloudflare is making it easier for developers to create AI agents with several new updates that  were announced earlier this week. 

    First, the company announced a remote Model Context Protocol (MCP) server. MCP is an open standard that allows AI agents to interact with external services, which is important in enabling them to complete tasks on a user’s behalf.

    According to Cloudflare, MCP has thus far been limited to running locally, which has prevented its mainstream adoption. Now, users will be able to build and deploy remote MCP servers through Cloudflare, which will allow agents to connect and interact with services without needing to rely on a locally hosted server.

    Progress packs Sitefinity 15.3 with AI updates

    The latest version of the content management system offers AI capabilities for users like summarizing content, improving writing, personalizing messages, and generating tag suggestions. Users will also be able to search for images using natural language descriptions.

    Other AI capabilities include AI translation, content optimization, and the ability to export marketing data in the Parquet format. 

    “AI is revolutionizing what is possible in creating digital content and experiences, and any organizations not using these capabilities will be at a significant competitive disadvantage,” said Loren Jarrett, EVP & GM of digital experience of Progress. “Sitefinity is at the forefront of innovation, empowering marketers, developers and content teams with the most advanced tools so they can deliver digital experiences that will enable them to compete and win in an AI-driven world.”


    Read last week’s announcements here: April 4, 2025: AI updates from the past week — Claude for Education, new website for exploring Amazon Nova models, and Solo.io’s MCP Gateway

    The post April 11, 2025: AI updates from the past week — Google’s new tools for building AI agents, agent mode in GitHub Copilot, and more appeared first on SD Times.

    Source: Read More 

    news
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleAlways deploy at peak traffic
    Next Article Windows 11: Microsoft warns do not delete inetpub folder after causing confusion

    Related Posts

    Tech & Work

    Designing For TV: Principles, Patterns And Practical Guidance (Part 2)

    September 5, 2025
    Tech & Work

    Neo4j introduces new graph architecture that allows operational and analytics workloads to be run together

    September 5, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Empty shelves after US’s largest natural and organic food distributor suffers cyber attack

    Development

    facad is a modern colorful directory listing tool

    Linux

    This 3-in-1 charger has a retractable superpower that’s a must for travel

    News & Updates

    CVE-2025-22412 – Apache SDP Server Use-After-Free Remote Code Execution Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-4748 – Erlang OTP Path Traversal Vulnerability

    June 16, 2025

    CVE ID : CVE-2025-4748

    Published : June 16, 2025, 11:15 a.m. | 3 hours, 5 minutes ago

    Description : Improper Limitation of a Pathname to a Restricted Directory (‘Path Traversal’) vulnerability in Erlang OTP (stdlib modules) allows Absolute Path Traversal, File Manipulation. This vulnerability is associated with program files lib/stdlib/src/zip.erl and program routines zip:unzip/1, zip:unzip/2, zip:extract/1, zip:extract/2 unless the memory option is passed.

    This issue affects OTP from OTP 17.0 until OTP 28.0.1, OTP 27.3.4.1 and OTP 26.2.5.13, corresponding to stdlib from 2.0 until 7.0.1, 6.2.2.1 and 5.2.3.4.

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    EU Vulnerability Database Officially Launches Amid CVE Program Concerns

    May 13, 2025

    AT&T is already discounting the Samsung Galaxy S25 Edge by $1,100 off – how it works

    May 13, 2025

    I upgraded my Pixel 9 Pro to Android 16 – here’s what I love (and what’s still missing)

    June 20, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.