HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rohitghumare

no profile record

Submissions

AI Engineering Roadmap

aiengineeringfromscratch.com
1 points·by rohitghumare·11 ngày trước·0 comments

[untitled]

1 points·by rohitghumare·20 ngày trước·0 comments

[untitled]

1 points·by rohitghumare·20 ngày trước·0 comments

How to build your own agent harness

iii.dev
4 points·by rohitghumare·tháng trước·0 comments

[untitled]

1 points·by rohitghumare·2 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·2 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·2 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·2 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·2 tháng trước·0 comments

An agent OS built as narrow workers on iii primitives

agentsos.sh
1 points·by rohitghumare·2 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·3 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·3 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·3 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·3 tháng trước·0 comments

LLM Wiki v2 – extends Karpathy's take on LLM wiki

gist.github.com
1 points·by rohitghumare·3 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·3 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·3 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·3 tháng trước·0 comments

Show HN: AI Engineering AI-native Self-learning course repo

aiengineeringfromscratch.com
1 points·by rohitghumare·3 tháng trước·0 comments

[untitled]

1 points·by rohitghumare·4 tháng trước·0 comments

comments

rohitghumare
·20 ngày trước·discuss
#1 Persistent memory for AI coding agents based on real-world benchmarks.

Persistent memory for Claude Code, GitHub Copilot CLI, Cursor, Gemini CLI, Codex CLI, Hermes, OpenClaw, pi, OpenCode, and any MCP client.
rohitghumare
·2 tháng trước·discuss
[flagged]
rohitghumare
·2 tháng trước·discuss
[flagged]
rohitghumare
·3 tháng trước·discuss
I’ve been using the new SkillKit CLI for myself as a universal skills layer on top of all the agents I use (ChatGPT, Codex, Claude Code, Cursor, Copilot, Windsurf, Devin, etc.). Instead of rewriting the same skills per agent format (SKILL.md, .mdc, .github/skills, etc.), I write once and let SkillKit install, translate and sync to 45+ agents automatically.

The SkillKit vs skills CLI video I recorded shows side‑by‑side comparisons: download speed, sparse checkout on large monorepos (~1.4s), security scanning, and how it bulk‑removes skills per repo/source. It also covers how SkillKit keeps everything portable and secure across registries.

Repo: https://github.com/rohitg00/skillkit · Website/docs: https://skillkit.sh
rohitghumare
·3 tháng trước·discuss
https://Skillkit.sh already does this by default and ranked #3 on Product Hunt.
rohitghumare
·3 tháng trước·discuss
If you really looking for memory solution for your agents: https://github.com/rohitg00/aegntmemory
rohitghumare
·3 tháng trước·discuss
[dead]
rohitghumare
·4 tháng trước·discuss
If you'd asked me last year to run an autonomous research loop across two GPUs, I'd have said that's not something I can do.

Not "it'll take a while." Impossible.

Today this is my Saturday.

My - - : autonomous hyperparameter mutation, parallel experiments, no babysitting.

Results: → 17 experiments, 0 crashes → baseline 1.2365 → . _ → 1.48% improvement. Found by the loop.

The chart shows the staircase, the same pattern Karpathy sees in his runs. His: 2 days, 276 experiments. Mine: 1 hour, 17. Same logic, different constraints.

The constraint here is the ' _=, which means ~5.5% MFU. The GPU is mostly waiting on memory transfers, not computing.

What the same loop looks like on different hardware: ( ): ~ / → .% : ~+ / → -% (): ~+ / → -% (): ~+ / → -%

Same autoresearch loop. Just more runway.

Karpathy's setup, 8x H100 running 48 hours would likely hit 5,000+ experiments. On 4090s that's not feasible. But 24-48 hours on what I have would still find significantly more than 1 hour did. That's what's running next.

This is my own multi-GPU implementation built on top of his single-GPU original, orchestrated with iii functions, workers, and triggers.

Claude Code made the extension possible in a weekend.

If you want to try: https://github.com/iii-hq/n-autoresearch open source repo.
rohitghumare
·4 tháng trước·discuss
Built n-autoresearch - As I saw, in comments on X, there is a need to run agent swarms in parallel on multiple GPUs, hence adding a structured continuation to the autoresearch project by legend Karpathy's, powered by Worker / Function / Trigger as primitives.

What's different: → 21 functions, 23 triggers, 8 KV scopes for structured experiment state → Polyglot: TypeScript orchestrator + Rust GPU worker → Multi-GPU parallel experiments with adaptive search (explore → exploit → combine → ablation) → External agents call functions via REST: no LLM baked in, similar to autoresearch itself.

Same val_bpb hill-climbing loop, but with proper state management, crash recovery, near-miss tracking, and structured reporting.

Testing on NVIDIA GB10 (Grace Blackwell).
rohitghumare
·4 tháng trước·discuss
By adding pure iii-sdk worker for json-render UI generation with JSONL patch streaming, caching, rate limiting, and validation. No standalone HTTP server, everything is just endpoints that are iii functions with HTTP triggers served by the iii engine.
rohitghumare
·4 tháng trước·discuss
1.1K stars
rohitghumare
·5 tháng trước·discuss
It brings agent swarms aka teams to claude code with this: https://github.com/rohitg00/pro-workflow

But it takes lot of context as a experimental feature.

Use self-learning loop with hooks and claude.md to preserve memory.

I have shared plugin above of my setup. Try it.
rohitghumare
·5 tháng trước·discuss
is by far the most amazing thing that happened in 2026
rohitghumare
·5 tháng trước·discuss
That's why https://agenstskills.com validate every skills
rohitghumare
·7 tháng trước·discuss
Day 9 dropped already