Some AI resources
Some good youtube channels:
- Matthew Berman – AI news, code samples, model testing
- Wes Roth – news, walkthroughs
- echohive – lots of code samples
Free courses:
Some good youtube channels:
Free courses:
Something I want to try but will likely be too lazy to.
Canada’s new national AI strategy aims to create 250,000 jobs, boost AI adoption to 60%, and invest in sovereign AI infrastructure while prioritizing trust, opportunity, and Canadian sovereignty.
AI will not just automate work—it will also measure it. This article explores how AI-enabled monitoring could reshape workplaces, creating new forms of productivity pressure and surveillance.
Wharton researchers studied 20 game studios on AI adoption. The biggest gains came not from automation, but from studios designed around AI from day one — small generalist teams replacing specialist silos.
Modern systems can query several LLMs (or one LLM with diverse prompts) and fuse their outputs into a superior answer. For example, the Conceptual Boolean Operations framework issues the same query to multiple providers, then applies Semantic XOR (and related operations) to compare responses. Conceptual XOR extracts the unique concepts each model brings (while AND…