Blog

Understanding ChatGPT API prices

Understanding the cost of using the OpenAI API

AI can now produce a remarkably convincing amount of prose in a few seconds. But computational eloquence still comes with a bill. So if you’re planning to use its API, the price depends on a combination of tokens, models, and context. This article unpacks how those pieces fit together and what they mean in actual dollars.

#ChatGPT#OpenAI#LLM

Read more →

State Machines With React

Managing complex React state with finite state machines

As web applications grow and user interactions become more complex, keeping track of state can become difficult. Libraries like Redux and MobX address broader state-management problems, but they also introduce their own concepts, conventions, and tooling.

#React

Read more →