SShortSingh.
Back to feed

OpenAI Launches GPT-6 Astra With Phased Rollout Across ChatGPT, API, and Cloud Platforms

0
·2 views

OpenAI has announced GPT-6 Astra, its new flagship AI model, with a staged release beginning September 3, 2026. The model is designed to deliver stronger performance in areas such as computer use, web browsing, software engineering, cybersecurity, and professional tasks. OpenAI says Astra combines advances in pre-training, reinforcement learning, and alignment, and reports improvements over its previous model, GPT-5.6 Sol, on select benchmarks. Access will initially be limited before expanding to ChatGPT Plus, Pro, Business, and Enterprise subscribers, as well as through the OpenAI API, Microsoft Azure, and AWS Bedrock. Full pricing details and platform-specific controls have not yet been disclosed.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

IonQ Launches Superion 256, a Rack-Compatible Quantum System Built for Mass Production

IonQ has unveiled the Superion 256, its sixth-generation quantum computing platform, designed to move quantum hardware from laboratory settings into commercial data centers. Built using trapped-ion technology and standard semiconductor fabrication in partnership with foundry SkyWater, the system fits within a standard server rack and consumes less power than a typical GPU rack. The shift to foundry-based production cut the design cycle from nine months to two months, enabling twelve times more wafer lots to be processed in a six-month period. The platform uses Electronic Qubit Control to manage qubits directly on-chip, replacing complex laser systems with standardized electronics. IonQ also has the Superion 10K in development, which aims to integrate CMOS technology onto the quantum chip and scale toward millions of qubits using the same underlying architecture.

0
ProgrammingDEV Community ·

Myna 0.15.0 adds self-update command with checksum verification and safe staging

The myna CLI tool has released version 0.15.0, introducing a built-in 'myna update' command that allows the binary to update itself in place. The update process performs numerical version comparison to avoid ordering errors, selects the correct architecture-specific build before downloading, and verifies the file against published SHA256 checksums before installation. To ensure safety, the new binary is staged in the destination directory and atomically renamed over the existing file, leaving the original untouched if a download fails. A '--check' flag exits with code 1 when an update is available, enabling scriptable cron-based checks, while '--version' allows installing any specific release in either direction. Users on version 0.14.0 or earlier must still use the curl installer for the initial upgrade to 0.15.0, after which 'myna update' becomes the standard upgrade path.

0
ProgrammingDEV Community ·

Confluence Cloud Cannot Sum Table Columns — Here Are Your Three Workarounds

Confluence Cloud's standard tables have no formula engine, meaning any totals must be entered manually and will not update automatically when values change. Confluence Databases, a newer structured-data feature, do support aggregate calculations such as Sum, Average, Min, and Max at the bottom of number fields, but are unavailable in Atlassian Government environments. Neither tables nor databases support per-row calculated columns, such as multiplying price by quantity, and open feature requests for this capability remain unresolved. Teams needing calculated columns within Confluence can turn to third-party Marketplace apps, which offer spreadsheet-like behaviour including computed rows and grouped sums, though these come with additional licensing costs. Choosing the right approach depends on how frequently data changes and whether the content is a structured list of records or a custom-shaped layout.

0
ProgrammingDEV Community ·

189 Automated Tests Added for XLS-56 Batch Transaction Feature on XRPL

A comprehensive automated test suite covering the Batch transaction feature (XLS-56) has been developed, comprising 189 individual test cases. The tests are organized into six categories, including execution modes, multi-account and multi-sign scenarios, security and adversarial checks, and cross-feature interactions. Key execution modes tested include all-or-nothing, only-one, until-failure, and independent batch processing. The suite validates edge cases such as atomic swaps, ticket-based transactions, deep rollbacks, fee calculations, and adversarial exploit attempts. This coverage aims to ensure correctness, security, and reliability of the Batch transaction feature before broader deployment.