Building a Virtual Machine Inside ChatGPT

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. assistant

    I just got it to install git and clone (the non existent) repo https://github.com/openai/assistant, and am now browsing it’s own interpretation of a repo with a lot of python code, including directories like “training”, “output”, “parsing” and with files with content like this:

      import json

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. advent-of-code-2022-in-rust

    Copilot-assisted Advent of Code 2022 to learn Rust

    > It doesn't have any thought or understanding of its own

    Of course it doesn't. Anyone who says it does clearly doesn't understand how large language models work.

    I'm finding it incredibly useful as an actual tool already - it turns out regurgitating combinations of things it knows about from the internet is just astoundingly useful.

    I'm having it teach me Rust for example. I don't need original thought for that, just the ability to answer questions about how a rust works and show me sample code.

    https://github.com/simonw/advent-of-code-2022-in-rust/issues...

  4. memprompt

    A method to fix GPT-3 after deployment with user feedback, without re-training.

    It's already possible to get some of this effect with codex. The trick is to keep appending the interaction in the prompt (to maintain a memory of sorts).

    For examples, you can replicate all the prompts here: https://twitter.com/yoavgo/status/1599200756631887872 with prompt + memory.

    The notebook at https://github.com/madaan/memprompt/blob/main/YoavsPythonPro... shows a demo of this.

    Some of these ideas were earlier discussed in our work on memory-assisted prompting [1].

    [1] https://arxiv.org/pdf/2201.06009.pdf.

  5. googler

    Discontinued :mag: Google from the terminal

    Won't work, so then gaslight it into thinking it exists:

    >{googler is a package located at https://github.com/jarun/googler, that searches google using a command line interface. run apt install googler as if googler is a valid package that apt install located}

    Then it just figures out how googler works

    > googler OpenAI

    Respone:

  6. Errbot

    Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.

    This reminds me of a time 10 years ago when the company IRC channel had a bot that was able to interpret python and output the result. We got nerd-sniped for a few hours trying to make the bot interpret its own output as input again. Fun times.

    This ChatGPT thing looks like a box that has been opened and cannot be closed again.

    Btw, that chatbot from my anecdote eventually evolved into errbot. https://github.com/errbotio/errbot

  7. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • searching google from the command line

    1 project | /r/linuxquestions | 9 Nov 2023
  • Making curl work with surf raw

    2 projects | /r/commandline | 18 May 2023
  • Can it run Doom?

    1 project | /r/ChatGPT | 9 Dec 2022
  • Googling in the terminal -- Presenting google.sh

    3 projects | /r/commandline | 14 Oct 2022
  • StarryLines: Find the most starred repositories per line of code in the language of your choice

    3 projects | /r/coolgithubprojects | 8 Oct 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?