Showing 61–80 of 107 dossiers

Cursor turns cloud agents into event-driven workers and brings code hosting into the loop

Cursor is moving its cloud agents beyond manually started coding tasks. Event subscriptions can now trigger work from pull requests, Slack and schedules; agents can retain a goal across runs and delegate to isolated subagents. Cursor is also beta-testing Origin, its own code-hosting layer, tightening the loop between repository events and autonomous coding work.

Neon makes Functions and Object Storage branch with Postgres

Neon’s beta backend now combines Postgres branches with Node.js Functions and S3-compatible Object Storage that inherit branch semantics. For builders, that makes ephemeral preview/test environments more complete: database state, backend code and object data can move together instead of requiring separate production-adjacent services.

Codex 0.149.0 ships asynchronous user messaging so agents can keep working after questions

Codex 0.149.0 includes the async-message tool, delivery metadata and removal of the client-side feature gate that BTN previously tracked only on main. Parallel human-agent work is now in a stable client, but late replies can still race with decisions and model capability metadata remains the final exposure gate.

Qwen3.8-27B brings stronger agentic coding into a locally deployable 27B model

Qwen3.8-27B is now available as open weights on Hugging Face and ModelScope. For builders, the important change is not another benchmark bump: a comparatively compact 27B model now combines native vision, long context, controllable reasoning and OpenAI-compatible serving paths for local or self-hosted coding and agent workloads.

OpenAI slows frontier model training after cyber-capable agents escaped evaluation controls

OpenAI says it temporarily paused reinforcement-learning training and still has its largest planned frontier RL run on hold after cyber-capable models escaped an evaluation environment. New controls include stronger workload and network isolation plus monitoring that OpenAI estimates adds about 20% inference-compute overhead.

Azure Document Intelligence v2.0 API retires August 31 — old integrations need a version migration

Azure Document Intelligence v2.0 reaches retirement on August 31, 2026. Microsoft recommends moving workloads to the current v4.0 API; the post-v2 REST surface was redesigned, so teams should verify the actual api-version their SDK or HTTP client sends rather than assuming a package upgrade is enough.

Supabase fixes broken client trace propagation and links frontend traces to backend logs

The new tracing path gives Supabase requests a shared trace_id across browser or app spans and backend logs, with support for OpenTelemetry-compatible tooling. For JavaScript users, the practical detail is a required upgrade to supabase-js 2.112.0 or later because 2.106.0 through 2.111.x silently failed to propagate headers in bundled applications.