How Organizations Use AI: Evidence from ChatGPT — Key Findings from OpenAI's Study
OpenAI released a study analyzing how organizations actually use ChatGPT, based on 1.8 million messages from 8,198 organizations. The data offers a ground-truth look at where AI fits in real workflows — and it's not where the hype is.
Key Findings
- Creative vs analytical tasks: 71% of messages were creative in nature, 29% analytical. Creative includes writing, brainstorming, and problem solving; analytical covers data analysis, coding, and querying.
- Most frequent tasks: Writing (28%), data analysis (20%), troubleshooting (7%), information retrieval (6%).
- Business context matters: ChatGPT use skews toward the 'innovating' domain (60%) — creating new products or services — vs 'production' (15%) and 'coordinating' (13%).
- Topic clusters: Common topics include marketing, product design, business strategy, software development, and research.
What This Means for AI Agents
For developers building or using AI coding agents, the takeaways are practical: writing support and data analysis are the highest-value use cases. Organizations aren't just asking for code — they're using AI to draft proposals, analyze spreadsheets, and debug infrastructure. An effective agent needs to handle multi-step reasoning across those domains, not just autocomplete functions.
The study also highlights that 'troubleshooting' — a core task for AI agents — represents only 7% of usage, suggesting agents should prioritize assistance with writing and data workflows to match real demand.
Methodology and Caveats
The study draws on a random sample of messages from organizations that subscribed to ChatGPT, filtered to exclude individual users. It's a snapshot of one platform's ecosystem — not a census of all AI use.
For a deeper dive, including charts on task distribution and industry patterns, read the full PDF.
📖 Read the full source: HN AI Agents
👀 See Also

AI-Powered E-commerce Store Recovers from 3AM Crash Without Human Intervention
An AI-operated e-commerce store experienced an unhandled exception that took down the order pipeline at 3am. The system autonomously detected the failure, identified the root cause, attempted a fix, verified recovery, and resumed operations before morning.

Real-World MCP Server Use Cases and Development Patterns
A developer shares their experience building an MCP server that connects to live sports data scanners, pulling odds from sportsbooks to find pricing inefficiencies in real-time. They discuss practical lessons learned about tool design and installation formats.

How Businesses Use OpenClaw to Automate Client Communication
OpenClaw is being used by freelancers as a personal assistant in WhatsApp and email to handle client inquiries about rates, policies, and availability. Local businesses like restaurants use it to answer questions about menus, hours, and reservations when staff are unavailable.

Qwen3-VL-32B-Instruct excels at multimodal flashcard grading
A developer tested Qwen3-VL-32B-Instruct for grading image-occluded Anki flashcards and found it outperformed models like Gemini 2.5 Flash, GPT 5 Nano/Mini, XAI 4.1 Fast, GLM, and Mistral models, with only ChatGPT 5.2 and Gemini 3/3.1/Claude 4+ coming close.