Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Descriptions

Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.

Posts tagged ai-tech

This tag doesn't have any usage information yet.

This tag doesn't have a detailed wiki yet.

50%
+0 −0
Incubator Q&A Do Large Language Models "reason"?

There is a lot of debate about the "cognitive" capabilities of LLMs and LLM-based chatbots, like ChatGPT. It's common to see statements like "these models just apply statistical pattern matching" a...

1 answer  ·  posted 6d ago by pbloem‭  ·  last activity 3d ago by John C‭

75%
+4 −0
Meta Broaden the scope of AI tech into all ML?

I created the AI tech proposal primarily because I thought it would be good to have a place to discuss doing stuff with AI models rather than the details of how they are trained and how they work. ...

1 answer  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 6d ago by pbloem‭

66%
+2 −0
Incubator Q&A How can I give an AI sandboxed file access?

I want to give an AI the ability to read, write and manipulate files on my computer, such as with the OpenAI function calling feature. The goal of this is to use the AI to work on a project compris...

1 answer  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 9mo ago by matthewsnyder‭

71%
+3 −0
Incubator Q&A How to get back only code from ChatGPT responses?

I want to use ChatGPT to edit individual source code files. When I give it the file and state what changes I want, it tends to do those quite well, but it's also very chatty and includes a lot of e...

0 answers  ·  posted 10mo ago by matthewsnyder‭  ·  edited 9mo ago by matthewsnyder‭

Descriptions AI Tech

Site Name AI Tech Description Technical AI discussion. Questions, answers and articles about creating and using sophisticated cutting-edge AI models. Topics Topics covered would include: La...

posted 10mo ago by matthewsnyder‭  ·  edited 10mo ago by ArtOfCode‭

Wiki ai-tech
66%
+2 −0
Incubator Q&A Free alternatives to GPT-3/4?

What free alternatives are available to the GPT-3 and GPT-4 large language models (LLM)? Are there competing models with similar capabilities that I can download and run on my own computer?

1 answer  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by mr Tsjolder‭

60%
+1 −0
Incubator Q&A What resources are available about prompt engineering?

Prompt engineering has emerged as a critical concept in the use of LLMs. Are there any good resources for learning prompt engineering techniques?

1 answer  ·  posted 10mo ago by matthewsnyder‭  ·  last activity 10mo ago by matthewsnyder‭

71%
+3 −0
Incubator Q&A What computational resources are needed to train GPT-NeoX?

GPT-NeoX is provided as open source software which you can train yourself: https://github.com/EleutherAI/gpt-neox What are the hardware requirements like for training this model within a reasonabl...

0 answers  ·  posted 10mo ago by matthewsnyder‭  ·  edited 10mo ago by matthewsnyder‭

Question ai-tech training gpt
66%
+2 −0
Incubator Q&A Parameters of openai.ChatCompletion.create

The Python library for OpenAI has a method openai.ChatCompletion.create which takes various parameters like messages, functions, and so on. I could not find documentation for these in the context o...

0 answers  ·  posted 10mo ago by matthewsnyder‭

Question ai-tech openai python
66%
+2 −0
Incubator Q&A How to receive responses incrementally from OpenAI API?

Sometimes responses from the OpenAI API are large and it takes a long time to receive them. During this time the program appears to hang since there is no output. Is there a way to incrementally r...

0 answers  ·  posted 10mo ago by matthewsnyder‭

Question ai-tech openai api
60%
+1 −0
Incubator Q&A Is it possible to write a book with GPT-3?

The context window of various GPT-3 models is given as 4-16k tokens. One token corresponds to about 0.75 words of English text. However, if an average book is 64k words, the GPT-3's context is far ...

0 answers  ·  posted 10mo ago by matthewsnyder‭

Question ai-tech use-case