Jev software architecture showing agent architecture vs if/else architecture vs jev integrated into if/else
A cartoon skull with a hotpink hat on.3 min read

Jev

ai
341 views

I am very excited about Jev. Typesafe.ai has something fresh, powerful, unique here. I'm mentally infactuated.

Attributes of Jev that stood out to me:

  • common-sense judgments over unstructured data
  • machine interfaces matter more than the chat interfaces
  • code owns the workflow and AI handles narrow, structured decisions

We get the tokenization LLM powers to breakdown input (token window) but without the word vomit. No hallucinations because it's not using probability to hopefully create a pleasing string.

It's exposing the intricate connections it made to the input data. To extract meaning from that super brain that just ingested your JSON, you ask it blunt questions in near natural language.

It's like a fast path to machine learning.

Where you used to need a ton of data and custom machine learning, then run that somewhere and have it probably be slow. Jev is fast, learns data patterns near instantly, and lets you ask questions and make decisions about it's processing of the data.

😅

I don't know how many of those words will resonate with you.

But I urge you to sit down for more than an hour with this. Run through all the tutorials, watch a few of their videos and read the docs.

I think we're looking at a next-gen programming model.

My Playground #

Here is a playground I made to see what Jev thinks about agent assisted art and whether or not a human or an agent is actually the creative.

Comment out one of the stories so the dataset is lopsided, run it and observe the question scores. Then switch to the other story, run it, observe the scores.

This is powerful stuff.

System One #

System One has some really compelling examples, and of course I loved the Doom example.

Jev playing Doom, theres a state machine of input and jev probability scoring next to it

Since Jev is fast, it can process the game's structured data (enemies, room details, etc) and "make common sense judgements", AKA play the game damn good.

Questions #

Q: Jev doesnt want to own the code, but does want to own narrow structured decisions… which shouldnt the right line of code be a narrow structured decision?

Seems to me like someone could make a Claude Code out of this.

Q: At first I felt the usages of Jev were limited, but I think we're looking at more of a programming model shift then some new tool?

It's fundementally making me think different about how I could write logic to create systems.

Q: What kind of apps does it unlock because it's so fast?

A lot of early use cases will be periodic queries, but if you can get intelligent judgements multiple times a second…

4likes

and 2 others

Join the conversation on

I just got access this morning, went straight to the top of the list to implement 😅
Zan MarkanZan Markan