I think AI accidentally became my personality for a month
The author reflects on their recent experience with AI, noting a shift in perception from viewing it as mere chatbots to seeing it as complex systems. They express a preference for the human-centric aspects of AI, such as understanding emotions and facilitating community connections. Looking ahead, the author plans to embark on new projects related to Agentic AI and LangGraph while seeking opportunities in internships and open-source initiatives.
- ▪The author has completed the GenAI foundations phase and now finds AI concepts more comprehensible.
- ▪They prefer the human side of AI, focusing on its ability to understand tone and context.
- ▪Upcoming projects will involve Agentic AI and LangGraph, with a focus on community and compatibility.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 2572708) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Somay Posted on May 27 I think AI accidentally became my personality for a month #ai #programming #productivity #career Okay so I think I’m finally done with the GenAI foundations phase like genuinely done RAG, tools, tool calling, agents, Ollama and all that stuff that sounded terrifying 2 weeks ago now somehow makes sense in my head and the weird thing is… I don’t think AI feels like “chatbots” anymore it feels more like systems now like workflows memory humans context behaviour…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).