blog / AI
AI14 November 20233 min read

A year of working alongside AI tools: an honest assessment

It's been roughly a year since ChatGPT launched and I started actually integrating AI tools into daily work. Time for an honest review of what's changed and what hasn't.

by Matt Roberts

November 2022 to November 2023. One year since ChatGPT launched and started a conversation that hasn't stopped.

I've been deliberately using AI tools throughout that year, not as a curiosity but as working tools integrated into my daily work. Here's what actually changed.

What genuinely changed

Writing is faster. Not just the mechanics of writing, but the cognitive resistance to starting. I now begin almost every significant written output (proposals, documentation, emails requiring careful wording) with an AI-assisted draft. I rewrite substantially. The quality of my output hasn't deteriorated; I think it's marginally improved because I spend more time editing and less time staring at blank documents.

Scripting is different. I write PowerShell, a bit of Python, some Graph API calls. My approach to this work changed. I now start with a described intent, get a working scaffold from ChatGPT or Copilot, then review, adapt, and test. The time to working first draft has halved for routine automation tasks. The verification step has not gone away; it's more important than ever.

Research is faster. For high-level summarisation and orientation on unfamiliar topics, AI tools have substantially replaced my starting-point Google search. For precise technical verification, I still go to primary sources.

What hasn't changed

Technical judgment. The hardest parts of my job (deciding on architecture, assessing risk, reading a room, knowing which battles to fight), AI doesn't touch these. It might help me think through options, but the judgment is mine.

Relationship-based work. Conversations with customers, internal politics, managing expectations, delivering difficult news. These are human problems.

Novel problem solving. When I'm genuinely in new territory (a weird edge case, an undocumented behaviour, something that doesn't have a clear prior art), AI tools are less helpful. They pattern-match on training data. Truly novel problems don't have training data.

The tools I actually use

  • ChatGPT Plus (GPT-4): Daily driver for writing tasks, code scaffolding, and research
  • GitHub Copilot: Integrated into VS Code, useful for scripting
  • Bing Chat: When I need current information with citations
  • Claude (Anthropic): Occasionally, for comparison. The Claude 1 model showed up earlier this year and has a noticeably different feel to GPT-4

What I've learned about integrating this well

  1. Be specific in your prompts. Vague questions get vague answers.
  2. Treat all factual claims as unverified until you check them.
  3. Use these tools to augment the slow parts of your workflow, not replace your judgment.
  4. Stay current with what's changing. The landscape six months ago is different from today.

Where I think this is going

The progression from GPT-3.5 to GPT-4 to GPT-4 Turbo (which OpenAI just announced at their Dev Day earlier this month) shows that models are improving faster than most people expected. Microsoft 365 Copilot went GA this month, after a long preview period, and is now available to enterprises willing to pay the licensing premium.

We're past the "is this real" phase. We're in the "how do we actually use this well" phase. That's a more interesting and more productive question.

My recommendation after a year: if you haven't built a genuine working relationship with these tools yet, start now. Not because you'll be left behind if you don't (though possibly), but because the tools are good enough now that you're leaving value on the table by waiting.

#ai-review#chatgpt#github-copilot#productivity
Share:X / TwitterLinkedIn

Related posts

🤖
AI

You've built AI agents on Azure. Has anyone checked who else can use them?

Agentic AI and MCP integrations have introduced an attack surface that most Azure security models weren't designed for. CVEs are appearing, real exploits have hit production M365 environments, and the deployment conversation has moved considerably faster than the security one.

9 Jul 20266 min read
🤖
AI

The 90-minute ultimatum that took the world's most powerful AI offline

On Friday 12 June, Anthropic had 90 minutes to fix a security flaw in Claude Fable 5 or take it offline. By 10pm it was gone. It came back this morning. The 19 days in between are worth understanding.

2 Jul 20264 min read
The model running your Copilot demo might not be OpenAI
AI

The model running your Copilot demo might not be OpenAI

Anthropic's Claude is now the default model inside Microsoft 365 Copilot for Excel and PowerPoint. The product you've been selling as Microsoft AI includes a model from a company that isn't Microsoft. The channel pitch needs updating.

22 Jun 20263 min read