OpenAI cures structured data headache for developers

OpenAI has unveiled "Structured Outputs", a new API feature designed to address the long-standing challenge of reliably generating structured data from large language models (LLMs). The feature, available now, guarantees that model-generated outputs will adhere to developer-defined JSON Schemas.

Generating structured data from unstructured input is a cornerstone of many AI applications today. Developers leverage the OpenAI API to build sophisticated assistants capable of fetching...

OpenAI slashes AI costs with high-performance GPT-4o mini

OpenAI has announced GPT-4o mini, a small model designed to make AI more accessible and affordable for developers. This new addition to the GPT family promises superior performance at a fraction of the cost of previous models, including the regular GPT-4o .

GPT-4o mini still boasts impressive capabilities, scoring 82% on the MMLU benchmark and outperforming GPT-4 on chat preferences in the LMSYS leaderboard. The model is priced at just 15 cents per million input tokens and 60...

Judge dismisses majority of GitHub Copilot copyright claims

A judge has dismissed the majority of claims in a copyright lawsuit filed by developers against GitHub, Microsoft, and OpenAI.

The lawsuit was initiated by a group of developers in 2022 and originally made 22 claims against the companies, alleging copyright violations related to the AI-powered GitHub Copilot coding assistant.

Judge Jon Tigar's ruling, unsealed last week, leaves only two claims standing: one accusing the companies of an open-source license violation and...

Xbox and Inworld AI forge game-changing alliance

Xbox has unveiled a partnership with Inworld AI aimed at transforming game development using AI-powered tools.

In a blog post, Haiyan Zhang, General Manager of Gaming AI at Xbox, reflected on the evolution of gaming AI from the days of Ms Pac-Man to the present. Zhang highlighted the transformative potential of modern AI in creating living worlds, dynamic narratives, and intricate characters.

While traditional rule-based AI set the foundation, the integration of Large...

Bing Chat will be available to third-party browser developers

Microsoft has unveiled plans to make Bing Chat available to developers of third-party web browsers.

“With so many new, useful features now a part of Bing, we’re excited to announce you can start experiencing the new AI-powered Bing in third-party browsers on web and mobile soon,” Microsoft wrote in a blog post.

Bing Chat, which is powered by OpenAI’s GPT-4 large language model, was launched six months ago. After initially facing challenges and criticisms, it has...

OpenAI removes the GPT-4 API waitlist

OpenAI has announced that its GPT-4 API is now available to all paying customers.

The API has been under closed testing since its launch in March. Developers can integrate OpenAI's large language model (LLM) into their own products for uses such as summarisation, coding assistance, analysis, and composition.

OpenAI has also introduced updates to chat-based models, announced a shift from the Completions API to the Chat Completions API, and outlined plans for the...

BUILD 2023: Microsoft wants every Windows dev ‘to be an AI developer’

Microsoft announced significant investments in tools during BUILD 2023 to democratise app development for the AI era on Windows.

Regardless of the architecture you're developing for, be it x86/x64 or Arm64, Microsoft wants to ensure that developers can easily integrate AI-powered experiences into their Windows apps, whether they run on the cloud or at the edge.

At the Build conference last year, Microsoft introduced Hybrid Loop, a development pattern that enables hybrid...

OpenAI threatens GPT4Free project with lawsuit 

OpenAI has reportedly sent a letter to a European computer science student who runs the GPT4Free project on GitHub, demanding that he takes the project down within five days or face a lawsuit.

GPT4Free provides free access to the GPT4 and GPT3.5 models by funnelling the queries through sites like You.com, Quora, and CoCalc, and giving back the answers.

All of the sites GPT4Free uses pay OpenAI fees to use its large language models, and the scripts mean that those sites...

ChatGPT-generated code is often insecure

OpenAI's large language model, ChatGPT, is capable of generating code but produces insecure code without alerting users to its inadequacies, according to research by computer scientists from the Université du Québec in Canada.

The researchers asked ChatGPT to generate 21 programs in five programming languages to illustrate specific security vulnerabilities such as memory corruption, denial of service, and improperly implemented cryptography.

ChatGPT produced only five...

Copilot X heralds a new era of AI-powered coding

GitHub has unveiled Copilot X, an upgraded version of its AI-powered coding assistance tool.

Copilot X adopts OpenAI’s latest GPT-4 model and now features chat and voice interfaces, support for pull requests, command-line support, and can generate answer questions from documentation:

https://twitter.com/marktenenholtz/status/1638549603753795584

Unlike traditional coding assistance tools that rely on simple code templates or pre-defined snippets, Copilot X uses...