Skip to content

What thinking model can I use if I don’t have one trained? #165324

Answered by Fabian1803
fb20w8 asked this question in Models
Discussion options

You must be logged in to vote

Great question!

If you don’t have a trained model but still want to simulate reasoning or decision-making, there are a few good options depending on what you're trying to build.

For logic-based flows, you can use rule engines like Node-RED, Prolog, or even lightweight finite state machines (FSMs) — great for building structured "thinking" without ML. If you're working in Python, check out experta (a rule-based engine).

If you're looking for something more like "pseudo-AI", OpenAI’s GPT, Hugging Face’s transformers, or Anthropic's Claude can act as pretrained models with strong reasoning skills — you can use their APIs without training anything.

Also, if it's game logic or behavior simulat…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fb20w8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
Question Ask and answer questions about GitHub features and usage Models Discussions related to GitHub Models
2 participants