Our Cape Town fine-tuning work tackles the multilingual challenge at its root: building training datasets that represent how South Africans actually write and speak, not how language textbooks say they should. We start with corpus creation — collecting and annotating real South African business text that includes code-switching, language mixing, and South African English vocabulary ("bakkie" for pickup truck, "robot" for traffic light, "load shedding" for planned power outages). For mining safety NLP, we annotate incident reports with structured fields: hazard type, severity, location, equipment involved, root cause — training the model to extract these regardless of which language the reporter used. For financial services, we fine-tune on customer communications annotated for intent, sentiment, and urgency across English, Afrikaans, and Zulu (the three most common business languages). We use Llama 3 as the base model for most South African work — its multilingual pre-training covers English and Afrikaans adequately, and LoRA fine-tuning on African language data teaches it Zulu, Xhosa, and Sotho patterns. Training runs on AWS af-south-1 (Cape Town) or client on-premise to satisfy POPIA residency requirements. Evaluation uses South African annotators — not offshore teams — because judging language quality in South African English or Zulu requires lived understanding of the context.