Skip to content

Instantly share code, notes, and snippets.

View nashsu's full-sized avatar
🎯
Focusing

nash_su nashsu

🎯
Focusing
View GitHub Profile
@jlia0
jlia0 / agent loop
Last active May 21, 2026 10:06
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@rohitg00
rohitg00 / llm-wiki.md
Last active May 22, 2026 06:17 — forked from karpathy/llm-wiki.md
LLM Wiki v2 — extending Karpathy's LLM Wiki pattern with lessons from building agentmemory

LLM Wiki v2

A pattern for building personal knowledge bases using LLMs. Extended with lessons from building agentmemory 10K Stars ⭐️, a persistent memory engine for AI coding agents.

This builds on Andrej Karpathy's original LLM Wiki idea file. Everything in the original still applies. This document adds what we learned running the pattern in production: what breaks at scale, what's missing, and what separates a wiki that stays useful from one that rots.

What the original gets right

The core insight is correct: stop re-deriving, start compiling. RAG retrieves and forgets. A wiki accumulates and compounds. The three-layer architecture (raw sources, wiki, schema) works. The operations (ingest, query, lint) cover the basics. If you haven't read the original, start there.

@GenerationUX
GenerationUX / FaultLine.md
Created April 8, 2026 07:25
FaultLine.md
title FaultLine — GBrain-Inspired Vulnerability Scanner
type project
created 2026-04-08
updated 2026-04-08
tags
open-source-pattern
security
vulnerability-scanning
thin-harness
fat-skills
osv
epss
kev
typescript
sqlite
sources
GBrain-Gist
GStack-YC-Spring-2026-Talk

FaultLine