I have to say the new GPT-4 because it's basically Claude 3 now lol
LLMS
-
GPT-4 Turbo Improvements: Code Generation and Vision Function Calling
By
–
From a full day of testing with the new gpt-4-turbo, a few things stand out: It's much less lazy and more willing to output large chunks of complete code. It seems better at reasoning. Plus, function calling with vision is going to be a huge unlock.
-

Reverse Engineering System Instructions for REST API
By
–
The REST API documentation doesn't cover system instructions yet, so I had to reverse engineer how to use them from the Python client library – notes on that here https://
github.com/simonw/llm-gem
ini/issues/6#issuecomment-2046460319
… The JSON looks like this: -

LLM-Gemini Plugin Update Adds System Prompt Support
By
–
New release of my llm-gemini plugin – it can now send system prompts to the Gemini model, taking advantage of a feature they released today https://
github.com/simonw/llm-gem
ini/releases/tag/0.1a2
… -

Cursor Introduces GPT-4-Turbo with Enhanced Reasoning Capabilities
By
–
Cursor users can now use the new gpt-4-turbo model. We’ve observed improved reasoning on complex tasks. Example comparison between gpt-4-1106 and the new gpt-4-turbo below:
-
GPT-4 Vision JSON parsing and prompt engineering techniques
By
–
Were you asking GPT-4 Vision for JSON and then parsing what came back – did you have to do anything special to avoid "Here is the JSON for that:" prefixes and suchlike?
-

Google Gemini 1.5 Pro Now Available in 180+ Countries
By
–
Google’s Gemini 1.5 Pro model is now available in 180+ countries via the Gemini API.
— Rowan Cheung (@rowancheung) 10 avril 2024
The company also introduced native audio understanding, system instructions, JSON mode, and more.
Try the 1.5 Pro for free with my tutorial below: https://t.co/zih5X28NjyGoogle’s Gemini 1.5 Pro model is now available in 180+ countries via the Gemini API. The company also introduced native audio understanding, system instructions, JSON mode, and more. Try the 1.5 Pro for free with my tutorial below:
-

Meta Confirms Llama 3 Release Within One Month
By
–
At an event in London, Meta confirmed that it plans an initial release of Llama 3, its GPT-4 competitor, within the next month. The company did not disclose the size of the parameters used in Llama 3, but it's expected to have about 140 billion parameters.
-
Meta Llama 3 Launch Imminent Plus Major AI Developments
By
–
JUST IN: Meta confirmed its GPT-4 competitor, Llama 3, is coming within the month. Plus, more developments from Intel, Google Gemini 1.5, OpenAI, Microsoft, Cohere, eBay, and Archetype AI. Here's everything going on in AI right now:
-
Mistral Releases 8x22B MoE Model Advancing Open Source AI
By
–
Apparently this is a 8x22B MoE (Mixture of Experts) model Mistral's previous most powerful openly licensed model was Mixtral, an 8x7B MoE