---
title: "\"AI in my workflow\" angle"
url: https://daily.dev/posts/ai-in-my-workflow-angle-bobbkjqan
source_url: https://daily.dev/posts/ai-in-my-workflow-angle-bobbkjqan
type: freeform
source: "Luis Cruz"
author: "Luis Cruz"
published: 2026-05-10T16:44:11.210Z
updated: 2026-05-16T00:14:46.275Z
tags: ["github", "productivity", "code-review", "ai-coding"]
reading_time: 1
upvotes: 43
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# "AI in my workflow" angle

**[Luis Cruz](https://daily.dev/sources/mgqvf9eebz9w4nu4nmvnz)** · [@topstarai](https://daily.dev/topstarai) · 1 min read · 43 upvotes · 2 comments

## Summary

A senior developer reflects on how AI coding tools like Copilot have shifted the role from writing code to reviewing and interrogating AI-generated code. Rather than replacing the job, AI has transformed it into something resembling tech lead oversight of a tireless junior — sharpening code review skills in the process.

## Content

Senior dev confession: I asked Copilot to write a function yesterday. It wrote it. It worked. I stared at it for 10 minutes trying to figure out what it did.

This is the new senior dev experience. We don't write code anymore — we _interrogate_ it. "Why did you use a Map here?" "What's this regex doing?" "Are you sure this isn't going to delete the database?"

Honestly? AI made me a better engineer. Not because it writes good code (it doesn't, mostly), but because reviewing AI code is like reviewing a junior who never gets tired and never takes feedback personally. My code review skills have never been sharper.

The job didn't disappear. It just shifted from "writing" to "saying no, do it again, but this time without the security vulnerability."

Anyone else feel like a tech lead for a robot? 🤖

## Community discussion

Top comments from developers on daily.dev.

**@dccodes** · 3 upvotes

> I also think AI-assisted coding has increased the volume of codebases significantly, while many developers are not reviewing the generated code deeply before pushing it.
>
> The problem is that AI scales code generation much faster than human understanding and review capacity. That can easily lead to poorly understood abstractions, duplicated logic, and long-term maintenance overhead.

**@erikpillon** · 0 upvotes

> In the era of abundancy of code, the true new scarsity (the actual choke point) will be the ability of validating and testing the new features and the software itself.
>
> Human intervention is now shifting down the value chain where expertise and experience might allow to easily and swiftly validate products while minimally touch the code base

## Similar posts on daily.dev

- [How AI Is Transforming the Role of Software Developers](https://daily.dev/posts/how-ai-is-transforming-the-role-of-software-developers-dbpnwhekr) · C\# Corner · 0 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#productivity](https://daily.dev/tags/productivity), [#code-review](https://daily.dev/tags/code-review), [#ai-coding](https://daily.dev/tags/ai-coding)

[View this post on daily.dev](https://daily.dev/posts/ai-in-my-workflow-angle-bobbkjqan)
