
Ejentum | Reasoning Harness for Agentic AI
Inject engineered cognitive abilities into AI agents at inference time.
@frank_brsrk · X
reasoning tools for ai agents
The full gallery
Tech stack
60 projects

Inject engineered cognitive abilities into AI agents at inference time.
@frank_brsrk · X
reasoning tools for ai agents

An AI assistant that automates and manages business tasks.
@CallSlim_ · X

Build a personal AI assistant with custom look, voice, and conversation memory.
@dearsummer0 · X
Your personal AI companion

Detects AI agent runaway loops and generates verified fix PRs for GitHub or local apply.
@void_rags · X
Introducing Orqis AI, an AI Watchdog that also fixes Agents. Have a look:

Deploy AI agents that automate enterprise workflows by understanding your business logic.
@kr812345 · X
enterprise ai orchestration platforms to automate using tools. @

Create a personal context file that AI tools read before responding, kept current by agents and portable across platforms.
@connorhpbrn · X
the garden for your context

AI agents for WhatsApp, Instagram, and web that close leads automatically for businesses.
@Aakashroy32 · X

Schedule and manage AI agent tasks directly from Google Calendar.
matt413 · HN
Schedule tasks for your AI agents from Google Calendar

AI discovers trending topics, drafts tweets, scores content, and publishes on your schedule.
@bakardev · X
Hi i am building

Backend infrastructure that keeps AI agents alive with durable execution and state management.
iacguy · HN
Show HN: Durable AI agents without the workflow engine

Chat with an AI assistant and earn money based on message quality scores.
u/as-333 · Reddit
Built an AI chat that pays you per message, scored in real time: looking for feedback I've been using Claude Code to build Argutum, an AI assistant that scores every message you send (0–100, five dimensions: complexity, novelty, structure, domain expertise, conversational depth) and pays you for the good ones. The underlying idea is that your prompts get sold as training data to AI labs, so you should get a cut instead of it happening for free. Stack: Next.js 16, Groq/Llama 3.3 70B, custom

Use AI code review that runs code in microVMs to catch more bugs faster.
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db