AI for Product Managers
productme.org
AI for Product Managers
1–10 of 12 posts
Re: AI for Product Managers
#2Re: AI for Product Managers
#3Re: AI for Product Managers
#4Re: AI for Product Managers
#5Sure there is, AI Product Managers are the people who decide that you WILL see an AI summary at the top of Google Search results and you WILL like it and you WILL NOT turn it off under any circumstances.
1. The user will see an AI summary.
2. The user will not turn it off.
3. The user will Like It.
Re: AI for Product Managers
#6Sure there is, AI Product Managers are the people who decide that you WILL see an AI summary at the top of Google Search results and you WILL like it and you WILL NOT turn it off under any circumstances.
Story points for our next sprint, team: 1. The user will see an AI summary. 2. The user will not turn it off. 3. The user will Like It.
Re: AI for Product Managers
#7Sure there is, AI Product Managers are the people who decide that you WILL see an AI summary at the top of Google Search results and you WILL like it and you WILL NOT turn it off under any circumstances.
function hideShorts() { const shorts = document.querySelectorAll('ytd-rich-shelf-renderer[is-shorts]'); shorts.forEach(short => { short.style.display = 'none'; }); } hideShorts(); const observer = new MutationObserver(hideShorts); observer.observe(document.body, { childList: true, subtree: true });
Re: AI for Product Managers
#8Re: AI for Product Managers
#9PMs should probably know about RAG, tool use.