Skip to content

Instantly share code, notes, and snippets.

View mvandermeulen's full-sized avatar

Mark mvandermeulen

  • Fivenynes
  • Sydney, Australia
  • 16:43 (UTC +11:00)
View GitHub Profile
@0xdevalias
0xdevalias / technical-design-docs-rfcs-adrs-decision-logs-etc.md
Created October 1, 2025 01:28
Some notes on technical design documentation practices such as RFCs, ADRs, decision logs, and related approaches for software projects.
@luckysitara
luckysitara / SolanaForge.md
Created August 22, 2025 10:14
PRD FOR SolanaForge

🧩 Product Requirements Document (PRD)

Project Name: SolanaForge


🧭 Overview

SolanaForge is a browser-based AI-powered IDE for building, testing, deploying, and managing full-stack Solana applications. The platform uses LLMs like OpenAI, Claude, Gemini, and Grok to generate, maintain, and deploy smart contracts, backends, and frontends — tightly integrated into a seamless Web3 developer experience.

@joelklabo
joelklabo / ios-claude-setup-prompt.md
Created August 15, 2025 19:26
iOS Project Claude Code Setup Prompt - Complete setup instructions for Claude Code with XcodeBuildMCP

Complete iOS Project Claude Code Setup - Master Prompt

IMPORTANT: This comprehensive setup will transform any iOS project into a fully automated, context-aware, self-maintaining Claude Code environment. This prompt is designed specifically for Claude Code (claude.ai/code) users.


PHASE 0: Prerequisites & Environment Verification

0.1 Check Required Tools

Before starting, verify these tools are installed:

@Jarvis-Legatus
Jarvis-Legatus / mindmap_IHkyFhU6JEY.md
Created August 11, 2025 14:00
Mind map for YouTube video: Designing AI-Intensive Applications - swyx

Designing AI-Intensive Applications - swyx

TL;DR This talk, delivered at an AI engineering conference, emphasizes the rapid evolution of AI engineering from simple GPT wrappers to complex, multidisciplinary applications. The speaker highlights the conference's role in tracking this progress, fostering innovation (e.g., MCP protocol adoption), and moving the field from demos to production. The core thesis posits that AI engineering is at a pivotal "standard model" formation stage, similar to early physics or traditional software engineering (ETL, MVC). The speaker then proposes several candidate standard models: the updated LLM OS (2025), the LLM SDLC (emphasizing value in later stages like evals and security), and various approaches to building effective agents. Critically, the speaker argues for shifting focus from arguable terminology (e.g., "agent" vs. "workflow") to the practical ratio of human input to valuable AI output. He introduces his own SPAED model (Sync, Plan, Analyze, Deliver, Evaluate)

@0xdevalias
0xdevalias / algo-quant-systematic-automated-trading-etc.md
Created August 11, 2025 08:32
Some notes, references, and resources on tools, libraries, frameworks, and concepts for building, testing, and running algo / quant / automated trading systems and strategies.

Algorithmic Trading / Quant Trading / Systematic Trading / Automated Trading / etc

Some notes, references, and resources on tools, libraries, frameworks, and concepts for building, testing, and running algo / quant / automated trading systems and strategies.

Table of Contents

@Jarvis-Legatus
Jarvis-Legatus / mindmap_IrWtw9ehB2g.md
Created August 9, 2025 15:29
Mind map for YouTube video: GPT-5 is a freak

GPT-5 is a freak

TL;DR GPT-5 is presented as OpenAI's latest and most capable "AI system," excelling particularly in STEM subjects like coding, math, science, and research. The review showcases its impressive ability to generate complex, interactive HTML applications from single prompts, including simulations (beehive, fluid dynamics, ray tracing), games (3D racing), and practical tools (CRM dashboard, Photoshop clone, video editor, meditation guide). It also demonstrates strong research and information synthesis capabilities, especially in health-related queries, and a significantly reduced hallucination rate compared to previous models. While it shows minor flaws in some generated UIs and image consistency, GPT-5 consistently ranks #1 across various independent benchmarks for coding, creative writing, and overall performance, offering competitive pricing. The video concludes by highlighting the accelerating pace of AI development, with new state-of-the-art models emerging every few weeks.


**Inf

@Jarvis-Legatus
Jarvis-Legatus / mindmap_Irk4-DO5qgM.md
Created August 8, 2025 16:04
Mind map for YouTube video: 5 Must-Know Error Handling Techniques for Production n8n Workflows

5 Must-Know Error Handling Techniques for Production n8n Workflows

TL;DR This video outlines five essential error handling techniques for building robust, production-ready n8n workflows. Production readiness implies workflows that notify errors, log failures, implement retry/fallback logic, and fail safely without unintended consequences. Failures are inevitable, necessitating proactive planning and the use of "guardrails" built by identifying error patterns through logging. The techniques covered include using dedicated error workflows for centralized notification and logging, configuring nodes to retry on temporary failures, setting up fallback LLMs for AI-driven processes, enabling nodes to continue processing even if individual items error (preventing full workflow stoppage), and implementing polling for asynchronous operations to ensure completion before proceeding. Ultimately, understanding error patterns allows for the creation of preventative "guardrails" to enhance workflow predictability and

@Jarvis-Legatus
Jarvis-Legatus / mindmap_RyI17GMrMDs.md
Created August 8, 2025 16:04
Mind map for YouTube video: GPT-5 First Coding Tests: Coding Beast

GPT-5 First Coding Tests: Coding Beast

TL;DR GPT-5, accessed via API, demonstrates significant advancements, particularly in coding and visual generation. The model is multimodal, capable of accepting image inputs and generating high-quality visuals with superior clarity compared to models like Opus 4. It excels at creating functional and visually appealing websites, though some "AI tells" like misplaced elements or formatting issues can occur, which are often fixable with iterative, detailed prompting. GPT-5 also successfully tackles complex coding challenges, including realistic physics simulations (bouncing ball) and Rubik's Cube solution simulations using algorithms like Cumba. Furthermore, it can solve challenging problems like Mathematics Olympiad questions, albeit with varying success rates and requiring high reasoning effort. While impressive, its reasoning capabilities still show limitations, as seen in its initial failure to adapt to a modified classic riddle, defaulting to its training data

@semikolon
semikolon / README.md
Created August 5, 2025 22:11
Claude Code + Serena MCP Auto-Wrapper - Zero-config per-project Serena instances

Claude Code + Serena MCP Auto-Wrapper

Zero-configuration automatic Serena MCP server management for Claude Code

Transparently starts exactly one Serena instance per project with unique ports. No per-project setup required!

✨ Features

  • Zero Configuration: Just run claude - Serena starts automatically
  • Per-Project Isolation: Each project gets its own Serena instance on unique ports (9000+)
@glennmatlin
glennmatlin / claude_code_hooks_for_uv.md
Last active October 15, 2025 05:16
Claude Code hooks for working with `uv`

Claude Code Hooks for working with uv

by Glenn Matlin / glennmatlin on all socials

Installation

  1. Download and copy all files in this gist to ~/.claude/
  2. Move the .py files to ~/.claude/hooks
  3. Restart Claude Code.