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


Camunda announces ProcessOS, an agentic operating system for AI-first enterprise transformation

Agentic orchestration platform provider has announced  ProcessOS, a new intelligence layer that the company says leads into “the great re-engineering” of processes and concurrent workflows.

According to the company, to move past mere AI task assistance, companies will need to rethink about which tasks should be done, and whether agents or humans should perform them. “Just bolting AI onto legacy processes compounds technical and organizational debt, adding complexity, fragility, and cost. AI-first process transformation must work backwards from outcomes, not forward from current reality,” Camunda wrote in its announcement.

Built for enterprise deployment, ProcessOS ensures full governance and control:

  • Verification by design: visual process models clearly show which steps are performed by AI, under which conditions, and which steps involve humans
  • Human in the loop for any change: every process modification is reviewed and approved by humans before it reaches production
  • Re-use and learning built in: ProcessOS prioritizes approved process patterns and connectors, improving with each human feedback loop

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

ProcessOS is available in closed beta for selected enterprises beginning today. Organizations can register their interest to participate at camunda.com/process-os.

Hadrian Releases OpenHack, Democratizing AI Vulnerability Discovery

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

The temptation when you give a strong LLM a codebase is to let it improvise. “Read this repo and tell me what’s vulnerable.” It will produce something. The output will be a mixture of plausible bugs, hallucinated bugs, real bugs explained wrongly, and the occasional sharp insight. Triage takes longer than just reading the code yourself.

We’ve found two failure modes drive most of that noise:

  1. Unscoped prompts. The agent doesn’t know what question it’s answering, so it answers all of them at low confidence.

  2. Self-graded findings. The same agent that proposed the bug decides whether the bug is real. There’s no independent check.

The workflow of OpenHack is designed around fixing those two things. Reviews are scenario-first: every unit of agent work is exactly one routing unit, one expert, and one proof question. And the agent that proposes a finding is not the agent that admits it.

How OpenHack works:

  • Scenario-based scoping. Every unit of work is one routing unit, one expert, and one specific proof question. No unscored prompts asking the model to find anything wrong.

  • Independent triage. The agent that proposes a finding is not the agent that admits it. A separate triage agent reviews each candidate against the original evidence before it becomes a recorded finding.

  • Inspectable artifact trail. Recon output, scenario backlogs, expert results, triage decisions, and findings all live as plain files on disk. The full review is auditable end to end.

  • Harness-agnostic, model-agnostic. Runs inside Claude Code, Codex, or Cursor, with any model the harness supports.

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

Devart releases dbForge 2026.1

Devart, a developer of database management and development solutions, has announced the release of dbForge 2026.1, a major update to its AI-powered database development solutions that introduces improved AI SQL generation and augmented PostgreSQL design and development capabilities.
dbForge 2026.1 introduces major PostgreSQL development enhancements across dbForge Studio for PostgreSQL and dbForge Edge. The release brings an enhanced SQL Editor, syntax highlighting within code blocks enclosed in dollar quotes, index name suggestions, and document tab improvements. The studio now includes a visual Query Builder and has schema comparison and synchronization capabilities. There is also a new Table Editor for PostgreSQL for management of columns, primary and foreign keys and other table properties wihtout having to write SQL manually.

The AI-powered capabilities of dbForge include the following:

  • Conversion of natural language to SQL

  • Context-aware SQL query generation

  • Optimization of pre-written SQL queries

  • Detection of redundant or missing indexes

  • Detailed SQL explanations

  • Error analysis and troubleshooting

  • Integrated AI chat for questions related to databases and SQL.

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

Latest articles

spot_imgspot_img

Related articles

Leave a reply

Please enter your comment!
Please enter your name here

spot_imgspot_img