Comparative Analysis of Political Party Platforms in the November 2024 Nova Scotia Provincial Election
Here is an AI generated podcast via https://notebooklm.google.com/ using content generated with GPT-Researcher.
Audio podcast:
PDF:
Here is an AI generated podcast via https://notebooklm.google.com/ using content generated with GPT-Researcher.
Audio podcast:
PDF:
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…
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…
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…
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…
A recent large-scale experiment rigorously compared human performance to that of AI—specifically ChatGPT-4 and Bard—in creative and strategic tasks. In open-ended creative challenges (e.g., describing future societies or inventing novel products), ChatGPT-4 consistently produced responses rated as significantly more creative than those generated by humans. Although humans using AI assistance (HumanPlusAI) improved their creative output…