DEV Community

Cover image for The Future of AI and other stories
Lorenzo Tenti
Lorenzo Tenti

Posted on

The Future of AI and other stories

This article originally appeared on ingest this!, a curated newsletter about Data Engineering, MLOps, and Machine Learning Engineering.


Read this πŸ“š

DevTools for language models β€” predicting the future

LLM capabilities

This post covers the state of LLM DevTools today and where the authors think it’s heading in the future, touching on topics such as experimentation, prompt design, vector databases, and more.


Watch this πŸ‘€

OpenAI CEO on GPT-4, ChatGPT, and the future of AI

In this podcast episode, Lex Fridman interviews Sam Altman, CEO of OpenAI. They cover a wide range of topics, from GPT-4 to the meaning of life.


Hack this πŸ› οΈ

Add generative artificial intelligence capabilities to Pandas with PandasAI

PandasAI is a Python library that adds generative artificial intelligence capabilities to Pandas, the popular data analysis and manipulation tool. It makes Pandas conversational, allowing you to ask questions about your data and get answers back, in the form of Pandas DataFrames. It can also create plots from a DataFrame.

pandas_ai.run(
    df,
    "Plot the histogram of countries showing for each the gpd, using different colors for each bar")
Enter fullscreen mode Exit fullscreen mode

PandasAI example


Meme this πŸš€

ML infra


This article originally appeared on ingest this!, a curated newsletter about Data Engineering, MLOps, and Machine Learning Engineering.

Top comments (0)