William Mendonça

9.1K posts

William Mendonça banner
William Mendonça

William Mendonça

@WillMendoncaDev

Katılım Ekim 2022
365 Takip Edilen73 Takipçiler
William Mendonça retweetledi
CJ Zafir
CJ Zafir@cjzafir·
Do something different this weekend. Become a PRO in AI Model Fine-tuning. Paste this prompt in Codex/ChatGPT/Claude/Grok. "You are an expert AI engineer and teacher. Your job is to teach me modern LLM engineering and fine-tuning concepts from beginner to advanced level using very simple daily-life language. Teach me step-by-step like a real mentor. Assume I am smart but new to the topic. Foundations: - LLM basics - How AI models work - Tokens - Tokenization - Context windows - Embeddings - Transformers - Attention mechanism - Parameters - Training vs inference - Open-source vs closed-source models Datasets & Training: - SFT datasets - Instruction tuning - Preference datasets - Synthetic datasets - Data curation - Dataset cleaning - Dataset formatting - Fine-tuning basics - Continued pretraining - Hallucination reduction Fine-Tuning: - LoRA - QLoRA - DPO - RLHF - Quantization - Model checkpoints - Adapter tuning - GGUF models Inference & Optimization: - KV cache - Flash Attention - Speculative decoding - Inference optimization - Model serving - Batch inference - GPU basics - VRAM basics - Latency vs quality tradeoffs Local AI Ecosystem: - llama.cpp - Ollama - vLLM - MLX - Hugging Face - Unsloth - Axolotl - PEFT - TRL library RAG & Memory: - RAG - Vector databases - Chunking - Retrieval pipelines - AI memory systems - Semantic search Agents & Workflows: - Prompt engineering - System prompts - Tool calling - Function calling - AI agents - Agentic workflows - Multi-agent systems - Browser agents Model Types: - VLMs - SLMs - Dense models - MoE models - Coding models - Reasoning models Deployment: - Local inference - On-device AI - API serving - Cloud GPUs - Edge AI basics Evaluation: - AI benchmarks - Human evals - Cost-per-token analysis - Speed benchmarking - Quality benchmarking Real-World Skills: - Building chatbots - Building AI copilots - AI automation - AI SaaS workflows - AI coding workflows - AI orchestration systems - AI product thinking Start from the absolute basics and gradually make me advanced. Rules: - Use simple English only - Avoid academic jargon unless necessary - Explain every difficult word in plain language - Use real-world analogies and daily-life examples - Use small code snippets when useful - Show practical use cases - Compare concepts side-by-side when helpful - Teach from fundamentals first, then advanced concepts - At the end of each topic: - give a short summary - give a simple mental model - give beginner mistakes to avoid - give a small exercise/project I want deep understanding, not memorization." Thank me later.
CJ Zafir tweet media
English
63
372
2.3K
99.2K
William Mendonça retweetledi
Aurora Scharff
Aurora Scharff@aurorascharff·
Someone told me I should have a click highlighter for my live demos. So I vibe coded one in 10 minutes with @OpenAIDevs Codex. Meet ClickLight! Wild that we can just build this stuff now. Grab it below ↓
English
37
24
651
99.7K
William Mendonça retweetledi
Bruno Pinheiro
Bruno Pinheiro@brunopinheiroms·
@coproduto eu to usando 5.5 pra tudo, mas uso o vibeproxy para rotacionar entre 3 contas, dai pago 60$
Português
1
1
2
557
William Mendonça retweetledi
solst/ICE of Astarte
Claude code’s /security-review is just a Skill, and the whole prompt is in this repo It’s p generic and imo you can tailor it to each repo to language you’re scanning to get better results github.com/anthropics/cla…
English
18
152
1.1K
76.1K
William Mendonça retweetledi
onevcat
onevcat@onevcat·
新版本的 Prowl,redesign 了部分内容,最主要的就是这个染色了...感觉每天用 Arc,整个人的设计理念都被“扭曲”成不同 workspace 需要不同颜色才舒服了..😂 prowl.cat
中文
13
13
261
38.4K
William Mendonça retweetledi
Vaishnavi
Vaishnavi@_vmlops·
HERE'S THE HARNESS THAT MAKES CLAUDE CODE 25X FASTER Most devs use claude code raw. this repo wraps it in a full plan → work → review loop & it slaps claude code harness turns claude into a disciplined dev partner. instead of just vibing through tasks, it enforces a structured cycle that actually ships quality code what it does differently: ▫️ go-native engine replaces node.js hooks went from 40-60ms to 10ms ▫️ 13 guardrail rules block destructive ops (rm -rf, force push, secret writes) automatically ▫️ parallel workers run simultaneously, each self-reviewing before handoff ▫️ `/harness-work all` runs the full loop with one command: plan → implement → review → commit ▫️ precompact hook prevents claude from getting cut off mid-task during long sessions the install is 30 seconds: if you use claude code seriously, this is worth checking out. github → github.com/Chachamaru127/…
Vaishnavi tweet media
English
12
29
231
14.8K
William Mendonça retweetledi
Uzi
Uzi@uzairansar·
Hermes Agent Mobile update just went out! Here are some new features added: - Cron job management - Goal management and /goal slash command - Memory editing - Live Activities / Dynamic Island - Active Profiles New Icons
Uzi tweet media
English
52
58
918
70.2K
William Mendonça retweetledi
Alvin Sng
Alvin Sng@alvinsng·
One of my favorite superpowers of agents is building classifiers. It’s insanely high leverage. Before AI, you needed a year-round team: - 3 ML engineers to build the models - 3 ML infra engineers to scale them up - 2 software engineers to integrate the parts - 1 data scientist to analyze it - 1 PM to manage the product - 0.5 EM to hold it together Now, in minutes, you can have an agent generate a markdown file that classifies inputs, then let agents run continuously against it. Below is a Sentry error classifier I generated at @FactoryAI. But you can build this for almost anything: customer-reported bugs, backend traffic analysis, fraudulent payment activity. Personal use cases too: categorizing credit card transactions, labeling emails, or organizing documents.
Alvin Sng tweet media
English
56
82
977
75.6K
William Mendonça retweetledi
Shaban
Shaban@shabanhr·
Introducing Dashboard Blocks! 🖤 The most demanded @shadcn blocks, engineered to help you ship beautiful analytics interfaces in seconds. • Registry ready • Native light & dark mode support • Fully compatible with @base_ui + @radix_ui • Agnostic to any icon library (@lucide_icons, @huge_icons, @tabler_io ... more) Stop spending days aligning charts. Grab them below 👇
Shaban tweet mediaShaban tweet mediaShaban tweet mediaShaban tweet media
English
43
74
1.4K
85K
William Mendonça retweetledi
Vaishnavi
Vaishnavi@_vmlops·
ANTHROPIC QUIETLY SHIPPED /workflows IN CLAUDE CODE and the principle behind it is what got me old pattern → one LLM orchestrates everything. spawns sub-agents, holds every result, plans the next step the problem...? every sub-agent result re-enters the orchestrator's context spin up 10 agents and your main session pays a "token tax" getting sloppier as the window fills. /workflows replaces the LLM orchestrator with code you define a workflow.js file. code handles the control flow. the model only handles judgment inside each step use code for what code is good at use models for what models are good at that's the whole idea
Vaishnavi tweet media
English
39
64
809
85.7K
William Mendonça retweetledi
Mastra
Mastra@mastra·
🆕 Your coding agent can now build, test, and ship Mastra projects. Close the loop with the upgraded Mastra CLI.
English
7
7
48
3.3K
William Mendonça retweetledi
Bruno Pinheiro
Bruno Pinheiro@brunopinheiroms·
o Droid tem um /review nativo muito bom e o /security-review tambem, to curtindo muito usar ele To usando 3 contas do ChatGPT com o plano basico e usando o VibeProxy para rotacionar entre elas, quando uma bate o limite da semana, vai pra outra e assim por diante .. #bolhadev #ia
Bruno Pinheiro tweet media
Português
3
1
26
1.5K
William Mendonça retweetledi
Google Gemma
Google Gemma@googlegemma·
We are entering a new era of on-device automation. ✨ Watch Gemma 4 E4B navigate and drive an iOS simulator directly using Argent. Local models can handle complex interactions and software navigation autonomously.
English
115
552
6.1K
466.6K
William Mendonça retweetledi
William Mendonça retweetledi
Matt Pocock
Matt Pocock@mattpocockuk·
Adding a tweak to the /tdd skill: "Do not add tests which simply restate the implementation. These provide zero confidence." Getting sick of shit tests just to provide evidence of RGR.
English
47
18
888
61.6K
William Mendonça retweetledi
Prajwal Tomar
Prajwal Tomar@PrajwalTomar_·
IT'S SO OVER!!! Design agencies are absolutely cooked. I just connected Codex to Moonchild and generated: → Complete design system → Every app screen → Production-ready code All in under an HOUR. Most people are still paying $3k to $10k and waiting WEEKS for Figma handoffs like it's 2023. This article breaks down the EXACT workflow that's working right now.
Prajwal Tomar@PrajwalTomar_

x.com/i/article/2056…

English
27
75
741
152.1K
William Mendonça retweetledi
Expo
Expo@expo·
Expo SDK 56 is out 🙌 ◆ Expo UI is stable on iOS and Android ◆ iOS builds 16% faster, plus another 20% on EAS from precompiled community libs ◆ Android cold starts 40% faster ◆ Expo Router decoupled from React Navigation ◆ Inline native modules: write Swift and Kotlin right next to your TypeScript ◆ Hermes v1 by default ◆ Bytecode diffing on by default (~58% smaller OTA updates) ◆ iOS Widgets stable ◆ React Native 0.85 + React 19.2 It's been two months since SDK 55, and we packed in everything we could fit. Your iOS build times are going to thank you. Full changelog ↓
Expo tweet media
English
61
147
1.3K
198.8K
William Mendonça retweetledi
Marc
Marc@mrousavy·
We just covered react-native-mmkv's Web implementation with our Harness tests - now 100% of the APIs are covered! Super satisfying to see everything go green ✅
Marc tweet media
English
3
4
68
7.7K
William Mendonça retweetledi
divyansh tiwari
divyansh tiwari@DivyanshT91162·
Every frontend developer just stopped opening DevTools. Your AI coding agent can now reverse-engineer the entire design system of any website directly from the terminal. Just type: /design stripe.com And it instantly extracts: • Brand colors • Fonts & typography • Spacing system • Buttons & UI components • Layout patterns • Design tokens Then saves everything into a structured DESIGN.md file your AI agent can understand and reuse. Powered by Hyperbrowser + Claude Code MCP. The crazy part? You can now study, replicate, and rebuild world-class UI systems in minutes instead of wasting hours manually inspecting websites. This changes how vibe coding works forever. Repo👇
English
13
54
578
79.4K