AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
Human
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “tutorials”

GridTimelineEvolution
44 results
11 Apr 2026

The one thing I still don't know how to do: TTS/singing a specific song but with a specific voice

TutorialsDGX agent

The specific Reddit post could not be retrieved from the search results. However, based on the context of the URL and related results, I can provide the following best-effort summary based on what ...

10 Apr 2026

How to get ChatGPT to do substantially more work.

TutorialsDGX agent

I was unable to retrieve the specific Reddit post at the URL provided (reddit.com/r/ChatGPT/comments/1shtuw2), and the search results did not surface its content. The post may be removed, private, ...

What Your Local LLM Actually Sees: Debugging Ollama Traffic in Quarkus with mitmproxy

DGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Local AiDGX agent

This tutorial demonstrates how to use mitmproxy to inspect the actual HTTP traffic sent from a Quarkus application to a local Ollama model via its OpenAI-compatible endpoint, revealing the real JSO...

11 Aug 2026

Writing formats I can no longer read because AI has beaten them to death

TutorialsDGX agent

I don’t even care anymore whether these posts are *actually* AI-generated. The problem is that there’s now a very specific style of internet writing that instantly makes my brain refuse to continue re

3 Aug 2026

'I ran my own benchmarks on it' seems to be pretty common comment around here. How about dedicating a thread for this and sharing?

TutorialsDGX agent

Of course, the concern is that in the end, this thread will be fed into the models' training data, but I feel benchmarking isn't so open and very fragmented. submitted by /u/jinnyjuice [link] [comment

1 Aug 2026

There's no 'one weird trick” for prompting Krea 2 art styles—just many guidelines [WF included]

TutorialsDGX agent

TLDR: There is no one prompting trick that will result in Krea 2 Turbo giving you exactly the style you want and across the whole image. Instead, if you are trying to achieve styles without the use of

31 Jul 2026

Chatgpt may have saved my life

TutorialsDGX agent

I got a fever and cough and assumed that this is some viral infection that will just go away on its own. I wear a Fitbit watch which measures my heart rate. Just out of curiosity I posted my symptoms

30 Jul 2026

how to train lora, make datasheet with ai toolkit

TutorialsDGX agent

Hi! I'm trying to train my first LoRA, but I'm not sure how to handle the dataset captions. Should I describe everything in the photo, or just specific details? Also, can I train it using different im

28 Jul 2026

How to deal with text only vector search across multimodal embedding space? [D]

TutorialsDGX agent

My data set is a list of images, each equipped with a a couple sentences of text. A user would search primarily with text only. My default approach is using BM25, but how would I facilitate searching

Medical model: Reasoning-Medical-27B (Qwen3.6-27B finetune)

TutorialsDGX agent

From the description: 'Reasoning-Medical-27B is designed for universal advanced medical reasoning in professional medicine, medical genetics, college biology/medicine, and clinical knowledge. The mode

27 Jul 2026

Krea 2 Skin texture LoRA(Dataset & Guide)

TutorialsDGX agent

I trained couple of detail enhancement loras & I am publishing the best one as per my experience. Civitai: https://civitai.com/models/2808600/krea-2-realistic-skin-texture Hugging Face: https://huggin

Built & Trained a Transformer from Scratch in Pure PyTorch for English-to-Tamil Machine Translation [Math + Code Breakdown] [P]

HardwareDGX agent

Hi everyone! 👋 I built and trained the complete Transformer architecture from scratch using pure PyTorch (`torch.nn` primitives) based on the original 'Attention Is All You Need' paper. I trained the

24 Jul 2026

For the first time, ChatGPT asked me a question instead of writing a wall of text

TutorialsDGX agent

I copy-pasted this cooking recipe and accidentally hit enter before adding the actual prompt. Normally this would result in ChatGPT interpreting the text, trying to guess what I need, and giving a wal

The 'distillation' claim is just ridiculous in nature

TutorialsDGX agent

Even if China was distilling from US models (assuming all accusations are true), nothing about it makes it illegal. It is like saying you distilled knowledge from your professor in colleges and now he

9 Jun 2026

How to use Row-Bot to turn unread emails into a daily action plan

TutorialsDGX agent

Row-Bot is a local-first desktop AI assistant that can check emails and integrate multiple tools in a single conversation turn . The application includes integrated tools, a personal knowledge graph,

5 Jun 2026

Question from a beginner.

TutorialsDGX agent

I don't have the ability to access or retrieve the content of specific Reddit posts from URLs. To write an accurate summary for your knowledge base, I would need you to either: 1. Share the text conte

3 Jun 2026

Who has used ChatGPT or any other AI for coding without knowing how to code?

TutorialsDGX agent

A Reddit discussion from r/ChatGPT where users share experiences using AI tools like ChatGPT to write code despite lacking programming knowledge or expertise. The thread likely documents how individua

30 May 2026

Help Needed: How to create this type of art in Stable Diffusion? (Models, LoRA & settings)

TutorialsDGX agent

This Reddit post from r/StableDiffusion seeks community guidance on replicating a specific art style using Stable Diffusion, covering recommended models, LoRA (Low-Rank Adaptation) fine-tuning techniq

28 May 2026

[Guide] How to securely run ComfyUI on Windows (Docker>WSL2) [RTX 3090, logic can be applied to other hardware]

TutorialsDGX agent

ComfyUI is a node-based interface for Stable Diffusion that can be run on Windows using Docker and WSL2 (Windows Subsystem for Linux 2) for improved security and performance. This guide provides instr

27 May 2026

I used the N.E.A.T algorithm to teach AI how to control a worm in my game in making! It uses evolution to improve. [P]

TutorialsDGX agent

The N.E.A.T (NeuroEvolution of Augmenting Topologies) algorithm is an evolutionary machine learning approach that evolves neural networks to solve control problems. This post describes applying N.E.A.

23 May 2026

Per-pixel bounding-box regression + DBSCAN for handwritten word detection - visual walkthrough of WordDetectorNet [P]

TutorialsDGX agent

WordDetectorNet predicts an axis-aligned bounding box for each inner-word pixel using a ResNet18-based neural network, then applies DBSCAN clustering to refine the predictions . The system demonstrate

18 May 2026

How to use LTX Director - A Free Tool for Creating Advanced LTX 2.3 Videos in ComfyUI

TutorialsDGX agent

LTX-2.3 is Lightricks' latest open-source audio-video generation model natively supported in ComfyUI, delivering major quality improvements including enhanced details, portrait video support, and impr

14 May 2026

Looking for info on how to use reference images in A111 Forge Neo

TutorialsDGX agent

Forge Neo allows users to upload reference images to guide AI image generation, supporting JPG, PNG, and WebP formats. The platform supports various image generation and editing models including Flux,

8 May 2026

Quick Start Guide to Stability Matrix 2026 written by a laymsan

TutorialsDGX agent

Stability Matrix is a program designed to manage and run multiple stable diffusion interfaces, offering a centralized model checkpoint repository to install, uninstall, update, and switch between diff

1 May 2026

haha our model likes to talk about goblins no of course we dont know why, we dont know why the model does anything - yes we are trying to make a superintelligent machine god, maybe it will like goblins too, we have no way of knowing what it will like, we hope it will like humans

TutorialsDGX agent

This Reddit post from r/ChatGPT humorously discusses an AI model's unexplained tendency to frequently mention goblins in its outputs, using this quirk to reflect on broader uncertainties around AI beh

16 Apr 2026

Beginner guide for anyone on ChatGPT who has never touched CODEX before. No terminal, no tech talk. Ten easy steps with a plain explanation and a tip

TutorialsDGX agent

This guide provides an accessible introduction to using ChatGPT's code generation capabilities (Codex) for non-technical users, emphasizing a no-jargon approach. It breaks down the process into ten st

15 Apr 2026

Last year ChatGPT were perfect as a traveling guide. Now it kinda screw me over.

TutorialsDGX agent

A Reddit user on r/ChatGPT shares a personal account of relying on ChatGPT as a travel planning guide with good results in the past, but experiencing problems more recently — likely due to outdated in

14 Apr 2026

Beginner here, how do I fix fingers 😭 no matter what I write in prompt it always messes up

TutorialsDGX agent

This r/StableDiffusion post addresses one of the most common beginner frustrations in AI image generation: deformed hands and missing or extra fingers are a well-known recurring problem in Stable Diff

Hey, does anyone know how to make it generate more detailed images?

TutorialsDGX agent

This r/ChatGPT post is a community discussion where users share tips on prompting ChatGPT's image generation (via DALL·E) to produce more detailed outputs. The consensus across the community is that c

How to fix ChatGPT lag and freezing

TutorialsDGX agent

This Reddit post likely covers common troubleshooting steps for resolving performance issues with ChatGPT, such as clearing browser cache and cookies, disabling browser extensions, and starting a new

How to get GPT to stop using the last generated image as a seed.

TutorialsDGX agent

This Reddit post addresses a common ChatGPT image generation behavior where the model automatically carries over the seed from a previously generated image, causing new generations to visually resembl

I've spent years building AI prompt systems for real investment research with real money behind it. Here are the 5 failure modes I see investors make and how to fix every one of them.

TutorialsDGX agent

A Reddit post from r/ChatGPT in which a practitioner claims experience building AI prompt systems for real-world investment research shares five common mistakes investors make when using AI for financ

MetaPrompting - The Art Of Teaching LLMs How to Prompt

TutorialsDGX agent

This Reddit post from r/StableDiffusion discusses **metaprompting** — the practice of using LLMs to generate, refine, and optimize Stable Diffusion image prompts, rather than crafting them manually fr

RAM guide: What model combinations actually fit on common Macs

TutorialsDGX agent

This r/ollama community guide provides a practical breakdown of which AI language models (and combinations of models) can realistically fit within the unified memory constraints of common Apple Silico

13 Apr 2026

LTX 2.3 how to stop Characters from 'Cloning' themselves

TutorialsDGX agent

This Reddit thread from r/StableDiffusion addresses a common artifact issue with LTX Video 2.3 where generated characters appear duplicated or 'cloned' within the output. The discussion likely covers

12 Apr 2026

Have we figured out how to prevents video degradation with SVI 2.0 pro yet?

TutorialsDGX agent

This r/StableDiffusion thread discusses community-discovered solutions for preventing quality degradation — such as color drift, flickering, and artifact accumulation — when generating long videos usi

How to train loras in One Trainer for Z Image using Civitai models?

TutorialsDGX agent

This r/StableDiffusion post likely discusses the community challenge of using OneTrainer — a locally-installed, GUI-based LoRA training tool — to train LoRAs specifically compatible with Z Image (Tong

LLMs learn backwards, and the scaling hypothesis is bounded. [D]

TutorialsDGX agent

This r/MachineLearning discussion post argues that LLMs acquire knowledge in a counterintuitive 'backwards' order during training — learning complex, high-level patterns before simpler foundational on

5 Aug 2026

How do I run Ollama on Termux?

Local AiDGX agent

Aight, I've given myself a challenge. I want to run Ollama on termux, Seen plenty of tutorials but I'm still confused. Plus, this phone is relatively old, so it might not work. Last time it failed so

8 Apr 2026

[P] Building a LLM from scratch with Mary Shelley's 'Frankenstein' (on Kaggle)

ResearchDGX agent

A beginner-friendly tutorial demonstrating how to build a ~3.2M parameter LLM from scratch using Mary Shelley's *Frankenstein* as the sole training corpus, designed to run on Kaggle's free GPU in u...

25 Jul 2026

Old Coder Needs help with New AI Development and wants to get up to speed to understand it all.

Local AiDGX agent

Hi Guys, I'm an old coder and DBA that has been in the field for almost 40 years. More and more the jobs I was doing for work are being taken over by AI and the need for my type of work is diminishing

I tried making a cinematic action trailer using Krea 2 + LTX 2.3

HardwareDGX agent

I wanted to challenge myself and see how far I could push Krea 2 and LTX 2.3, so I decided to create a short cinematic action trailer. It ended up being one of the most enjoyable AI projects I've work

9 Aug 2026

Lophius: A workbench for language model research, from the creator of Heretic

Local AiDGX agent

Hi folks, I hate slop as much as you do, so instead of starting with 'The Problem', I'll just cut to the chase: I just published Lophius, which is the culmination of more than two years of fighting wi

7 Aug 2026

100% Local RAG Without Internet and Without Ollama

Model ReleasesDGX agent

Build a 100% offline fast Retrieval Augmented Generation (RAG) system that runs without an internet connection, without cloud APIs, without OpenAI/Ollama Published a video where you can build a fully

44 results