Similar Posts
Genspark.ai report “Recent Discoveries in Egyptology”
Testing a new-to-me tool – genspark.ai – I basically asked for a report on recent discoveries in Egyptology. Link to that on their site: https://www.genspark.ai/spark/recent-breakthroughs-in-egyptology-a-comprehensive-report-april-2025/c8d23bec-5654-49e3-b43c-5985e357174b Looks like you get one free use; or at least – I used all my credits. I also included a review of the article by ChatGPT at the end. Recent…
Some AI resources
Some good youtube channels: Free courses:
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…
GPT Researcher: Which is better: Star Wars or Star Trek
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: “Which is better: Star Wars, or Star Trek?” The software ran for a…
Multi-LLM Answer Synthesis
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…