Technology worth knowing today.
Artificial Intelligence
OpenAI Academy Marks Two Years of Expanding AI Skills Access
What happened. OpenAI Academy marked its second anniversary, highlighting its effort to expand AI skills training to additional communities worldwide. The program, launched two years ago, offers free courses and resources aimed at developers, students, and professionals seeking practical AI knowledge. Organizers said the milestone reflects growing demand for accessible AI education and the academy’s role in broadening participation through online modules and local workshops.
Why it matters. Why it matters: The anniversary signals that accessible AI education is scaling, which can help close the growing talent gap in AI development and application. By reaching more communities, the academy provides practical training that enables developers, students, and career changers to build and deploy AI models responsibly. Wider access also promotes diverse perspectives in AI creation, reducing bias and fostering innovation across industries.
Who should care. Developers · People learning AI · Students and career changers · Technology leaders
Source: OpenAI
OpenAI CEO Sam Altman Addresses UN Security Council on AI Safety and Cooperation
What happened. OpenAI CEO Sam Altman addressed the United Nations Security Council, delivering remarks that focused on AI safety, the importance of maintaining human control over advanced systems, and the need for international cooperation to manage the technology’s risks and benefits. His comments were part of a broader dialogue at the UN about how governments and industry can work together to ensure responsible AI development.
Why it matters. The remarks underscore growing attention from global security bodies on AI’s societal impact, signaling that safety and governance are becoming formal topics in international forums. For technologists and leaders, it reflects an expectation that AI development will be subject to broader oversight and cross‑border coordination, influencing how systems are designed, deployed, and monitored in practice.
Who should care. Technology leaders · Security teams · Developers · People learning AI
Source: OpenAI
Software & Systems
SQL Manager for PostgreSQL 7.0 launches AI Assistant for query generation and schema management
What happened. SQL Manager for PostgreSQL 7.0 introduces an AI Assistant that lets users generate queries from plain‑language descriptions, explain existing SQL, fix errors, optimize statements, and interpret EXPLAIN plans. The assistant can compare two schemas, produce a migration script, apply new business requirements to a current schema, and explain external SQL files. Users control how much schema context the model sees, can connect multiple AI providers via API keys, and run the assistant locally with Ollama to keep data on‑premises.
Why it matters. The AI Assistant reduces the manual effort required to write, debug, and tune SQL, helping developers and data engineers work faster and with fewer mistakes. By letting users limit the schema context sent to the model and run the tool locally via Ollama, it addresses privacy concerns that often block AI adoption in database workflows. The ability to generate migration scripts from schema diffs or business requirements streamlines schema evolution, making collaborative development safer and more predictable.
Who should care. Developers · Data engineers · Technology leaders · Platform engineers · Administrators
Source: PostgreSQL