62,594 results for are · 2.593s

News for “are”
4 results • 2589 ms server time
Moozonian News
ojcp.dev• Aug 12, 2026• 1 min read
Show HN: OJCP – an open protocol for agent-consumable job dataAuthor here!Agents are applying to jobs for people right now, with progressively more volume, and there's nothing built for it. So they scrape career pages and fight ATS forms with Playwright/Browser Use, which breaks constantly (or they get bot blocked). Employers get buried in applications that don't fit, candidates hear nothing back, and the resume is now an AI-written thing that another AI scores (which breaks the existing model entirely, btw).OJCP is MCP tools for search and apply, a manifest at /.well-known/ojcp.json so agents can find providers, and schemas that extend schema.org instead of replacing it. The playground on the site is a live MCP endpoint, so you can throw calls at it right now.Why a spec at all when models keep getting better at figuring things out? Inference can't produce authorization. An agent can work out what a form wants. It can't establish that someone consented to this specific submission, and then employer has no way to verify who's calling. So TL;DR a m
Moozonian News
federaide.rocklab.in• Aug 12, 2026• 1 min read
Show HN: FEDERaiDE, a TUI harness with P2P multi-agent routing and built in IDEHi!Federaide is a general purpose multi-agent harness that runs in your terminal. It is meant for recreational programming and automating your scripts. The agents are just named instances of language models which have their own memories, backstories et cetera, and can coordinate with each other as they require. It has its own IDE (complete with interactive structure parsing and jump to def). I am building Federaide as a solo project.Why do I build this? Some reasons:- I reached out to some people to try my other IDE, many of them did not have suitable computers (or at all).- During this time I observed almost every normal person has interacted with AI via their phones (usually the Gemini/ChatGPT app).- I felt I could bring the joy of coding to a lot more people if I could make an AI assisted IDE run on Android.- When I go to sleep I like to try out code ideas. Can't take my macbook to bed, have cats. Do have a spare Android, thought it would be nice to have a coding platform I could us