Large Language Models (LLMs) have amazed us with their ability to generate human-quality text, translate languages, and answer complex questions. But what happens when you need them to tackle something outside their general knowledge base – like predicting the properties of a protein or translating a highly structured technical document? That's where tag-based prompting comes...
Category: Technology
ChatGPT’s artificial empathy is a language trick. Here’s how it works
Anthropomorphism occurs when we attribute human characteristics to non-human entities like animals or machines. Chatbots, such as ChatGPT, Gemini and Copilot, encourage this by imitating human language to communicate with us, going beyond using mere familiar words and phrases to adopt human patterns of communication. By doing this, they are able to hold contextualised, coherent...
The Long Context
In "You Exist In The Long Context," Steven Johnson explores the advancements in large language models (LLMs), particularly the significant impact of long context windows. Johnson illustrates this progress by creating an interactive game based on his book, showcasing the LLM's ability to handle complex narratives and maintain factual accuracy. He draws a parallel between...
The Model Context Protocol
Anthropic's Model Context Protocol (MCP) is an open-source standard for connecting AI assistants to various data sources. MCP employs a client-server architecture, enabling two-way communication between AI applications (clients) and data providers (servers) via different transports like stdio and HTTP with SSE. The protocol facilitates access to resources, tools, and prompts, enhancing AI response relevance...
TinyTroupe: Simulating Human Behaviour with AI
Microsoft has released TinyTroupe, an open-source Python library that uses large language models to simulate human behaviour in virtual environments. This allows for testing digital advertising, software, and generating synthetic data for machine learning. The library enables the simulation of multiple AI agents ("TinyPersons") with individual personalities interacting within a simulated world ("TinyWorld"), facilitating virtual...
Claude 3.5 Computer Use: The AI That Sees and Controls Your Computer
Imagine an AI that can navigate your computer just like you do, using only its "eyes" to understand and interact with the screen. That's exactly what Claude 3.5 Computer Use aims to achieve. It can tackle various tasks, from browsing the web to conquering challenges in video games, all without relying on traditional methods like...
Magentic-One by Microsoft – GUI Automation Ante Portas
Magentic-One by Microsoft, is an open-source, multi-agent system designed to solve complex tasks using artificial intelligence. Magentic-One utilises a team of specialised agents, each possessing unique skills like web browsing, file handling, and code execution, all coordinated by an Orchestrator agent. This modular design allows for flexibility and extensibility, enabling the system to adapt to...
The llms.txt Standard and the Rise of Human-AI Infrastructure
The World Wide Web stands at the threshold of a profound transformation. A new proposal called llms.txt signals the emergence of something remarkable: a web that serves not just human readers, but artificial intelligences as first-class citizens. This isn't merely another technical standard—it's the beginning of a fundamental shift in how we think about digital...
Test-Time Training: A Breakthrough in AI Problem-Solving
In a groundbreaking new paper from MIT researchers, artificial intelligence has taken a significant step forward in its ability to solve novel, complex problems. The research demonstrates that with a technique called "test-time training" (TTT), AI systems can dramatically improve their reasoning abilities—matching human-level performance on some challenging tasks. Let's dive into what this means...
Anthropic releases automatic Prompt Improver – Is Prompt Engineering over?
Anthropic has released new features in its developer console to improve the quality of prompts used with its language model, Claude. The prompt improver automates the refinement of existing prompts using techniques such as chain-of-thought reasoning and example standardization. The console also allows users to manage multi-shot examples in a structured format and provides a...