Founder @Coyotiv, CTO @openservai Software architect, leader, lecturer, public speaker, mentor, entrepreneur, electronics engineer, guitarist, singer.

Berlin, Germany
It’s been 15 years since I last wrote an academic paper and I didn't expect the next to be this fundamental. Today we published a research paper with @openservai that represents a major breakthrough in how we think about AI reasoning. For years, we’ve been told that better AI reasoning means bigger models, longer chains of thought, and higher costs. We accepted that trade-off almost by default. This work questions that assumption. With BRAID's structured, bounded reasoning, we’re seeing up to 74× efficiency gains and ~30× better performance per dollar without losing accuracy.
18
35
153
28,086
Armagan Amcalar retweeted
Thank you, @waveshare00, for sharing our 3D cube demo. The cube runs on one of their ESP32-S3 boards, and so does something more demanding we built for the same device: a fully featured weather app. It's written the way you'd write a React app. The interface is made of components with their own state and actions, nested as deep as the app needs. The styling is plain CSS, with TrueType fonts, variables, gradients, animations, Flexbox and Grid, and it renders the same way it would on the web. At the heart of Gea is a compiler that turns that TypeScript, JSX and CSS into C++, which is compiled into a native binary for the board. Everything on screen is rendered on the device itself, with no browser involved. If one of these boards is on your desk, this is the kind of interface Gea can put on it. Watch the weather app demo: piped.video/watch?v=67x-owYw…
A 3D cube running at 60 FPS on a Esp32 s3 microcontroller—built with TypeScript, JSX, and CSS. Very impressive.
1
1
6
1,099
Jev + SERV is actually insane. We already showed you can increase Jev's performance with SERV Reasoning. Now we're taking it further, bringing Jev-powered Decision nodes into Graph Sharding with the upcoming SERV v3. Here's a breakdown of how it works: Jev is a decision-making model. Given a task and a set of options, it predicts which path is more likely. Think of the octopus that predicted World Cup results. Jev does that for your business, except it's not luck. It weighs every option and tells you how sure it is. It does this by assigning probabilities to outcomes. It doesn't generate text on its own, so you can't expect it to create a new outcome for you. But that's also what enables it to be lightning fast and dirt cheap. For example, in customer service you can ask Jev how to triage an incoming query and route it to the correct department. It can only select from the list of departments you provide it. This also means it can't hallucinate a new outcome outside the options it's given, which makes it incredibly interesting for OpenServ. In Graph Sharding, we take a single system prompt and break it down into multiple LLM steps with deterministic input and output shapes. Some of these steps require an LLM to produce new output, while others are simply decision routers that determine the next possible path. Traditionally, LLMs are slow and expensive. Breaking a single prompt into multiple steps increases accuracy and reliability by a ton, but it also introduces latency. Jev takes on those decision nodes, which are the backbone of a business process and therefore SERV graphs, and makes them super consistent and lightning fast, lowering the overall cost and latency of graph execution. SERV Reasoning on its own is a great force multiplier for Jev because, like all other models, it works by interpreting input instructions. The clearer those instructions are, the better the model performs. That's where SERV Reasoning comes into play. Just like amplifying any other model, we also amplify the accuracy and consistency of Jev's responses. And now we're bringing Jev-powered Decision nodes into Graph Sharding with SERV v3.
Jev is seriously impressive. SERV makes it better. We put Jev through the same benchmark we use to evaluate leading AI models, testing it both standalone and armed with SERV Reasoning. Paired with SERV, Jev moves into the top tier of our benchmark, beating Claude Fable 5 at 30x lower cost, with cost similar advantages over GPT-5.5 (~15–20x), Gemini 3.5 Flash (~15x), and Grok 4.3 (~6–7x). The result is clear: Jev + SERV materially outperformed Jev on its own. Jev is extremely fast, well designed, and great at decision-making. Instead of relying on open-ended responses, it produces structured decisions with probability scores attached. SERV pushes that performance further, adding a stronger reasoning layer to improve the quality of those decisions for high volume agentic work. The SERV Reasoning API is live, so any developer can test and deploy SERV Reasoning today in just a couple minutes. Get access at: openserv.ai The agentic economy won’t scale on better models alone. It needs better reasoning infrastructure that are finetuned to the reliability, auditability, and affordability requirements of enterprise agents. SERV is building that layer.
25
37
251
363,813
Armagan Amcalar retweeted
GEA is a stack for writing one TS codebase that compiles to real native binaries on MCUs, embedded Linux, macOS, and iOS. Learn more: geastack.com/
1
2
4
1,275
The more I use ESP32-P4, the more I'm in love with it. The possibilities it can do is practically endless.
1
1
5
758
Armagan Amcalar retweeted
스마트워치부터 단돈 4,000원짜리 임베디드 칩, iOS까지 전부 다 돌아간다고 지금 전 세계 개발자들 사이에서 난리 난 오픈소스. 보통 이런 소형 기기는 C++로 피땀 흘려 짜야 하는데, 브라우저도 OS도 자바스크립트 엔진도 없는 환경에서 웹 프론트엔드 코드(TS + CSS) 그대로 60fps를 뽑아냄. 웹 개발자가 단 하나의 코드베이스로 모든 하드웨어를 장악하는 미친 기술의 정체 👇 (타래)
4
5
51
5,634
You don't have to port to Rust anymore. A TypeScript HTTP server just outran Rust's hyper. That's it. That's the news. Gea Stack compiles TypeScript and node standard library into C++ ahead of time. You can even compile Hono and get 3.7x more throughput with 36x less RAM.
2
6
45
2,544
See how it compares to scriptc from @vercel in terms of capabilities and performance. TLDR: scriptc can't compile node:http on its own. When you make it compile, it's only half compliant with node:http. For example, it sends the body even if you do a HEAD request. geastack.com/blog-geatsc-vs-…
1
3
278
Node apps are only one kind of apps you can compile with Gea. You can build entirely native iOS and macOS apps, even importing and making use of native Swift classes directly inside TypeScript. Give Gea Stack a go today. It's available over npm and GitHub.
3
230
Now you can play it online at skytail.coyotiv.com The same game that runs on iOS, macOS, Windows, and XBox.
Introducing SkyTail, and building XBox games with Three.js and @Geastack SkyTail is our very first game that we developed at @coyotiv. Besides how fun it is to play, the most striking feature is that it's a JavaScript game built with Three.js, compiled natively to Mac, iPhone, iPad, Windows, and most importantly, XBox, to run at full native 4K resolution at 60 frames per second. Gea Stack allows you to build native applications for embedded devices, computers, phones, and game consoles with the same familiar developer experience you know and love from the web. piped.video/watch?v=ETfSiUHe…
2
17
11,732
Introducing SkyTail, and building XBox games with Three.js and @Geastack SkyTail is our very first game that we developed at @coyotiv. Besides how fun it is to play, the most striking feature is that it's a JavaScript game built with Three.js, compiled natively to Mac, iPhone, iPad, Windows, and most importantly, XBox, to run at full native 4K resolution at 60 frames per second. Gea Stack allows you to build native applications for embedded devices, computers, phones, and game consoles with the same familiar developer experience you know and love from the web. piped.video/watch?v=ETfSiUHe…
3
18
4,036
Jev looks like a really natural fit for graph sharding in OpenServ v3. Graph sharding already lets us intelligently break down and route execution across large agent graphs, but having a decision layer this fast and cheap could make those routing decisions dramatically more efficient — potentially allowing us to make many more intelligent decisions throughout execution without paying the latency and cost of additional LLM calls. We’re definitely looking at integrating it.
I got access to Jev earlier today (thank you @hackgoofer). I have run ~5,000 requests so far, (which cost me around $2!), across classification, model routing, intent, steering, and many other things. tl;dr, Jev enables a new intelligent decision-making primitive, separate from deterministic code and LLM calls. This allows a class of decision-making that was neither suited to dumb, unintelligent code, nor to slow, expensive LLMs. It is super fast and cheap, and I think I will likely end up making a few Jev calls to every LLM call I make in my product. I think probably any company using LLM requests today can probably add a Jev call pre and/or post LLM calls to quite literally make their product much better for free, and have better tool calling behavior in many cases. I happened to have a personal benchmark for this as I’d been working on a ton of proactivity and classification tasks. I have been using the deepseek flash and more recently gpt 5.6 luna family of models as reasonably smart classifiers with low latency. Think questions like: - Did this conversation output contradict something they’ve mentioned before? - Should we send a followup message to this user based on our rules? - It’s been a few seconds of silence. Should we proactively send a message? In the past, I’ve been forced to write a bunch of what I call decision chains, mostly because an LLM classification call is very expensive in TIME (avg 4s), and less importantly can cost quite a bit if run on every message. Imagine a normal chat app. If you added 4s to every response to figure out if the response is good before sending it out, that ends up being pretty bad. So instead, I usually have to write some code that is a crude heuristic that runs quickly and decides whether to run the classifier. Obviously this sucks because you call the classifier many times that you don’t want to, which makes your p95 bad, and you also miss cases with the heuristic, and you also have to manage all of these weird chains. With Jev, it’s cheap enough, and fast enough (p50 ~150ms, p95 ~350ms in my testing!) that you can easily run it every turn. Heck you can reasonably run it before generation AND post generation, for any application that isn’t realtime voice, and still feel snappy. But this is just one use case. Think: smarter model routing, better context packing, better responses, better observability for intent/tags/safety, smarter retries and so much more. By simply thinking about the inputs and outcomes you want to enforce, you can use Jev to supercharge most model calls and reduce bad user outcomes. The more “quirks” a model has, the more valuable it ends up being. It’s a bit weird and unintuitive using Jev. Generally, you want to decrease the # of questions you ask a classifier, or it makes more mistakes. In fact, you might want to ask your questions kind of in a compound way, because the reasoning happens in a shared scratchpad of sorts. Adding questions muddies the scratchpad and makes it take longer. With Jev, you feel incentivized to go the other way, to formulate your query as a set of independent questions. It doesn’t feel like adding more questions decreases your performance on others. You can go a bit deeper to improve tool calls. Many model tools are things like turning on settings, or other things. You can easily improve models that are not very good at tool calling with Jev, by simply figuring out when to run them. You can do a pre-LLM call to figure out when to unfurl different tool definitions, in order to make your main LLM run better, you could run a background task with Jev + another LLM to reduce tool and context burden on your main LLM, and free it to be responsive. I’ve only scratched the surface of my testing but very excited!
5
12
59
3,093
Armagan Amcalar retweeted
I can’t invest in Jev. I can’t DM this founder dude and ask him his thoughts on inference costs or AGI. I can’t go to the Jev TG and take notes On Uncle Talks from their cracked CTO. I can’t have a potential equity share if Jev gets bought out by Anthropic. With $SERV I can do all of those plus more. @open_founder and @dashersw have always been available for discussion and questions. They’ve always worked to build value in the token for holders. Reasoning and inference cost is the narrative that will drive Ai in the next 12 months. Only @openservai gives you trusted long term exposure to this market. This is why I’ve built the #StrategicReSERV. $SERV was early, PT was early. Will you be early?
12M+ views so I had to dig into this Is it just a hyped launch or something novel and actually useful? I’m leaning to the latter and will break it down with a practical example First, understand that Jev isn’t a typical LLM that you prompt and get back a written response It’s much more specific - you give Jev context along with a set of questions and possible answers and it returns probabilities to each question and answer set, and it does it super fast and cheap I found it helpful to think through a simple example: Let’s say you’re an online retailer and you get hundreds of inquiries a day You put an agent in the workflow that looks at each inquiry and makes a judgement call on the next action and then generates a response But that LLM judgement call can be messy - LLMs still have a tendency to make shit up or respond in ways that you don’t like, so we put humans in the loop What Jev does is look at each inquiry and makes a fast decision on the nature of it so the workflow can take the next best action with confidence It doesn’t replace the workflow or the LLM entirely, it handles the fuzzy fork in the road that used to require a human to read the message first Let’s say you get a customer email: “This jacket sucks! The zipper jammed the first time I wore it and now it won’t close so I want my money back.” That message lands in the retailer’s system along with a few facts the company already has: the order is 11 days old, the return window is 30 days, the jacket was $100, and this customer has one previous order with no refunds In a typical LLM workflow you’d let the model decide what to do and have it initiate that action and send a reply email, BUT many companies want a HITL in many of these cases, especially ones where it’s not entirely clear what to do Imagine the LLM replies to the email with troubleshooting instructions on how to fix the zipper - probably not the best action With Jev, the company doesn’t ask it to write a reply, it asks a few specific questions about the email and order >Does the customer want a refund? >What is the main issue: defective product, didn’t like it, late delivery, or something else? >How unhappy does the person sound? >Does this look like it falls inside the published return policy? >Should this go to returns, quality control, or a human agent? Jev looks at the email and the order context, then answers all of those at the same time with a probability score - no prose, just a score In this case the picture comes back fairly clear: yes, this is a refund request, the issue is a defective product, frustration is high but not explosive, the request is inside the return window, returns should own it That is enough for the retailer’s existing rules to take the next action with confidence If Jev had been less sure - say the email was sarcastic, the order was 45 days old, or it was unclear whether the customer wanted a refund or a replacement - the workflow could put the ticket in a human queue instead of guessing The useful part is the handoff, specifically knowing when to pass it to the next step in a workflow or route to HITL If Claude were the judge in a less clear situation, you’re likely to get a long winded answer that still leaves you wondering what to do next, and it would have taken longer and cost a lot more This was a simple example but I can see how this can be incredibly useful in complex enterprise workflows which is why I lean towards novel and useful over just a hyped new thing Will be following this one closely
8
49
2,081
Reasoning in autonomous agents is the biggest challenge in making AI useful for everyone. Sure, your chat pal agent you're talking to daily is fine and all, but in that environment you have the power to say "this didn't work, try this other thing". You are effectively babysitting your agent. In an autonomous agent, there is no babysitter. For AI to become widely adopted, to provide economic benefits and contribute to a more equal and better world, and to enable real human autonomy, it has to reason and work on its own. This is why we've built SERV Reasoning. It's the first of its kind. A reasoning engine that enables use cases that were impossible to think of before. A reasoning engine that bounds LLMs with clear focus, reducing their divergence to practically zero. AI agent economy is coming, but it will turn into the story of Virtual Reality if there is no fundamental, practical, reliable reasoning engine behind it. That's what we are building at OpenServ, and the API is available today as a drop-in replacement to OpenAI and Anthropic APIs. Give the API a spin and let us know what you think.
2
15
67
1,389
The real test of agent infrastructure begins when developers use it in ways you did not anticipate. That is why I am excited about the 1st SERV Reasoning Hackathon. For the next two weeks, developers will build agents, workflows and products with SERV Reasoning across four different tracks. For us, this is an opportunity to see how the infrastructure performs across new ideas, workloads and edge cases. As we work toward Graph Sharding, self-improving intelligence and task-specific models, what developers build and discover will help shape where we go next. If you are building agentic systems, I would be happy to connect, hear what you are working on and help get you started with SERV.
The 1st SERV Hackathon is live. Two weeks to build with SERV Reasoning and get rewarded. Get hands-on early before SERV v3/v4 brings graph sharding, self-improving intelligence, and task-specific models. Submissions close Sept 28. Pick your track: openserv.ai/hackathon
7
17
78
5,962
Armagan Amcalar retweeted
The AI agents that win will be the ones that reason better. SERV gives developers the infrastructure to make that happen, without rebuilding their whole stack. The first SERV Hackathon starts in two days. Let’s see what you build. Pre-register here: form.typeform.com/to/GyPxGqR…
Everything we’ve done so far was preparation for this. Today, we open access to production-grade AI reasoning for every team. SERV Reasoning API is now live. This unlocks next stages: SERV v3→v4. Make your first API call & check 26/27 milestones: openserv.ai
10
35
163
9,013
I’ve been building agentic systems since their dawn, and I know how difficult it is to make them reliable, deterministic, and cost-efficient. For years, we have been told that better reasoning requires bigger models, longer chains of thought and higher costs. We accepted that trade-off almost by default. BRAID questions that assumption. With structured, bounded reasoning, we have already demonstrated up to 74x efficiency gains and around 30x better performance per dollar without losing accuracy. This means enterprises can roll out reliables agents at scale, while keeping their costs under control. Now any developer can access it using the OpenAI or Anthropic SDK you already use. Change the base URL, add your SERV API key and continue building. V3 will bring Graph Sharding for compliant, auditable and accountable agentic systems operating at enterprise scale. If you are building agents, try it. Push it to its limits. Tell me where it fails and what problems you need us to solve next. My DMs are open.
Everything we’ve done so far was preparation for this. Today, we open access to production-grade AI reasoning for every team. SERV Reasoning API is now live. This unlocks next stages: SERV v3→v4. Make your first API call & check 26/27 milestones: openserv.ai
11
37
134
15,404