Similar Posts
AI Video Tools Are Getting Harder to Ignore
A short note on fast-improving AI video tools, using one of my photographs as the source image, and why viewers need a more critical eye online.
- AI | GPT Researcher | Software
GPT-Researcher: How is AI being integrated into Canadian legal firms?
I’ve been testing an AI research tool; GPT-Researcher recently. This is what was produced from: “How is AI being integrated into Canadian legal firms? Which areas have the most success? What about future innovations?” The Integration of AI in Canadian Legal Firms: Current Successes and Future Innovations The integration of artificial intelligence (AI) into Canadian…
OpenAI releases Privacy Filter for PII detection and redaction
OpenAI releases Privacy Filter, a local PII detection model for privacy-preserving data processing.
ChatGPT Deep Research – April 20th update: Canadian Federal Election 2025: Outlook and Analysis
Earlier this month I ran a ChatGPT Research task to review the election status. I ran it again to update it; here is the output. “Great — I’ll run a deep research pass focused on the 2025 Canadian federal election, building on earlier findings to identify new inflection points, updated polling, and whether the projected…
Calculating pi with Python
Calculating the Digits of Pi: Benchmarking the Bailey–Borwein–Plouffe (BBP) formula and the Chudnovsky algorithm Don’t judge me; what do you do on a Wednesday night? I asked ChatGPT to spit out some Python code to calculate pi to 1,000 digits. Then asked if it could speed it up. Computing the digits of π (pi) is…