-
-
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…
-
ChatGPT Deep Research: Canadian Federal Election 2025: Outlook and Analysis
I’ve been using ChatGPT Plus’s ‘Deep Research’ tool. I asked for detail about the upcoming election. Canadian Federal Election 2025: Outlook and Analysis Likely Winner: Polling and Projections Election Date and Context: Canada’s next federal election is set for April 28, 2025, called as a snap election by newly installed Prime Minister Mark Carney (Liberal)…
-
ChatGPT Deep Research – Risks of Open-Net Salmon Farming in Atlantic Canada
Atlantic Canada’s salmon farming industry – primarily in New Brunswick, Nova Scotia, and Newfoundland – uses open-net pen systems that raise Atlantic salmon (Salmo salar) in coastal waters. While this industry provides economic benefits, it also poses significant environmental, ecological, health-related, and social risks. This report presents a scientific, evidence-based overview of these risks, with…
-
ChatGPT’s ‘Deep Research’: Parallels between pre-WW2 Germany and the current USA
AJH: I generated this via the ChatGPT Deep Research tool. Currently, a ChatGPT Plus user ($20/month) can run ten ‘Deep Research’ tasks a month. I’ll conduct deep research into the current parallels between the U.S. (last 10 years) and pre-WWII Germany, analyzing political, economic, social, and media-related factors. The research will incorporate: I’ll gather the…
-
Calculating pi on 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…
-
AI | GPT Researcher | GPT Researcher | OpenAI | Software
GPT Researcher: “The Collapse of the Bronze Age: The Role of the Sea Peoples”
I’ve been using an AI powered research tool: GPT Researcher One can take the code from GitHub and run it locally. I’ve been intrigued by how fast the tool can create reasonably useful output. As a test of the tool, I asked it to research: The tool ran for a couple minutes and provided the following (PDF at…
-
AI | Code | GPT Researcher | GPT Researcher | OpenAI | Software
AI researching it’s own p(doom)
I’ve been using an AI powered research tool: GPT Researcher One can take the code from GitHub and run it locally. I’ve been intrigued by how fast the tool can create reasonably useful output. I asked it to research p(doom) as related to AI: “Using recent scientific and peer reviewed online documents: Explain p(doom) and…
-
AI | ChatGPT | Code | Python | Text to Speech (TTS)
Text to speech automation via python
I created a python script to monitor an email address for inbound email and change the text of the body into speech. I used ChatGPT for the initial results (“Generate a python script to monitor an email address, and then use openai’s TTS API to convert it to audio and email it back to the…
-
ChatGPT GPT-4o
I found great utility from ChatGPT for coding learning and assistance. This seems to be quite a bit better in practice with GPT-4o. I asked ChatGPT to create a swarm simulation using python, like the old ‘swarm’ screensaver. Then added a ‘hawk’ that catches them. When they are all caught, it restarts. When it was…