Today My Portfolio Started Talking Back π
An AI portfolio bot has been developed that can engage in conversations about the creator's projects and personal philosophies. The creator faced challenges in sourcing free resources for the project, highlighting the difficulties of navigating the free tier ecosystem. Despite some setbacks, the creator expressed excitement about the bot's capabilities and personal growth throughout the process.
- βͺThe AI portfolio bot can discuss various topics related to the creator's life and work.
- βͺBuilding the bot was easier than finding free resources for its development.
- βͺThe creator experienced a sense of accomplishment in deploying a functional AI that can communicate effectively.
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 30 Today My Portfolio Started Talking Back π #ai #programming #productivity #career Today was one of those weird days. the AI portfolio bot is technically alive now π it can talk about my projects, writing, ambitions, weird philosophies, random life decisions, and somehow even picked up on things i never explicitly taught it.
β¦
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).