HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rohitghumare

no profile record

投稿

AI Engineering Roadmap

aiengineeringfromscratch.com
1 ポイント·投稿者 rohitghumare·11 日前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·20 日前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·20 日前·0 コメント

How to build your own agent harness

iii.dev
4 ポイント·投稿者 rohitghumare·先月·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·2 か月前·0 コメント

An agent OS built as narrow workers on iii primitives

agentsos.sh
1 ポイント·投稿者 rohitghumare·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

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

gist.github.com
1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

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

aiengineeringfromscratch.com
1 ポイント·投稿者 rohitghumare·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 rohitghumare·4 か月前·0 コメント

コメント

rohitghumare
·20 日前·議論
#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 か月前·議論
[flagged]
rohitghumare
·2 か月前·議論
[flagged]
rohitghumare
·3 か月前·議論
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 か月前·議論
https://Skillkit.sh already does this by default and ranked #3 on Product Hunt.
rohitghumare
·3 か月前·議論
If you really looking for memory solution for your agents: https://github.com/rohitg00/aegntmemory
rohitghumare
·3 か月前·議論
[dead]
rohitghumare
·4 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
1.1K stars
rohitghumare
·5 か月前·議論
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 か月前·議論
is by far the most amazing thing that happened in 2026
rohitghumare
·5 か月前·議論
That's why https://agenstskills.com validate every skills
rohitghumare
·7 か月前·議論
Day 9 dropped already