Open Source Social Media using langchain
Something I want to try but will likely be too lazy to.
Something I want to try but will likely be too lazy to.
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…
Large-language-model (LLM) ensembles promise higher factual accuracy and richer answers than any single model, but only if the pipeline is designed to measure and mitigate bias while capturing the data needed for continuous improvement.This article describes an end-to-end pattern built around semantic XOR merging, independent judging, and rigorous logging. 1. Conceptual backdrop Element Purpose Candidate…
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…
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)…
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…
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…