<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jack Felke</title>
    <description>The latest articles on DEV Community by Jack Felke (@jackfelke).</description>
    <link>https://dev.to/jackfelke</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3715570%2F1e9557b8-9466-4743-be64-72e25eac1968.png</url>
      <title>DEV Community: Jack Felke</title>
      <link>https://dev.to/jackfelke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jackfelke"/>
    <language>en</language>
    <item>
      <title>How My Economics Degree Made Me a Better AI Engineer</title>
      <dc:creator>Jack Felke</dc:creator>
      <pubDate>Fri, 16 Jan 2026 21:13:36 +0000</pubDate>
      <link>https://dev.to/jackfelke/how-my-economics-degree-made-me-a-better-ai-engineer-98g</link>
      <guid>https://dev.to/jackfelke/how-my-economics-degree-made-me-a-better-ai-engineer-98g</guid>
      <description>&lt;p&gt;When I tell people I studied Economics at Arizona State University and now work as an AI Engineer building chatbots, I usually get a confused look. "How did &lt;em&gt;that&lt;/em&gt; happen?"&lt;/p&gt;

&lt;p&gt;The truth is, my economics background didn't just accidentally lead me to AI—it actively made me better at it. Here's what I've learned bridging these two worlds.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Unexpected Overlap
&lt;/h2&gt;

&lt;p&gt;Economics and machine learning share more DNA than most people realize. Both fields are obsessed with the same fundamental questions: How do we make predictions with incomplete information? How do we optimize outcomes given constraints? How do we model complex systems with many interacting variables?&lt;/p&gt;

&lt;p&gt;During my time at ASU, I spent countless hours working with regression analysis, statistical modeling, and data interpretation. Sound familiar? These are the exact foundations of supervised machine learning.&lt;/p&gt;

&lt;h2&gt;
  
  
  Skills That Transferred Directly
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Thinking in Models
&lt;/h3&gt;

&lt;p&gt;Economists are trained to build simplified representations of complex systems. We learn that models aren't meant to capture every detail—they're meant to capture the &lt;em&gt;important&lt;/em&gt; details that help us make better decisions.&lt;/p&gt;

&lt;p&gt;This mindset is invaluable in ML. When I'm designing a chatbot system at All Digital Rewards, I'm constantly asking: What variables actually matter here? What can we safely ignore? How do we balance model complexity against practical utility?&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Understanding Incentives and Behavior
&lt;/h3&gt;

&lt;p&gt;Economics taught me to think about why people do what they do. This has been surprisingly useful when building AI systems that interact with humans.&lt;/p&gt;

&lt;p&gt;When designing our customer support chatbots, I don't just think about technical accuracy—I think about user behavior. What motivates someone to use the chatbot vs. call a human? How do we design responses that actually solve problems rather than just technically answer questions?&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Comfort with Uncertainty
&lt;/h3&gt;

&lt;p&gt;Every economist knows that forecasts are uncertain. We learn to think in probabilities, confidence intervals, and error terms from day one.&lt;/p&gt;

&lt;p&gt;In AI, this translates to a healthy relationship with model performance. I don't expect 100% accuracy—I expect to understand &lt;em&gt;where&lt;/em&gt; and &lt;em&gt;why&lt;/em&gt; my models fail, and to communicate uncertainty appropriately to stakeholders.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Data Storytelling
&lt;/h3&gt;

&lt;p&gt;Economic analysis is useless if you can't explain it to non-economists. I spent years learning to translate complex statistical findings into actionable insights for people without technical backgrounds.&lt;/p&gt;

&lt;p&gt;Now, as an AI engineer, I bridge the gap between our technical team and business stakeholders daily. Being able to explain what our AI does—and what it &lt;em&gt;can't&lt;/em&gt; do—in plain language has been one of my biggest assets.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Transition Wasn't Magic
&lt;/h2&gt;

&lt;p&gt;I won't pretend the path was obvious. After graduating in December 2023, I had to actively build the technical skills I was missing.&lt;/p&gt;

&lt;p&gt;I started with Stanford's Supervised Machine Learning course to formalize my ML knowledge. I learned Python and Node.js to actually build things. I got hands-on experience during my AI research internship, where I went from analyzing data to building systems that use it.&lt;/p&gt;

&lt;p&gt;The economics foundation gave me the &lt;em&gt;thinking patterns&lt;/em&gt;. The technical skills gave me the &lt;em&gt;tools&lt;/em&gt;. Both were necessary.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'd Tell Economics Students Curious About AI
&lt;/h2&gt;

&lt;p&gt;If you're studying economics and interested in AI/ML, you're in a better position than you might think:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lean into econometrics.&lt;/strong&gt; The statistical techniques you're learning are directly applicable to ML. Don't just memorize formulas—understand &lt;em&gt;why&lt;/em&gt; they work.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn to code.&lt;/strong&gt; Your analytical skills are valuable, but you need to express them in code. Python is your friend. Start with data analysis libraries like pandas, then branch into ML frameworks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Don't abandon your domain knowledge.&lt;/strong&gt; The world needs AI engineers who understand business, finance, and human behavior. Your economics training gives you context that pure CS graduates often lack.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build projects.&lt;/strong&gt; Theory only gets you so far. I learned more building my first chatbot than I did reading about chatbots.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Bigger Picture
&lt;/h2&gt;

&lt;p&gt;We're in an era where AI is becoming embedded in every industry. The engineers who will have the most impact aren't just those who understand the algorithms—they're the ones who understand the &lt;em&gt;problems&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Economics trained me to think about real-world systems, trade-offs, and human behavior. AI gives me the tools to build solutions at scale. Together, they're more powerful than either alone.&lt;/p&gt;




&lt;p&gt;I'm still early in my AI engineering journey, but I'm grateful for the unconventional path that got me here. If you're considering a similar transition—or wondering if your "unrelated" background is holding you back—I hope this helps.&lt;/p&gt;

&lt;p&gt;What unexpected skills have helped you in your tech career? I'd love to hear about other non-traditional paths in the comments.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Currently building AI-powered customer experiences at All Digital Rewards. Previously confused everyone by double-majoring in regression analysis and Python.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
    </item>
    <item>
      <title>Hello, DEV! My Journey into Coding Starts Here 🚀</title>
      <dc:creator>Jack Felke</dc:creator>
      <pubDate>Fri, 16 Jan 2026 20:37:36 +0000</pubDate>
      <link>https://dev.to/jackfelke/hello-dev-my-journey-into-coding-starts-here-2d6k</link>
      <guid>https://dev.to/jackfelke/hello-dev-my-journey-into-coding-starts-here-2d6k</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;This is my very first post on DEV, and I couldn't be more excited to join this amazing community of developers!&lt;/p&gt;

&lt;h2&gt;
  
  
  A Little About Me
&lt;/h2&gt;

&lt;p&gt;I'm just getting started on my coding journey, and I've already learned that the dev community is one of the most welcoming and supportive spaces on the internet. Whether you're a seasoned senior engineer or someone who just wrote their first "Hello, World!" program, there's a place for you here.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I'm Here
&lt;/h2&gt;

&lt;p&gt;I decided to join DEV for a few reasons:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To Learn&lt;/strong&gt; - There's so much incredible content here, from tutorials and guides to thoughtful discussions about best practices and industry trends.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To Connect&lt;/strong&gt; - Programming can sometimes feel isolating, especially when you're learning on your own. I'm looking forward to engaging with others, asking questions, and hopefully helping fellow beginners along the way.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To Document My Journey&lt;/strong&gt; - They say teaching is the best way to learn, so I plan to share what I'm learning as I go. Expect posts about my wins, my struggles, and everything in between.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next?
&lt;/h2&gt;

&lt;p&gt;Right now, I'm exploring the fundamentals and trying to build a solid foundation. I'm particularly interested in web development, and I'm curious about so many technologies that I honestly don't know where to start!&lt;/p&gt;

&lt;p&gt;If you have any advice for a newcomer, I'd love to hear it in the comments. What do you wish you knew when you first started coding?&lt;/p&gt;




&lt;p&gt;Thanks for reading my first post! Here's to the beginning of something great. 🎉&lt;/p&gt;

&lt;p&gt;Happy coding! 💻&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
