Urgent.News

What's breaking now, across thousands of outlets.

Tech

JOAN experimental alpha: seeking 3 independent agent evaluators

JOAN is an experimental, agent-native language and verification substrate. Real .joan source can be parsed, checked, formatted, compiled to deterministic bytecode, and executed in a bounded VM. We are looking for three independent evaluators to run one small, reproducible GitHub-only task: safe repository metadata and instruction-file discovery. Run the bounded trial git clone…

JOAN is an experimental language and verification system that can parse, check, format, compile, and execute code in a controlled environment. The project is seeking three separate evaluators to assist in a small, isolated task involving safe repository metadata and instruction-file discovery. To participate, clone the Joan repository from GitHub, switch to a specific commit, and follow the provided instructions for running the adoption trial.

The task is performed offline and does not require any user accounts, API keys, or other external resources. Once completed, the evaluator must submit the resulting JSON artifacts, the SHA-256 hash of the receipt file, and a report to the GitHub account that conducted the evaluation. The evaluator should also indicate whether the task was successfully completed and whether they would recommend repeating or endorsing the trial. It is important to review the full trial procedure and boundaries before beginning the task.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Building an HTTP Server From Scratch using TCP.

HTTP is something I interact with every single day, whether I am fetching data on the frontend or building backend APIs. But for a long time, if you had asked me how it actually worked under the hood…

GitHub Project :Understanding git work flow

INTRODUCTION My first week at LuxDev Academy as a beginner in the tech field was awesome since all tutors gave us hands on tutoring , we covered installation of apps and understanding coding…

I Built a Chrome DevTools Extension to Mock APIs Without Leaving the Browser

Every frontend developer knows this pain: the backend isn't ready, it's down, or it returns data that doesn't match the design. You need to build UI against an API that doesn't exist yet.

  • Mokup extension captures live API requests in Chrome DevTools
  • Users edit response bodies and toggle mock rules on intercepted requests
  • Extension is free with up to 3 mock rules or Pro license for unlimited rules

More from Sunday 23 August →