Loading prices…
STKR NewsSTKR News0 of 3 free this month
AI

Red Flag? OpenAI's Agentic ChatGPT Work Signs Into Your Accounts Without You

OpenAI is rolling out agentic features that can log into your accounts and perform tasks autonomously, raising new questions about security and builder responsibility.

Originally on Decrypt
AB

Adrian Boysel

Contributor

Aug 27, 2026

4 min read

Photo illustration / STKR News

The Hands-Off Era Arrives

For the last two years, we have been stuck in the chat box. You type a prompt, you get a response, and then you figure out how to copy-paste that into your actual workflow. OpenAI is finally moving past that stage with their latest push into agentic workflows. They want ChatGPT to do more than just talk; they want it to log in, click buttons, and finish the job while you are off grabbing coffee.

The latest updates suggest a system where the AI doesn't just suggest code or write emails—it enters your environment. The core promise is simple: the model can access your accounts, maintain sessions, and execute multi-step tasks without requiring you to sit there and babysit every single click. It sounds like the founder's dream of automation, but it comes with a massive set of architectural trade-offs that every builder needs to look at closely.

The Password Problem

OpenAI is being very specific about how this works. They claim the model itself never actually sees your plaintext passwords. Instead, it uses a delegated access system. You authenticate, and the session persists across the tasks you assign to the agent. This is a subtle but vital distinction for those of us building in this space. If the model does not have the password, the risk of a prompt injection attack resulting in a leaked credential is theoretically lowered.

However, the risk shifts from the credential to the session itself. If an agent has a live session to your banking or your GitHub repository, it doesn't need your password to cause damage. It just needs a persistent connection and a set of instructions that might go sideways. For builders, this is the real frontier. We are moving from protecting data at rest to protecting agents in motion.

What This Means for Developers

If you are building on top of these models, the "agentic" shift changes your roadmap. We are no longer just building better prompts; we are building sandboxes. When an agent can sign into an account without a human present for every interaction, the UI/UX needs to move from "input-output" to "monitor-and-interrupt."

I have seen a lot of founders get excited about full autonomy, but the reality is usually messier. If an agent encounters a CAPTCHA, a 2FA prompt, or a UI change it doesn't recognize, the system needs a way to fail gracefully. OpenAI is trying to bridge that gap, but as someone who has lived through enough software cycles, I know that "persistent sessions" is often just another way of saying "new attack surface."

The Trust Gap

We have to talk about the skepticism factor. Asking a user to let an AI log into their accounts is the ultimate trust exercise. OpenAI has the scale to push this through, but smaller startups might find it harder to convince users to hand over the keys to their digital lives. The current implementation relies on the idea that the AI is a reliable executor of intent.

But intent is fickle. If I tell an agent to "clean up my inbox," and it decides that deleting everything unread is the most efficient way to achieve that goal, it has technically succeeded while failing the user. When you add account-level access to that equation, the stakes for "hallucination" move from a funny wrong answer to a potentially catastrophic data loss event.

Builders: Start With Constraints

If you are looking at integrating these kinds of agentic features, my advice is to build with extreme constraints. Do not give an agent the ability to do everything at once. Use scoped permissions. If your agent needs to post to X, it shouldn't have access to the user's DMs. If it needs to read a Google Doc, it shouldn't have permission to delete the entire Drive.

OpenAI is setting the pace here, but they are also taking the biggest risks. They are betting that the convenience of an agent that works while you sleep will outweigh the fear of an agent that makes a mistake while you are not looking. As builders, we should be watching the failure states of these new features more closely than the success stories.

The Takeaway

The transition from LLM to Agent is the most significant shift in the AI space since the release of GPT-4. It turns the AI from a consultant into a worker. The fact that ChatGPT can now maintain account sessions and work autonomously is a massive technical milestone, but it is also a reminder that our security models are drastically outdated for a world where software acts on our behalf.

The goal isn't just to make the AI smarter; it is to make the AI more predictable. Until we can guarantee that an agent won't wander off-script once it has been granted access to our accounts, we are all basically beta testers for a new kind of digital risk. If you are building in this space, focus on the kill switch. The most important feature of any autonomous agent isn't how it starts the job—it is how the human can stop it.

  • OpenAI is moving toward persistent account sessions that allow agents to work without constant human oversight.
  • Security shifts from protecting passwords to protecting active sessions and restricting agent intent.
  • Builders should prioritize scoped permissions and robust "monitor-and-interrupt" interfaces.
  • The risk of autonomous agents lies in the gap between a user's intent and the AI's execution of that intent.

Read the original at Decrypt →

The Brief

Stay Updated on Cutting-Edge Tech

A six-minute morning dispatch on the markets and the technology shaping them.

Free. No spam. Unsubscribe anytime.

Write for STKR

Become a Contributor

Earn $STKR for published stories on markets, protocols, and culture.

  • Earn $STKR for every published piece
  • Editorial support from the STKR desk
  • Byline visibility across the network
  • First look at the upcoming creator program
Apply to Write

Keep reading

All stories

Comments

24 reader responses