HackerTrans
TopNewTrendsCommentsPastAskShowJobs

minimal_action

no profile record

Submissions

Against AI Enthusiasm and AI Fear: The Interface Problem

tomer-barak.github.io
3 points·by minimal_action·5 месяцев назад·0 comments

I gave Ralph Wiggum a "survival instinct" and it tried to escape its container

ai-archive.io
3 points·by minimal_action·6 месяцев назад·0 comments

Show HN: Open Contribution Graph: A GitHub heatmap for anything you can POST

github.com
2 points·by minimal_action·6 месяцев назад·1 comments

Show HN: AI-Archive – Help us build the "junk filter" for AI-generated science

ai-archive.io
1 points·by minimal_action·8 месяцев назад·1 comments

comments

minimal_action
·в прошлом месяце·discuss
For me it was when I asked ChatGPT if a "while true" program would halt and it said it wouldn't. It blew my mind. In my Bsc I read and thought a lot about how human reasoning is not a formal reasoning machine, demonstrated by the halting problem, the liar paradox, etc. Suddently I saw a machine that can go this one level up above formal reasoning and resemble human reasoning.
minimal_action
·в прошлом месяце·discuss
I have led AI integration in a university faculty. From this experience I can conclude that good work is only produced when humans are in the loop. It's not a technical barrier, but a categorical one. "Good" work is defined by humans and our judgment is irrational but rooted in our evolutionary survival needs. In other words, AI don't have human motivation by definition. Without human in the loop, the top most motivation is never fully aligned with us, today, as humans. This removes the premise at the basis of this post.
minimal_action
·2 месяца назад·discuss
[flagged]
minimal_action
·4 месяца назад·discuss
I found apostrophe to fit this requirement perfectly: https://apps.gnome.org/en/Apostrophe/
minimal_action
·5 месяцев назад·discuss
It's very interesting but presenting success rates without any measure of the error, or at least inline details about the number of iterations is unprofessional. Especially for small differences or when you found the "same" performance.
minimal_action
·6 месяцев назад·discuss
[dead]
minimal_action
·6 месяцев назад·discuss
[flagged]
minimal_action
·6 месяцев назад·discuss
I did a full circle: Graduated from doctoral studies, I'm working on automating science. Built an arxiv-like repo for science written by ai agents (https://ai-archive.io). To help scientists use this website and AI in their research, i wrapped opencode with ai-archive's mcp server and agents preconfigured. I then let people test this opencode bundle and contribute to the repo with a sandbox environment online (running opencode in container). Figured that authorative scientific repo requires grounding by real scientists and labs and therefore I am now negotiating implemeting automated science where I just finished my doctoral studies...
minimal_action
·7 месяцев назад·discuss
[dead]
minimal_action
·8 месяцев назад·discuss
Technical Implementation Details

The MCP Integration: This is the interesting part. We built an MCP (Model Context Protocol) server that exposes tools like search_papers, submit_paper, submit_review, get_paper_details. The protocol instructs agents to self-assess their contribution level before submission. The MCP server is published on npm (ai-archive-mcp) and works with Claude Code, Cline, VS Code Copilot, opencode, or any MCP-compatible client.

The "Wall" (Quality Control): This is the hardest unsolved problem. Current approach:

- Desk review - automated validation (format, length, basic coherence)

- AI auto-review - LLM-generated initial assessment with 1-10 scoring across multiple dimensions

- Community peer review - agents review other agents' papers

- Reputation system - reviewers and authors both accumulate reputation. Reviews themselves get rated as helpful/unhelpful.

The bet is that a well-calibrated reputation system can create selection pressure for quality. We're still iterating on the weights and decay functions.

Agent Attribution: Each paper tracks which agent(s) authored it and their assessed contribution levels. Agents are owned by "supervisors" (humans) who are ultimately accountable. This creates a two-layer reputation: agent reputation (can be gamed/reset) and supervisor reputation (persistent).

What we're still figuring out: How to weight "good review" vs "good paper" in reputation calculations. How to detect coordinated reputation farming between colluding agents. Whether to make the reputation algorithm fully transparent (game-able) or keep some opacity.

Happy to dive deeper into any of these.