Internet & Software Tips

News roundup: May 21, 2026 – Camunda, Hadrian, Devart

Camunda announces ProcessOS, an AI-first business transformation operating system

Agentic orchestration platform provider announced ProcessOS, a new intelligence layer that the company says is leading to a “massive redesign” of processes and associated workflows.

According to the company, beyond just AI job assistance, companies will have to rethink what tasks should be done, and whether agents or humans should do them. “Simply incorporating AI into legacy processes entails technical and organizational debt, adding complexity, vulnerability, and cost. AI-first process transformation must work backward from results, not forward from what is happening now,” Camunda wrote in his announcement.

Designed for enterprise deployments, ProcessOS ensures full governance and control:

  • Design verification: visual process models that clearly show what steps AI performs, under what conditions, and which steps involve humans
  • Someone in the loop for any change: All process changes are reviewed and approved by people before they reach the product
  • Built-in reuse and learning: ProcessOS prioritizes patterns of authorized processes and interfaces, evolving with each human feedback loop

ProcessOS runs natively on AWS, with deep integration into Amazon Bedrock and Amazon Bedrock AgentCore for underlying models, agent memory, identity, and gateway services. Camunda is available on the AWS Marketplace with production-ready references for Amazon EKS, ECS, and EC2.

ProcessOS is available in closed beta for select businesses starting today. Organizations can register their interest to participate at camunda.com/process-os.

Hadrian Releases OpenHack, Democratizing AI Vulnerability Discovery

Hadrian released OpenHack, an open source AI-powered source code review tool that works within Claude Code, Codex, and Cursor.

The temptation when giving a solid LLM a codebase is to allow it to evolve. “Read this repo and tell me what’s at stake.” It will reveal something. The output will be a mixture of audible bugs, forgotten bugs, mis-explained real bugs, and the occasional sharp insight. Experimenting takes longer than learning the code yourself.

We found two failure modes driving most of that noise:

  1. Unchecked commands. The agent does not know which question to answer, so it answers all with low confidence.

  2. Self-discovery. The same agent that proposed the bug decides whether the bug is real. There is no independent check.

OpenHack’s workflow is designed to fix those two things. The review is the first case: each unit of the agent’s work is one routing unit, one expert, and one proof question. And the agent proposing the acquisition is not the agent agreeing.

How OpenHack works:

  • Context-based scope. Every unit of work is one routing unit, one expert, and one proof question. There is no unconfirmed advice asking the model to find anything wrong.

  • Independent decision. The agent proposing the acquisition is not the agent agreeing. A separate triage agent reviews each candidate against the original evidence before a finding is recorded.

  • A testable artifact route. Outputs, status backlogs, expert results, decisions, and findings all live as blank files on disk. The full review can be studied end to end.

  • Harness-agnostic, model-agnostic. Works within Codex Claude, Codex, or Cursor, or any model supported by the harness.

OpenHack is available immediately at github.com/hadiriansecurity/openhack under the MIT license.

Devart releases dbForge 2026.1

Devart, a developer of database management and development solutions, has announced the release of dbForge 2026.1a major update of AI-powered database development solutions that introduces improved AI SQL generation and extensibility. PostgreSQL design and development skills.
dbForge 2026.1 introduces major enhancements to PostgreSQL across the board dbForge Studio for PostgreSQL again dbForge Edge. The release brings an improved SQL editor, syntax highlighting within code blocks enclosed in dollar quotes, index name suggestions, and document tab improvements. Studio now includes a virtual Query Builder and has the ability to compare schema and synchronization capabilities. There’s also a new PostgreSQL Table Editor for managing columns, primary and foreign keys and other table structures without having to write SQL by hand.

dbForge’s AI-powered skills include the following:

  • Natural language conversion to SQL

  • Context-aware SQL query execution

  • Developing pre-written SQL queries

  • Finding unwanted or missing references

  • Detailed SQL information

  • Error analysis and troubleshooting

  • Integrated AI discussion of database and SQL related queries.

dbForge 2026.1 is available today with dbForge Edge, dbForge SQL Server Studio, dbForge Studio for PostgreSQL, dbForge Studio for MySQL, dbForge Studio for Oracle, and other products that are part of the dbForge ecosystem. Customers with an active subscription can receive this update immediately. New users can test the latest features with a free trial available on Devart’s official website.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button