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:
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: “What are the chances of the AMOC failing; and what is the timeframe…
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…
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…
Just in case anyone is trying to get this to work, these are the steps I followed. These steps assume you have a rough idea of what you are trying to accomplish and how to get there; this is not a detailed step-by-step guide. I’m using Windows 11 with a 6700XT and the 23.11.1 drivers….
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…
GPT Researcher does a decent job of explaining technical questions; such as how to host open-WebUI. While I haven’t gone through the produced output step-by-step myself; it looks to be at the very least, a great start.