\n\n\n\n Im Rethinking My Choices Because of AI - AgntZen \n

Im Rethinking My Choices Because of AI

📖 8 min read•1,498 words•Updated Apr 25, 2026

Hello, agntzen.com readers! Sam Ellis here, fresh from wrestling with a new batch of thoughts that have been buzzing around my head like particularly persistent digital gnats. Today, I want to talk about AI, but not in the usual “will it take our jobs?” or “how smart is it really?” kind of way. Instead, let’s get into something a bit more… personal. Something about how these increasingly capable systems are changing our very experience of choice, and what that means for us as agents.

The specific, timely angle I’m chewing on today is the subtle, often imperceptible shift in our autonomy as AI gets better at prediction and recommendation. We’re not talking about Skynet here, or even overt manipulation. It’s far more insidious, lurking in the algorithms that power our streaming queues, our shopping carts, and increasingly, our professional tools. I’m calling it the “Algorithmic Pre-Selection Paradox.”

The Illusion of Infinite Choice

Remember when the internet promised infinite choice? Every book, every movie, every piece of information just a click away. It was exhilarating. The world was truly at our fingertips. But then something funny happened. As the amount of “stuff” exploded, so did the need for filters. Enter the recommendation engine, the personalized feed, the “for you” page. And suddenly, that infinite choice started to feel… curated.

I had a moment of clarity on this recently. I was trying to find a new sci-fi series to watch. I subscribe to three different streaming services. Each one has a “recommended for you” section that dominates its homepage. I scrolled through them. Every single one felt… familiar. Like it was echoing things I’d already watched, authors I’d already read, themes I’d already engaged with. I tried searching for “new sci-fi” and was met with lists that were, again, heavily weighted towards things I’d already indicated a preference for, often with a “because you watched X” tag.

It hit me: I wasn’t being presented with infinite choice. I was being presented with an optimized, algorithmically pre-selected choice, designed to keep me engaged based on past behavior. The “paradox” part is that these systems are built to reduce decision fatigue and increase user satisfaction, which sounds great on paper. But in practice, they subtly narrow our horizons, funneling us down increasingly predictable paths. Our agency, the ability to genuinely explore outside our established preferences, starts to erode.

When Personalization Becomes Prediction

This isn’t just about entertainment, of course. It seeps into every corner. Think about your news feed. Are you truly seeing a diverse range of perspectives, or are you seeing articles that reinforce your existing worldview, carefully selected to maximize your “engagement” (read: clicks and time on site)?

I remember a few months ago, I was researching a new coding framework for a side project. I’d started with a very broad search. Within a day, my LinkedIn feed, my news aggregator, and even some of the ads I was seeing were all pushing content related to that specific framework. Now, on one hand, it’s efficient. The AI correctly identified my interest. On the other hand, it almost felt like it was trying to decide for me. It wasn’t presenting alternatives; it was reinforcing the path I’d just started down. What if a superior, less popular framework existed that the algorithm hadn’t picked up on because I hadn’t explicitly searched for it yet?

This is where the agent philosophy really kicks in. As agents, we value the capacity for independent action, for choosing our own path, even if it’s the less efficient one. If AI increasingly predicts our preferences and pre-selects our options, are we still truly choosing, or are we just affirming an algorithm’s suggestion?

The Developer’s Dilemma: Building for Agency

As someone who spends a good chunk of my time thinking about and interacting with code, I see this dilemma playing out in the tools we build. When we design a system that recommends, optimizes, or personalizes, we’re making choices about how much agency we leave to the user. And often, for the sake of “user experience” or “stickiness,” we lean towards more pre-selection.

Let’s take a common scenario: a content management system (CMS) that uses AI to suggest article topics or headlines. A well-intentioned feature, right? It helps writers overcome writer’s block and potentially reach a wider audience.

Example 1: The Overt Suggestion

Imagine a CMS with a feature like this. The AI analyzes trending topics, your past content performance, and your audience demographics to suggest a headline. Here’s a simplified version of how that might look in a hypothetical API call:


POST /api/article/suggest_headline
Content-Type: application/json

{
 "draft_content": "This article discusses the impact of AI on human decision-making and agency in the digital age.",
 "target_audience": "tech bloggers, philosophers, general interest"
}

// AI Response
{
 "suggestions": [
 "AI & You: Are Algorithms Stealing Your Choices?",
 "The Algorithmic Pre-Selection Paradox: What AI Does to Our Agency",
 "Beyond the Feed: Reclaiming Your Decisions from AI",
 "How AI Recommendations Shape Our Reality"
 ],
 "reasoning": "Suggestions focus on agency, decision-making, and paradox, aligning with core themes and target audience."
}

This is a clear, overt suggestion. The user sees multiple options and can choose, modify, or ignore them. Their agency is preserved, even if the options are AI-generated. The danger comes when these suggestions become so good, so compelling, that the path of least resistance is always to accept them. We stop exercising our own creative muscle.

Example 2: The Subtle Nudge

Now, consider a more subtle approach, where the AI doesn’t just suggest, but subtly guides. Think about an AI assistant that prioritizes search results based on its internal model of your preferences, without explicitly telling you it’s doing so. Or a writing assistant that auto-completes sentences in a particular style based on your past writing, subtly shifting your voice over time.

I’m not going to provide a code snippet for this because it’s often baked into the core logic and less exposed as a direct “suggestion.” It’s more about the weighting, the filtering, the default settings. For instance, if a project management tool uses AI to suggest task assignments, and it consistently assigns certain types of tasks to certain team members based on historical data, even if those team members express a desire for variety. The AI is optimizing for efficiency, but potentially at the cost of individual team member development or agency in choosing their work.

The developer’s responsibility here isn’t just about building functional AI, but building ethical AI that respects human agency. This means designing systems with explicit “escape hatches,” clear indications of AI influence, and options for users to genuinely override or explore outside the algorithmic bubble.

Reclaiming Our Cognitive Sovereignty

So, what do we do about this Algorithmic Pre-Selection Paradox? It’s not about rejecting AI entirely; that’s impractical and probably impossible. It’s about being mindful and intentional in our interaction with it. It’s about reclaiming our cognitive sovereignty, our right to choose, even when presented with seemingly perfect algorithmic suggestions.

Actionable Takeaways:

  1. Cultivate Algorithmic Skepticism: Whenever you see a “recommended for you” or “because you watched/bought X” label, pause. Ask yourself: “Is this genuinely what I want, or is it what the algorithm thinks I want?” Make a conscious effort to sometimes choose something completely outside the suggested bubble.
  2. Actively Seek Serendipity: Don’t rely solely on AI for discovery. Intentionally explore new genres, subscribe to newsletters from diverse viewpoints, or use tools that prioritize randomness or newness over personalization. For instance, instead of letting Spotify craft your daily mix, try using a “random genre generator” and listening to something completely unfamiliar.
  3. Use AI as a Tool, Not an Oracle: When using AI for creative or professional tasks (like generating ideas, drafting content, or coding assistance), treat its output as a starting point, not a definitive answer. Edit, question, and infuse your own unique perspective. The AI can accelerate the process, but your agency is in the final decision and unique contribution.
  4. Demand Transparency and Control: As users and developers, we should push for more transparency in how algorithms work and more granular control over our personalization settings. We should be able to easily turn off certain types of recommendations or explicitly tell an AI, “Show me something completely new, even if it’s not what you think I’ll like.”
  5. Practice “Digital Disengagement” Regularly: Step away from screens and algorithms. Spend time in the physical world, interacting with people, books, and experiences that are not mediated by predictive AI. This helps reset your perspective and reminds you of the vastness of choice that exists beyond the digital sphere.

The Algorithmic Pre-Selection Paradox isn’t a doomsday scenario. It’s a subtle challenge to our agency, one that requires conscious effort to overcome. By understanding how these systems work and by deliberately exercising our capacity for independent choice, we can ensure that AI remains a powerful tool for human flourishing, rather than a silent architect of our predictable lives.

Keep thinking, keep questioning, and keep choosing your own path. Until next time!

đź•’ Published:

✍️
Written by Jake Chen

AI technology writer and researcher.

Learn more →
Browse Topics: Best Practices | Case Studies | General | minimalism | philosophy
Scroll to Top