Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: operator Clear Filter

ChatGPT can now browse and perform web-based tasks for you

In a quick live stream today, OpenAI announced ChatGPT agent, which improves on its promising, but limited Operator feature announced a few months ago. Here’s how it works Operator meets Deep Research What OpenAI did was combine Operator, which already had agentic browsing capabilities, and Deep Research, which can quickly consume, understand, and infer on website content. The result is an agent that gets spun up on a virtual machine when you assign it a task, and then it just… goes. It can

OpenAI unveils ‘ChatGPT agent’ that gives ChatGPT its own computer to autonomously use your email and web apps, download and create files for you

Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now OpenAI isn’t letting the delay of its open source AI model slow it down on shipping other features. Today, the company is unveiling ChatGPT agent, a feature that allows its AI chatbot to autonomously browse the web, conduct extensive research, download and create new files for its human users using its own virtual computer. Come again? Ch

I Let AI Agents Plan My Vacation—and It Wasn't Terrible

The worst part of travel is the planning: the faff of finding and booking transport, accommodation, restaurant reservations—the list can feel endless. To help, the latest wave of AI agents, such as OpenAI’s Operator and Anthropic’s Computer Use claim they can take these dreary, cumbersome tasks from befuddled travelers and do it all for you. But exactly how good are they are digging out the good stuff? What better way to find out than deciding on a last-minute weekend away. I tasked Operator, w

Interesting Bits of Postgres Grammar

I’ve been working on Squawk for a while, it’s a linter for PostgreSQL, and it now uses a handmade parser. So let’s explore some interesting bits from the Postgres grammar. Custom Operators Very few operators are defined in the grammar itself and lots of Postgres features rely on custom operators. For example, Postgres uses <-> for comparing geometric types, along with a whole host of others: ## , @-@ , # , @> , <@> , &< , &> , |>> , |<< , <^ , >^ , ?- , ?| , ?|| , ~= . Note: custom operator

ChatGPT's AI agent Operator is now available for most Pro users

It's now out for most regions where ChatGPT is also available, though the EU isn't included. Operator is now out in Australia, Brazil, Canada, India, Japan, Singapore, South Korea, the UK and most places where ChatGPT is also available, OpenAI has announced. The company launched Operator in the US back in January, introducing it as an "agent that can go to the web to perform tasks" for the user. Operator can handle various browser-based tasks for users, such as filling out forms, making restaur

OpenAI rolls out its AI agent, Operator, in several countries

OpenAI said on Friday that it is rolling out Operator — its AI agent that can perform tasks on behalf of users — for ChatGPT Pro subscribers in Australia, Brazil, Canada, India, Japan, Singapore, South Korea, the U.K., and more countries. OpenAI said Operator will be available in most places where ChatGPT is available, apart from the EU, Switzerland, Norway, Liechtenstein, and Iceland. Operator, which launched in January in the U.S., is one of several “AI agent” tools on the market that can be

Build your own SQLite in Rust, Part 5: Evaluating queries

In the previous posts, we've explored the SQLite file format and built a simple SQL parser. It's time to put these pieces together and implement a query evaluator! In this post, we'll lay the groundwork for evaluating SQL queries and build a query evaluator that can handle basic SELECT statements. While our initial implementation won't support filtering, sorting, grouping, or joins yet, it will give us the foundation to add these features in future posts. As usual, the complete source code for

Topics: db let operator page self