@pauliusztin_: Using LLM wikis for agentic coding is pure gold. It's so powerful it feels like cheating. Here is how I used it to deve…
Summary
The tweet describes using LLM wikis for agentic coding, calling it extremely powerful, and gives an example of developing a coding harness by ingesting multiple repositories.
View Cached Full Text
Cached at: 06/29/26, 12:27 PM
Using LLM wikis for agentic coding is pure gold. It’s so powerful it feels like cheating.
Here is how I used it to develop a coding harness from scratch:
- I ingested multiple coding harnesses repositories into the LLM wiki (e.g., opencode, pi, hermes, etc.) https://t.co/7WE7NI9tnN
Similar Articles
@omarsar0: LLM Wikis + HTML Artifacts are insanely powerful. You should seriously consider this in your workflows. LLM Wikis captu…
The post describes using LLM Wikis to capture information and HTML Artifacts to present it interactively, enabling powerful workflows with AI agents for tasks like inbox zero, research, prototyping, and more.
@omarsar0: LLM Wikis are being slept on. I argue that creating knowledge bases with LLMs or coding agents is one of the most valua…
The author advocates for LLM Wikis as a valuable application of AI, showcasing their PaperWiki project that uses agents to automatically curate and maintain a knowledge base of research papers, improving signal-to-noise ratio and enabling cutting-edge research.
I built an open-source coding agent that makes context visible and editable — you curate exactly what the LLM sees
The author built Nice Coding Agent, an open-source coding workbench with a visible and editable context stack, allowing users to curate exactly what the LLM sees. It features local-first retrieval, sandboxed execution, and hybrid code search, aiming to give developers control and visibility over context assembly.
I adapted wikiLLM for an "agent-as-developer" use case — here's what changed and why
A product manager without ML background adapts wikiLLM to create an 'agent-as-developer' that generates its own context from surprises and promotes repeated patterns to validated rules, reducing mandatory context by ~80% and preventing repetition of resolved issues.
@omarsar0: So much alpha in tuning/building LLM verifiers and judges. I use them on top of my harness, and it has unlocked agentic…
Omar highlights the growing value of building LLM verifiers and judges for agentic coding, while Mira Murati shares that Bridgewater partnered with TinkerAPI to fine-tune a model for financial analysis.