devwithjev
— reading now— views
Submit a build

Jev and Astra AI Agent System

Solomon Rojie describes an AI agent system combining Jev and GPT-6 Astra. Its flow is prompt, GPT-6 Astra, Jev decision, Astra execution, and result.

Solomon Rojie@Solomonrojie𝕏
Jev + GPT-6 Astra is the best AI agent system I’ve ever built. CHEAPER and FASTER than 96% of the systems other people are running. Prompt → GPT-6 Astra → Jev decision → Astra execution → Result Here’s the setup in 7 steps which take just 6 minutes: Step 1 → Create a TypeSafe API key. Keep it in secure storage, never in chat. Step 2 → Add TYPESAFE_API_KEY to the environment running your Astra agen
Sep 20, 2026X postsView on X
The post says the setup takes six minutes and has seven steps. It begins with creating a TypeSafe API key and storing it securely, then adding `TYPESAFE_API_KEY` to the Astra agent’s environment.

Also filed under Agents & browsers

  • Evaluates Tool-Using Agents with Jev in CI

    The project evaluates a real tool-using AI agent using code checks, a calibrated Jev judge, and an LLM judge. It is wired into CI.

  • Watchdog for AI Coding Agents

    Jev Watch is a watchdog for AI coding agents that stops Codex or OpenCode when they loop, stall, or drift off task, then resumes the same session with a correction.

  • Fraud Investigation Agent

    The author is building a fraud investigation agent using Jev and TigerGraph. Its flow goes from an alert through graph evidence, a Bayesian update, a pattern, Jev’s extra lookup, policy, a verdict, and human approval.

  • Coding-Agent Runtime Using Jev Decisions

    Distill is a coding-agent runtime that uses Jev decisions for model routing, context retention, and tool selection.