Skip to main content

Posts

HoundDog.ai Launches Industry’s First Privacy-by-Design Code Scanner for AI Applications

HoundDog.ai today announced the general availability of its expanded privacy-by-design static code scanner, now purpose-built to address privacy risks in AI applications. Addressing the growing concerns around data leaks in AI workflows, the new release enables security and privacy teams to enforce guardrails on the types of sensitive data embedded in large language model (LLM) prompts or exposed in high-risk AI data sinks, such as logs and temporary files, all before any code is pushed to production and privacy violations occur. HoundDog.ai is a privacy-focused static code scanner designed to identify unintentional mistakes by developers or AI-generated code that could expose sensitive data such as personally identifiable information (PII), protected health information (PHI), cardholder data (CHD) and authentication tokens across risky mediums like logs, files, local storage and third-party integrations. Since its launch from stealth in May 2024, HoundDog.ai has been adopted by a g...

Blackstone portfolio company R Systems Acquires Novigo Solutions, Strengthening its Product Engineering and Full-Stack Agentic-AI Capabilities

R Systems International Limited, a global leader in digital product engineering, today announced that it has entered into a definitive agreement to acquire Novigo Solutions, a specialist in low-code/no-code (LCNC) development and intelligent-automation services. The strategic acquisition creates a global digital product engineering services powerhouse with INR 20,600M (~$240M) revenue and INR 3,800M (~$45M) EBITDA, offering engineering, deployment, and management of enterprise-scale fleets of AI agents under a single, governed platform. Novigo has been growing strongly and delivered 44% revenue CAGR over the last three years with 25% EBITDA margin and healthy free cash flow. The upfront cash consideration for the transaction is INR 400 cr, with an additional stock consideration linked to future EBITDA achievement. The acquisition will be EPS accretive for R Systems since year 1. This strategic move positions R Systems well to address the evolving market landscape, as enterprises rea...

Microsoft adds Copilot-powered debugging features for .NET in Visual Studio

Microsoft has been adding several new diagnostics features to Copilot in Visual Studio for .NET to make the debugging process easier. “The same tools you rely on are now able to keep up with you, identify issues more quickly, offer context-smart fixes, and help you move from asking ‘why is this broken?’ to ‘oh, I see and here’s the fix’ in a fraction of the time,” Harshada Hole, senior product manager for Visual Studio Debugging, Profiling, and Diagnostics, wrote in a blog post . Copilot can now suggest appropriate locations for breakpoints and tracepoints based on current context. Similarly, it can troubleshoot non-binding breakpoints and walk developers through the potential cause, such as mismatched symbols or incorrect build configurations. Another new feature is the ability to generate LINQ queries on massive collections in the IEnumerable Visualizer, which renders data into a sortable, filterable tabular view. For example, a developer could ask for a LINQ query that will sur...

GitHub Copilot’s coding agent can now be launched from anywhere on platform using new Agents panel

GitHub has added a new panel to its UI that enables developers to invoke the Copilot coding agent from anywhere on the site. The coding agent was launched a few months ago, allowing developers to assign an issue to it and have it work in the background and create a draft pull request. The functionality was limited to GitHub Issues, but now developers will be able to delegate a task to the agent from any page on GitHub’s site. According to the company, this new Agents panel is “your mission control center for agentic workflows on GitHub.” From the panel, developers can assign background tasks, monitor running tasks, or review pull requests. The panel is a lightweight overlay on GitHub.com, but developers can also open the panel in full-screen mode by clicking “View all tasks.” The agent can be launched from a single prompt, like “Add integration tests for LoginController” or “Fix #877 using pull request #855 as an example.” It can also run multiple tasks simultaneously, such as “Ad...

Black Duck Security GitHub App, NuGet MCP Server preview, and more – Daily News Digest

Black Duck adds new security app to GitHub Marketplace The Black Duck Security GitHub App enables static application security testing (SAST) and software composition analysis (SCA) scans in GitHub repositories. Scans are triggered automatically by code commits and pull requests, and results are added as comments to the pull request if issues are detected. It also provides automated fix pull requests for vulnerable dependencies, customizable policy enforcement, and automated SARIF report integration with GitHub Advanced Security Dashboards. Preview of NuGet MCP Server now available Last month, Microsoft announced support for building MCP servers with .NET and then publishing them to NuGet. Now, the company is announcing an official NuGet MCP Server to integrate NuGet package information and management tools into AI development workflows. “Since the NuGet package ecosystem is always evolving, large language models (LLMs) get out-of-date over time and there is a need for something th...

Opsera’s Codeglide.ai lets developers easily turn legacy APIs into MCP servers

Codeglide.ai , a subsidiary of the DevOps company Opsera, is launching its MCP server lifecycle platform that will enable developers to turn APIs into MCP servers. The solution constantly monitors API changes and updates the MCP servers accordingly. It also provides context-aware, secure, and stateful AI access without the developer needing to write custom code.   According to Opsera, large enterprises may maintain 2,000 to 8,000 APIs — 60% of which are legacy APIs — and MCP provides a way for AI to efficiently interact with those APIs. The company says that this new offering can reduce AI integration time by 97% and costs by 90%. “AI can’t deliver its full potential if your APIs are stuck in the past,” said Kumar Chivukula, Co-founder and CEO at Opsera. “Enterprises are struggling to connect their data to AI models because today’s APIs weren’t built for context, memory, or intent. Codeglide.ai changes that by delivering a continuous MCP server lifecycle platform that seaml...

Stop writing tests: Automate fully with Generative AI

For decades, software testing has been built on a simple idea: humans write tests, machines run them. That model has persisted since the first commercial recorders appeared in the mid-1990s. Testers would record a flow, edit a script, maintain it as the application evolved, and repeat the cycle endlessly. Tools improved incrementally, but the basic process remained frozen in time. Now consider the near future, and in some organizations, the present, where the entire process after business requirements are defined is performed by generative AI. No recorder. No script writer. No armies of QA engineers. Just AI transforming requirements into test cases, test cases into executable scripts, and scripts into immense application coverage. This is not science fiction. It is the trajectory of QA. Why Recorders Belong in a Museum Recorders were useful in 1995 because they offered an alternative to writing raw code. They captured user actions, saved them as a script, and allowed reruns. But t...

BrowserStack launches Chrome extension that bundles 10+ manual web testing tools

Testing company BrowserStack has announced a new Chrome extension called Testing Toolkit that includes 11 different manual web testing tools.  According to the company, manual web testing has been very fragmented, and QA teams are often switching between multiple different apps and accounts, leading to unnecessary context switching and lost time.  The Testing Toolkit acts as a single tool to tackle the work of many, spanning the entire testing life cycle, including setup, execution, and bug reporting. The 11 tools include: Live cross-browser testing across 3,500 browsers Responsiveness testing Accessibility testing The ability to overlay Figma designs on a webpage to discover visual differences Bug reporting with automated screenshots, console logs, network data, and system information AI powered test generation Cookie manager for searching, adding, editing, and deleting cookies Cache manager to control what gets cleared and over what time period JSON formatter ...

This week in AI dev tools: Claude Sonnet 4’s larger context window, ChatGPT updates, and more (August 14, 2025)

Anthropic expands Claude Sonnet 4’s context window to 1M tokens With this larger context window, Claude can process codebases with 75,000+ lines of code in a single request. This allows it to better understand project architecture, cross-file dependencies, and make suggestions that fit with the complete system design. Longer context windows are now in beta on the Anthropic API and Amazon Bedrock, and will soon be available in Google Cloud’s Vertex AI.  For prompts over 200K tokens, pricing will increase to $6 / million tokens (MTok) for input and $22.50 / MTok for output. The pricing for requests under 200K tokens will be $3 / MTok for input and $15 / MTok for output.  The company also extended its learning mode designed for students into Claude.ai and Claude Code. Learning mode asks users questions to guide then through concepts instead of providing immediate answers, to promote critical thinking of problems. OpenAI adds GPT-4o as a legacy model in ChatGPT With this ...

Sentry launches MCP monitoring tool

Application monitoring company Sentry is making it easier to gain visibility into MCP servers with the launch of a new monitoring tool.  With MCP monitoring , developers can understand things like which clients are experiencing errors, which tools are most used, or which tools are running slow. They can also correlate errors with events like traffic spikes or new release deployments, or figure out if errors are only happening on one type of transport.  According to Cody De Arkland, head of developer experience at Sentry, when Sentry launched its own MCP server, it was getting over 30 million requests per month. He said that at that scale, it’s inevitable that errors will occur, and existing monitoring tools were struggling with MCP servers. “We needed to know things like traffic load and AI client usage, which tools were getting called the most, which were slow or failing, and which inputs were causing things to break. We needed to know all of this without relying on users ...

InstallAware Launches Setup Virtualization Technology “Project OS/3,” Running Windows Binaries Directly on Linux and macOS

San Francisco, CA, August 12, 2025 – Install Aware Software, the technology leader in software installation, repackaging, and virtualization solutions for app developers and enterprises, has launched codename “Project OS/3,” an installation virtualization framework built upon InstallAware’s two decades of excellence with platform native installation technologies spanning Linux, macOS, and Windows. “We’re standing on the shoulders of giants,” says John Gaver, Director of InstallAware Skunkworks. “Project OS/3 would not have been possible without three decades of Wine, two and a half decades of Lazarus, and two decades of InstallAware for Windows Installer itself. Our efforts at Skunkworks in bringing all of this together would pale in comparison, seeing as we’ve barely outgrown our toddler phase!” While Wine has long provided the capability to run Windows apps on Linux and macOS, it is technically demanding to get working properly. That is to say nothing of the setups of the Windows ...

Progress Software Announces General Availability of MarkLogic Server 12 and Breakthrough Results with Semantic RAG

Las Vegas—August 12, 2025— Progress Software (Nasdaq: PRGS), the trusted provider of AI-powered digital experience and infrastructure software, today announced at Ai4 2025 the general availability of Progress® MarkLogic® Server 12 . This latest release introduces advanced semantic search and graph Retrieval-Augmented Generation (RAG) capabilities, empowering organizations to ground generative AI in their own trusted data—delivering more accurate, secure and context-aware results. Unlike other solutions, MarkLogic Server 12 enables scalable, rapid, cost-effective retrieval, on-premises or in the cloud. Key features include native vector search, Virtual Views for ad-hoc analysis, BM25 relevance ranking and advanced semantic algorithms, all designed to maximize retrieval accuracy and efficiency for enterprise generative AI and analytics. Global research institutions and public sector organizations are already leveraging Progress’ semantic search and graph RAG capabilities to extract d...

Google’s coding agent Jules get critique functionality

Google is enhancing its AI coding agent, Jules, with new functionality that reviews and critiques code while Jules is still working on it.  “In a world of rapid iteration, the critic moves the review to earlier in the process and into the act of generation itself. This means the code you review has already been interrogated, refined, and stress-tested … Great developers don’t just write code, they question it. And now, so does Jules,” Google wrote in a blog post .  According to the company, the coding critic is like a peer reviewer who is familiar with code quality principles and is “unafraid to point out when you’ve reinvented a risky wheel.” For instance, it might flag a patch that passed all tests but introduced a logic error, a change that compiles but drops a required field, or code that works but is inefficient.  This capability is different from a linter or test because it doesn’t follow specific rules or validate specific assertions. Rather, it understands th...

bitHuman launches SDK for creating AI avatars

AI company bitHuman has announced a visual SDK for creating avatars for use as chat agents, instructors, virtual coaches, companions, and experts in different fields.  According to the company, the SDK allows avatars to be created on Arm-based and x86 systems without a GPU. The avatars have a small footprint and can be run online or offline on devices like Chromebooks, Mac Minis, and Raspberry Pis.  Because of their small footprint, these characters can be brought to a wide range of environments, including classrooms, kiosks, mobile apps, or edge devices.  “Running AI in the cloud can be a challenge in certain scenarios due to privacy, latency or cost,” said Parag Beeraka, senior director of consumer computing at Arm. “bitHuman’s SDK takes full advantage of Arm’s CPU performance and widespread adoption to deliver rich, responsive avatars, showing how on-device AI is unlocking new, immersive user experiences.” The SDK can also be used with the LiveKit plugin so that de...

GitHub’s CEO Thomas Dohmke steps down, triggering tighter integration of company within Microsoft

GitHub’s CEO Thomas Dohmke has announced his plans to leave the company at the end of the year.  Dohmke says he will be staying with the company through the end of the year to help with the transition. When he leaves GitHub, he plans to build a new startup. “After all this time, my startup roots have begun tugging on me and I’ve decided to leave GitHub to become a founder again,” he wrote in a memo .  In the memo, he also said that Microsoft doesn’t plan to replace him; rather, GitHub and its leadership team will now operate under Microsoft’s CoreAI organization, a group within the company focused on developing AI-powered tools, including GitHub Copilot.  “Today, GitHub Copilot is the leader of the most successful and thriving market in the age of AI, with over 20 million users and counting,” he wrote. “We did this by innovating ahead of the curve and showing grit and determination when challenged by the disruptors in our space. In just the last year, GitHub Copilo...