<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chatgpt - Productivity - Future-of-Work | Derek Armstrong — Software Engineer · AI · Infrastructure</title><link>https://derekarmstrong.dev/tags/chatgpt---productivity---future-of-work/</link><atom:link href="https://derekarmstrong.dev/tags/chatgpt---productivity---future-of-work/index.xml" rel="self" type="application/rss+xml"/><description>Chatgpt - Productivity - Future-of-Work</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 10 Nov 2025 00:00:00 +0000</lastBuildDate><image><url>https://derekarmstrong.dev/media/sharing.png</url><title>Chatgpt - Productivity - Future-of-Work</title><link>https://derekarmstrong.dev/tags/chatgpt---productivity---future-of-work/</link></image><item><title>From Google Skills to AI Skills: The Evolution of Information Discovery</title><link>https://derekarmstrong.dev/blog/from-google-skills-to-ai-skills/</link><pubDate>Mon, 10 Nov 2025 00:00:00 +0000</pubDate><guid>https://derekarmstrong.dev/blog/from-google-skills-to-ai-skills/</guid><description>&lt;p&gt;Remember when being a &amp;ldquo;master Googler&amp;rdquo; was an actual skill people bragged about? You know, that colleague who could find &lt;em&gt;anything&lt;/em&gt; with the perfect combination of keywords, operators, and quotation marks? That person who instinctively knew to add &amp;ldquo;site:reddit.com&amp;rdquo; or &amp;ldquo;-pinterest&amp;rdquo; to get actual useful results?&lt;/p&gt;
&lt;p&gt;Well, guess what? That skill isn&amp;rsquo;t obsolete, it&amp;rsquo;s just evolved. And if you thought you were good at Google, wait until you discover what you can do with AI.&lt;/p&gt;
&lt;h2 id="the-core-skill-hasnt-changed-but-everything-else-has"&gt;The Core Skill Hasn&amp;rsquo;t Changed (But Everything Else Has)&lt;/h2&gt;
&lt;p&gt;Here&amp;rsquo;s the thing: Whether you&amp;rsquo;re typing into Google&amp;rsquo;s search bar or crafting a prompt for ChatGPT, Claude, or GitHub Copilot, the fundamental skill is &lt;em&gt;exactly the same&lt;/em&gt;. You&amp;rsquo;re still:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Asking the right questions&lt;/strong&gt; with the right level of specificity&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Providing context&lt;/strong&gt; to narrow down what you&amp;rsquo;re looking for&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Refining your query&lt;/strong&gt; based on the results you get&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Knowing what to include and exclude&lt;/strong&gt; to get better answers&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The difference? AI doesn&amp;rsquo;t just give you links, it gives you &lt;em&gt;answers&lt;/em&gt;, &lt;em&gt;code&lt;/em&gt;, &lt;em&gt;analysis&lt;/em&gt;, and &lt;em&gt;creativity&lt;/em&gt;. It&amp;rsquo;s like going from a library card catalog to having a knowledgeable expert sitting next to you, ready to discuss, refine, and collaborate.&lt;/p&gt;
&lt;h2 id="the-google-query-masters-natural-advantage"&gt;The Google Query Master&amp;rsquo;s Natural Advantage&lt;/h2&gt;
&lt;p&gt;If you were good at Google search, you already have a head start in the AI era. Consider what made someone a &amp;ldquo;Google power user&amp;rdquo;:&lt;/p&gt;
&lt;h3 id="1-understanding-search-operators"&gt;&lt;strong&gt;1. Understanding Search Operators&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The Google master knew that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;quot;exact phrase&amp;quot;&lt;/code&gt; finds exact matches&lt;/li&gt;
&lt;li&gt;&lt;code&gt;site:example.com&lt;/code&gt; searches within a specific site&lt;/li&gt;
&lt;li&gt;&lt;code&gt;filetype:pdf&lt;/code&gt; finds specific document types&lt;/li&gt;
&lt;li&gt;&lt;code&gt;-unwanted&lt;/code&gt; excludes certain terms&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;AI equivalent&lt;/strong&gt;: These same principles apply to AI prompting. Being specific with your requirements, providing examples, and explicitly stating what you don&amp;rsquo;t want are all crucial prompt engineering skills.&lt;/p&gt;
&lt;h3 id="2-iterative-refinement"&gt;&lt;strong&gt;2. Iterative Refinement&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Nobody got the perfect Google result on the first try. You&amp;rsquo;d search, scan the results, refine your query, and search again. Maybe you&amp;rsquo;d add more context, remove ambiguous terms, or try synonyms.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI equivalent&lt;/strong&gt;: This is &lt;em&gt;exactly&lt;/em&gt; how you work with AI. Your first prompt rarely gives you the perfect answer. The magic happens in the conversation, refining, clarifying, and iterating together.&lt;/p&gt;
&lt;h3 id="3-context-is-king"&gt;&lt;strong&gt;3. Context is King&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The best Google searches included context: &amp;ldquo;python list comprehension beginner tutorial 2024&amp;rdquo; beats &amp;ldquo;python lists&amp;rdquo; every time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;AI equivalent&lt;/strong&gt;: Context is even more powerful with AI. You can provide background, explain your use case, describe your skill level, and even include examples. The AI uses all of it to give you better, more tailored results.&lt;/p&gt;
&lt;h2 id="welcome-to-multi-stage-prompting"&gt;Welcome to Multi-Stage Prompting&lt;/h2&gt;
&lt;p&gt;Here&amp;rsquo;s where it gets really exciting. With Google, you were limited to essentially one-shot queries. Type, enter, get results. Sure, you could refine, but each search was independent.&lt;/p&gt;
&lt;p&gt;With AI, you&amp;rsquo;re having a &lt;em&gt;conversation&lt;/em&gt;. This opens up entirely new possibilities:&lt;/p&gt;
&lt;h3 id="stage-1-the-initial-ask"&gt;&lt;strong&gt;Stage 1: The Initial Ask&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&amp;ldquo;I need to write a Python function that processes user data&amp;rdquo;&lt;/p&gt;
&lt;h3 id="stage-2-refinement"&gt;&lt;strong&gt;Stage 2: Refinement&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&amp;ldquo;Actually, make it handle edge cases like empty strings and null values&amp;rdquo;&lt;/p&gt;
&lt;h3 id="stage-3-optimization"&gt;&lt;strong&gt;Stage 3: Optimization&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&amp;ldquo;Now optimize it for large datasets and add type hints&amp;rdquo;&lt;/p&gt;
&lt;h3 id="stage-4-testing"&gt;&lt;strong&gt;Stage 4: Testing&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&amp;ldquo;Generate unit tests for this function covering all edge cases&amp;rdquo;&lt;/p&gt;
&lt;h3 id="stage-5-documentation"&gt;&lt;strong&gt;Stage 5: Documentation&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;&amp;ldquo;Write comprehensive docstrings following PEP 257&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Each stage builds on the previous one. You&amp;rsquo;re not just searching anymore, you&amp;rsquo;re &lt;em&gt;collaborating&lt;/em&gt;. The AI remembers context, understands what you&amp;rsquo;re trying to achieve, and can adapt its responses accordingly.&lt;/p&gt;
&lt;h2 id="the-rise-of-planning-agents"&gt;The Rise of Planning Agents&lt;/h2&gt;
&lt;p&gt;Tools like &lt;strong&gt;Claude with planning capabilities&lt;/strong&gt;, &lt;strong&gt;GitHub Copilot Workspace&lt;/strong&gt;, and &lt;strong&gt;ChatGPT with code interpreter&lt;/strong&gt; take this even further. These aren&amp;rsquo;t just answering questions, they&amp;rsquo;re breaking down complex tasks, creating multi-step plans, and executing them with minimal guidance.&lt;/p&gt;
&lt;p&gt;Think about it:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Claude&lt;/strong&gt; can now outline an entire approach before coding&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Copilot&lt;/strong&gt; suggests whole functions based on your comments&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI coding assistants&lt;/strong&gt; understand your codebase context&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is like having a senior engineer pair programming with you 24/7. But to get the most out of them, you need to know how to communicate effectively, just like you needed to know how to craft the perfect Google query.&lt;/p&gt;
&lt;h2 id="real-world-applications-and-why-this-matters-for-your-career"&gt;Real-World Applications (And Why This Matters for Your Career)&lt;/h2&gt;
&lt;p&gt;Entire careers and companies have been built on the skill of effective information discovery. SEO specialists, researchers, data analysts, they all leveraged search mastery. Now, we&amp;rsquo;re seeing the same thing with AI:&lt;/p&gt;
&lt;h3 id="prompt-engineers"&gt;&lt;strong&gt;Prompt Engineers&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Yes, this is a real job title now. Companies are hiring people specifically to craft effective prompts that get consistent, high-quality results from AI systems.&lt;/p&gt;
&lt;h3 id="ai-assisted-developers"&gt;&lt;strong&gt;AI-Assisted Developers&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Developers who master AI tools are &lt;strong&gt;10x more productive&lt;/strong&gt; than those who don&amp;rsquo;t. They spend less time on boilerplate, debugging, and documentation, freeing them up for creative problem-solving.&lt;/p&gt;
&lt;h3 id="content-creators"&gt;&lt;strong&gt;Content Creators&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Writers, marketers, and creators who know how to use AI as a brainstorming partner, editor, and research assistant are producing higher quality work in less time.&lt;/p&gt;
&lt;h3 id="knowledge-workers"&gt;&lt;strong&gt;Knowledge Workers&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Anyone who works with information, from lawyers to consultants to analysts, can leverage AI to process, analyze, and synthesize information at unprecedented speeds.&lt;/p&gt;
&lt;h2 id="mastering-the-craft-tips-for-the-ai-era"&gt;Mastering the Craft: Tips for the AI Era&lt;/h2&gt;
&lt;p&gt;Ready to become the next generation master Googler? Here&amp;rsquo;s how:&lt;/p&gt;
&lt;h3 id="1-learn-to-think-in-conversations-not-queries"&gt;&lt;strong&gt;1. Learn to Think in Conversations, Not Queries&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Instead of: &amp;ldquo;Python async programming best practices&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Try: &amp;ldquo;I&amp;rsquo;m building a web scraper that needs to handle 100+ concurrent requests. Can you explain async/await in Python and show me a practical example for my use case?&amp;rdquo;&lt;/p&gt;
&lt;h3 id="2-embrace-multi-turn-interactions"&gt;&lt;strong&gt;2. Embrace Multi-Turn Interactions&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Don&amp;rsquo;t expect perfection on the first try. Plan to refine:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Start broad, then get specific&lt;/li&gt;
&lt;li&gt;Ask follow-up questions&lt;/li&gt;
&lt;li&gt;Request alternatives and explain preferences&lt;/li&gt;
&lt;li&gt;Iterate until you get exactly what you need&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="3-provide-examples-and-context"&gt;&lt;strong&gt;3. Provide Examples and Context&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;The more context you provide, the better:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;ldquo;I&amp;rsquo;m a beginner&amp;rdquo; vs &amp;ldquo;I&amp;rsquo;m a senior engineer&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;For a production system&amp;rdquo; vs &amp;ldquo;For a prototype&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Following this coding style: [example]&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&amp;ldquo;Here&amp;rsquo;s what didn&amp;rsquo;t work before: [example]&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="4-master-prompt-patterns"&gt;&lt;strong&gt;4. Master Prompt Patterns&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Just like you learned Google operators, learn common prompt patterns:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Role-playing&lt;/strong&gt;: &amp;ldquo;Act as a senior DevOps engineer&amp;hellip;&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Chain-of-thought&lt;/strong&gt;: &amp;ldquo;Let&amp;rsquo;s think through this step-by-step&amp;hellip;&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Few-shot learning&lt;/strong&gt;: &amp;ldquo;Here are three examples of what I want&amp;hellip;&amp;rdquo;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Constraints&lt;/strong&gt;: &amp;ldquo;Generate code without using library X&amp;hellip;&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="5-learn-your-tools"&gt;&lt;strong&gt;5. Learn Your Tools&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Different AI tools have different strengths:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;ChatGPT&lt;/strong&gt;: Great for general knowledge, brainstorming, explanations&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Claude&lt;/strong&gt;: Excellent for longer context, coding, analysis&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Copilot&lt;/strong&gt;: Best for inline code suggestions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Perplexity&lt;/strong&gt;: Combines search with AI for cited answers&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Master the tool that fits your workflow.&lt;/p&gt;
&lt;h2 id="the-skills-that-transfer-and-the-ones-that-dont"&gt;The Skills That Transfer (And The Ones That Don&amp;rsquo;t)&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;What still matters:&lt;/strong&gt;
Critical thinking, verifying information, spotting errors&lt;br&gt;
Domain knowledge, knowing what questions to ask&lt;br&gt;
Iteration, refining until you get what you need&lt;br&gt;
Specificity, being clear about requirements&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What&amp;rsquo;s different:&lt;/strong&gt;
Boolean operators are less critical (AI understands natural language)&lt;br&gt;
One-shot thinking (you can have back-and-forth conversations)&lt;br&gt;
Link evaluation (you get direct answers instead)&lt;br&gt;
Information scarcity (AI has vast knowledge, but you need to verify it)&lt;/p&gt;
&lt;h2 id="the-future-is-collaborative-intelligence"&gt;The Future is Collaborative Intelligence&lt;/h2&gt;
&lt;p&gt;Here&amp;rsquo;s the exciting part: We&amp;rsquo;re just at the beginning. AI tools are getting better at:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Understanding nuance and context&lt;/li&gt;
&lt;li&gt;Maintaining longer conversations&lt;/li&gt;
&lt;li&gt;Connecting ideas across domains&lt;/li&gt;
&lt;li&gt;Suggesting things you didn&amp;rsquo;t think to ask&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;But they still need &lt;em&gt;you&lt;/em&gt; to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ask the right questions&lt;/li&gt;
&lt;li&gt;Provide meaningful context&lt;/li&gt;
&lt;li&gt;Evaluate and refine results&lt;/li&gt;
&lt;li&gt;Apply domain expertise&lt;/li&gt;
&lt;li&gt;Make final decisions&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The future belongs to people who can effectively collaborate with AI, not replace it, not fear it, but &lt;em&gt;work alongside it&lt;/em&gt;.&lt;/p&gt;
&lt;h2 id="your-challenge-start-practicing-today"&gt;Your Challenge: Start Practicing Today&lt;/h2&gt;
&lt;p&gt;Don&amp;rsquo;t just read this and move on. Pick one task you&amp;rsquo;d normally Google and try solving it with AI instead:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Pick a problem&lt;/strong&gt; you need to solve today&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Open your favorite AI tool&lt;/strong&gt; (ChatGPT, Claude, Copilot, whatever)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Start a conversation&lt;/strong&gt; instead of a one-shot query&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Iterate and refine&lt;/strong&gt; based on what you get back&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Compare the experience&lt;/strong&gt; to traditional search&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You&amp;rsquo;ll be surprised at how natural it feels, and how much more you can accomplish.&lt;/p&gt;
&lt;h2 id="the-bottom-line"&gt;The Bottom Line&lt;/h2&gt;
&lt;p&gt;The skill of being a master Googler isn&amp;rsquo;t dead, it&amp;rsquo;s transformed. The core competency of asking the right questions with the right context is more valuable than ever. But now, instead of just finding information, you can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Generate solutions&lt;/li&gt;
&lt;li&gt;Explore alternatives&lt;/li&gt;
&lt;li&gt;Iterate rapidly&lt;/li&gt;
&lt;li&gt;Learn interactively&lt;/li&gt;
&lt;li&gt;Build collaboratively&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Companies and entire careers are being built on this exact skill right now. The question isn&amp;rsquo;t whether to adapt, it&amp;rsquo;s how quickly you can master this new way of working.&lt;/p&gt;
&lt;p&gt;So embrace your inner Google master. Take those same instincts, that same curiosity, that same determination to find the right answer, and apply them to AI. The technology may have changed, but the human skill of asking the right questions? That&amp;rsquo;s timeless.&lt;/p&gt;
&lt;p&gt;And that, my friend, is your competitive advantage in the AI era.&lt;/p&gt;
&lt;h2 id="resources-to-go-deeper"&gt;Resources to Go Deeper&lt;/h2&gt;
&lt;p&gt;Ready to level up your AI interaction skills? Here are some great places to start:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt; — Official guide from OpenAI&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt; — Learn Claude-specific techniques&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt; — Free course on prompt engineering&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt; — Stay updated with latest techniques&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;
&lt;/strong&gt; — Community discussions and examples&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now go forth and prompt like a pro!&lt;/p&gt;
&lt;h2 id="key-takeaways"&gt;Key Takeaways&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The core skill of &amp;ldquo;being a master Googler&amp;rdquo; — asking the right questions with the right context — transfers directly to AI prompting.&lt;/li&gt;
&lt;li&gt;Multi-stage prompting is the AI equivalent of iterative search. Start broad, refine, ask follow-ups, iterate until you get what you need.&lt;/li&gt;
&lt;li&gt;Context is even more powerful with AI than with search. Skill level, use case, constraints, and examples all shape the quality of the response.&lt;/li&gt;
&lt;li&gt;Different AI tools have different strengths. ChatGPT for brainstorming, Claude for long context and coding, Copilot for inline suggestions, Perplexity for cited answers.&lt;/li&gt;
&lt;li&gt;The future belongs to people who collaborate with AI, not replace it or fear it. Domain expertise and judgment calls are still human territory.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="next"&gt;Next&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
— how to move beyond task-execution and stay relevant as AI takes over routine work.&lt;/li&gt;
&lt;li&gt;
— crafting prompts that actually produce useful results.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>