Blog Logo
TAGS

Hyena Hierarchy: Towards Larger Convolutional Language Models

In this paper, we propose Hyena, a subquadratic drop-in replacement for attention, constructed by interleaving implicitly parametrized long convolutions and data-controlled gating. Our proposed method...

Read more...

ChatGPTs Astonishing Potential Unveiled in Inside Story | TED Talk by Greg Brockman

In this TED talk, Greg Brockman, the CTO of OpenAI, explores the advanced capabilities of ChatGPT, an AI-powered chatbot that can generate human-like responses. He delves into how ChatGPT is revolutio...

Read more...

Jupyter AI - A User-friendly and Powerful Way to Explore Generative AI Models in Notebooks

Welcome to Jupyter AI, which brings generative AI to Jupyter. Jupyter AI provides a user-friendly and powerful way to explore generative AI models in notebooks and improve your productivity in Jupyter...

Read more...

MASS-EDITING MEMORY IN A TRANSFORMER

In this preprint, the authors propose MEMIT, a method for updating language models with many memories, scaling up to thousands of associations for large models like GPT-J (6B) and GPT-NeoX (20B), exce...

Read more...

The A.I. Dilemma - March 9, 2023

The A.I. Dilemma - March 9, 2023

The co-founders of the Center for Humane Technology, Tristan Harris and ASA Raskin, discuss the potential dangers and irresponsible deployment of artificial intelligence (AI) in their presentation tit...

Read more...

Announcing Google DeepMind: Accelerating Progress in AI Safely and Responsibly

Earlier today, Google announced the formation of Google DeepMind, which combines the talents and efforts of the DeepMind and Brain teams from Google Research as a single, focused unit. The goal is to ...

Read more...

griptape: A modular Python framework for LLM workflows, tools, memory, and data

# griptape [![PyPI Version](https://img.shields.io/pypi/v/griptape.svg)](https://pypi.python.org/pypi/griptape) [![Docs](https://readthedocs.org/projects/griptape/badge/)](https://griptape.readthedocs...

Read more...

You, too, can LLM: A Quick Guide to Semantic Kernel and Language Models

This article provides insights on the Semantic Kernel, a Software Development Kit that simplifies integration of language models into your own applications. It discusses the capabilities of the Semant...

Read more...

Elon Musk Launches New AI Company, X.AI, to Take on OpenAI

Elon Musk, the founder of Tesla and SpaceX, has quietly started a new AI company called X.AI to challenge OpenAI. The company will focus on developing advanced AI technologies across various domains, ...

Read more...

Emergent Autonomous Scientific Research Capabilities of Large Language Models

Transformer-based large language models are gaining a foothold in the field of machine learning research, with a plethora of applications in natural language processing, biology, chemistry, and comput...

Read more...

Marvin: A Batteries-Included Library for Building AI-Powered Software

Meet Marvin: a batteries-included library for building AI-powered software that introduces AI Functions and flexible bots. With AI functions, developers dont have to write complex code for tasks like ...

Read more...

Meditations On Moloch by Slate Star Codex

In this blog post, Scott Alexander reflects on Allen Ginsbergs famous poem Moloch, exploring the meaning and implications of this entity in modern society. He examines Molochs role in perpetuating hum...

Read more...

MicroGPT: An Autonomous Agent Compatible with GPT-3.5-Turbo and GPT-4

MicroGPT is a simple and effective autonomous agent compatible with GPT-3.5-Turbo and GPT-4. The installation process involves cloning the repository, installing necessary Python packages, and configu...

Read more...

AI-Powered Task Management System using OpenAI and Pinecone APIs

This Python script demonstrates an AI-based task management system that utilizes OpenAI and Pinecone APIs to create, prioritize, and execute tasks. The script runs an infinite loop by pulling tasks fr...

Read more...

Batch computing and the coming age of AI systems

Batch computing, the process of processing large amounts of data without human interaction, could be revolutionized by the use of foundation models. While current human-in-the-loop systems are already...

Read more...

Task-driven Autonomous Agent Utilizing GPT-4, Pinecone, and LangChain for Diverse Applications - Yohei Nakajima

In this research, a task-driven autonomous agent is proposed that leverages OpenAIs GPT-4 language model, Pinecone vector search, and the LangChain framework to perform various tasks within different ...

Read more...

Databerry - Connect Your Data to Large Language Models

Databerry provides a user-friendly solution to quickly setup a semantic search system over your personal data without any technical knowledge. Load data from various sources such as raw text, web page...

Read more...

Hype grows over “autonomous” AI agents that loop GPT-4 outputs

Since the launch of OpenAIs GPT-4 API last month to beta testers, developers have been experimenting with making agent-like implementations of the AI model that attempt to carry out multistep tasks wi...

Read more...

DERA: Enhancing Large Language Model Completions with Dialog-Enabled Resolving Agents

In this work, we present dialog-enabled resolving agents (DERA) which is a paradigm that provides a simple, interpretable forum for models to communicate feedback and iteratively improve output with t...

Read more...

Reflexion: an autonomous agent with dynamic memory and self-reflection

Recent advancements in decision-making large language model (LLM) agents have demonstrated impressive performance across various benchmarks. However, these state-of-the-art approaches typically necess...

Read more...