Instant Plugins for ChatGPT: Introducing the Wolfram ChatGPT Plugin Kit
How to make your own ChatGPT plugin that does specific computations or accesses your own data or services. Deploy to your own machine or the cloud. Plus, Stephen Wolfram explains how it all works.
Dropbox lays off 500 employees, 16% of staff, CEO says due to slowing growth and 'the era of AI'
Cloud storage giant Dropbox today joined the fray of tech companies announcing layoffs. The company today announced that it would be laying off 16% of its staff, equivalent to about 500 employees, due to slowing growth, and — in the words of CEO Drew Houston — because “the AI era of computing has finally arrived.” […]
News app Artifact can now summarize stories using AI, including in fun styles
Artifact, the personalized news aggregator from Instagram’s founders is further embracing AI with the launch of a new feature that will now summarize news articles for you. The company announced today it’s introducing a tool that generates article summaries with a tap of a button, in order to give readers the ability to understand the […]
US Supreme Court rejects computer scientist's lawsuit over AI-generated inventions
The U.S. Supreme Court on Monday declined to hear a challenge by computer scientist Stephen Thaler to the U.S. Patent and Trademark Office's refusal to issue patents for inventions his artificial intelligence system created.
In this blog I share my experience in building a Python REPL augmented with ChatGPT. I explore how the application is built, and speculate on software engineering patterns and paradigms that might emerge in systems built on Large Language Models (LLMs).
GEPL - Generate, Evaluate, Print, Loop Link to this section Introduction The Lisp programming language made REPLs (Read, Evaluate, Print, Loop) famous. REPLs are interactive programming environments where the programmer gets immediate feedback on lines of code they just typed.
A brief overview of Langchain's integration with Zapier NLP Actions API
Request Zapier NLP Actions: https://zapier.com/l/natural-language-actions
Langchain docs: https://langchain.readthedocs.io/en/latest/
Open AI: https://platform.openai.com
Other links:
twitter: https://twitter.com/0xmerkle
friday lunch: https://fridaylunch.studio
Bardeen | Automate your repetitive tasks with one click
Bardeen is an automation app to replace your repetitive tasks with a single shortcut and control your web apps from anywhere. Explore our integrations with your favorite apps and hundreds of pre-built playbooks that help you stay in the flow.
Feder: A Powerful Visualization Tool for Vector Similarity Search
We are happy to announce the release of Feder, a powerful visualization tool that can help you see the actual structure of an index and the whole process of a vector similarity search.
Snack Prompt | Discover the Best AI Prompts | AI Collaboration Platform
Explore a community-driven platform to discover, upvote, and share the best AI prompts for ChatGPT & Bard. Follow topics, create and organize prompts, and connect with expert prompters. Unlock AI’s full potential with Snack Prompt.
Over the past two weeks, there has been a massive increase in using LLMs in an agentic manner. Specifically, projects like AutoGPT, BabyAGI, CAMEL, and Generative Agents have popped up. The LangChain community has now implemented some parts of all of those projects in the LangChain framework. While researching and