Is AI going to take our jobs?


Hi frieds,

The question posed in the title is likely the one that keeps many developers and engineering leaders up at night these days.

The short answer is no.

I recently came across two fascinating blog posts about AI’s impact on software development.
The first was from the renowned “The Pragmatic Engineer” blog, and the second from Sequoia Capital, a major venture capital firm with investments in giants like Google, Apple, and Oracle.

Here’s a brief rundown of the key insights:

  1. Ask any CEO what’s their biggest spend and they’ll say engineering expenses.
    Leaders have been aiming to reduce these costs since the 1960s. This trend continues today, though the circumstances are slightly different. That’s why we see the same narrative pushed around AI, not for nothing, but the level of hype is somewhat inflated
  2. The emerging solution isn’t about artificial general intelligence (AGI) taking over all jobs. Instead, it’s about increasingly sophisticated models that will be great assistants. Sequoia’s vision is particularly bold, aiming to expand the developer community to a billion users.
    It’s an ambitious goal, yet it represents an optimistic view of technology’s role in our future.

It appears that developers who hesitate to adopt AI might fall behind.

This is a widely held belief—debatable, yes, but generally accepted.

With that perspective, here are four ways I use AI to enhance my productivity and speed:

  1. General AI Usage:
    I use GPT-4 for a variety of tasks including creating images, editing text, and generating code.
    Yes, this service is paid, but it’s incredibly versatile!
  2. Local Code Assistance:
    For my side projects, I’ve integrated Codeium into Neovim.
    This setup helps me with smart code completions right where I need them.
  3. Interactive AI in the Shell:
    I’ve also set up an interactive AI chat in my shell using a tool from GitHub (you can find it here).
    This lets me talk to any AI model I choose during my coding sessions.
  4. Local models run free!
    Lastly, if you’re looking to access all these benefits for free, Ollama offers an easy way to make every model portable and locally accessible. For finding models, Hugging Face is an excellent resource.

Before you go, a quick tip for Mac users:
Raycast offers plugins in its store that integrate OpenAI’s GPT, Ollama, and many other tools, allowing you to converse with AI directly from your OS spotlight!

Thanks for reading, as always - feel free to reply to this email with feedback and questions!

Have a great weekend.

Whenever you’re ready, here’s how I can help you:

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

I've Been Using AWS Wrong for YEARS... For years, my approach to AWS felt like a battle. As a DevOps engineer and later and architect, building infra always involved a tedious process of carefully building templates and structure, reviewing, deploying, testing and iterating over and over. I’d either spend hours clicking through the console or writing endless infrastructure code, always feeling like I was one misconfiguration away from a headache. It turns out, I was making it much harder than...

You've been lied to about self hosting... This issue is brought to you by: Auth0, my auth provider for the last 6 years. Join their free virtual dev_day on June 18th to learn how to secure AI agents and applications. Save your free spot That title might sound a bit aggressive, but this isn't about hating on hosting platforms. It's about loving the freedom, control, and cost-savings that come from owning your deployment process, without giving up the slick, easy experience we all love. And...

How DHH Solved Deploying to Production (with Open Source) Ever felt depressed by the sheer complexity of getting your application live and serving users? You’re not alone. But what if deploying to production, even (or especially) across multiple servers, could be straightforward and more importantly, free? That’s the reality DHH, the creator of Ruby on Rails and CTO of Basecamp & HEY, wanted to create, and he delivered with an open source tool called Kamal. DHH’s approach to technology always...