Skip to content

Commit 0c277ad

Browse files
committed
new post and update resume link
1 parent c08d38b commit 0c277ad

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

content/posts/ai-wild-west.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "AI mid-2025: the wild west of OSS"
3+
date: "Thu Jul 3 00:43:25 MDT 2025"
4+
draft: false
5+
category: "blog"
6+
tags: ["AI", "tech industry", "job search", "rapid innovation", "upskilling"]
7+
summary: "AI is exploding in innovation in the tech world. That's super exciting and it is about time I contribute to efforts of larger scale."
8+
---
9+
10+
# hire me - before it's too late
11+
12+
A small update after much has happened: I’ve now shifted to devoting more time on my job search traditionally (interviewing as a human). On one hand, my chatbot again needs an architectural shift with some new tech that would streamline deployment to prod (will discuss later) and on the other hand, most basically, income is required for me to pay for bills.
13+
14+
Besides, I miss working on a team on something larger than myself. I know I could make a difference, especially in a time like this in our industry.
15+
16+
## what’s the deal in AI for real
17+
18+
As I’ve written previously, I began an intense journey independently upskilling from regular full stack developer to full stack developer including AI-based software developer in January of 2023.
19+
20+
It’s July 2025, and I think the open-source AI ecosystem has been transformatively disrupted (think MCP adoption/scale) at least six times or so. What does prevail, and understandably so, is the industry’s confusion about how it works, why and when to use what, and what it all means.
21+
22+
AI is constantly growing into improved, different, additional technology and tools to understand. From the developer standpoint, it’s more and more for me to learn how to work with, and while I adore learning constantly, it’s not what puts my current project into production... but it is, if I learn the right tech for my project’s deployment. Key words: _right_ tech.
23+
24+
For other roles dealing with AI, perhaps while trying to grow a company’s utilization of AI, I am sure it’s a doozie of buy-in, due diligence, research on stuff in a way different professional realm,[who the heck do we hire to do this](https://mollycarroll.dev/about/resume/) and a lot more to juggle. Even so, growing a career at a time of history like this is exciting despite lots of unknowns.

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dateFormat = ':date_long'
1111

1212
# Show content graph for single notes and posts.
1313
# Default: true
14-
showGraph = false
14+
showGraph = true
1515

1616
# Author details for the JSON-LD structured data.
1717
[params.author]
@@ -30,7 +30,7 @@ recentPostsLimit = 3
3030

3131
# Display recent notes on the homepage.
3232
# Default: true
33-
showRecentNotes = true
33+
showRecentNotes = false
3434

3535
# Set how many recent notes to show.
3636
# Default: 5

0 commit comments

Comments
 (0)