2026 3

Things I Learned - 09 Aug 2026

This week, I learned: Kamakoti: “Entry (to the course) is relatively easy but the exit is extremely hard”. Generalizing, quality is determined by the exit criteria; loosening entry criteria is just openness / diversity. The Hindu “Once I have a persistent system that I pay to keep thinking, learning, and acting 24/7, I think that will decisively look like AGI.” - Dan Shipper AI has expert-level capabilities in many (increasing) tasks #ForNow. If your edge is OUTSIDE of those, use AI for other tasks you couldn’t do before, insourcing or expanding horizontally. But your edge may be short-term - so move upstream / specialize. Your competitors’ edge may be short-term, too - so plan to attack. Analyzing Anthropic Economic Survey, it looks like people in rich countries are asking Claude for advice (explain this spreadsheet) while poor countries are asking Claude for output (build this website) #ForNow. Maybe because rich users already have tools / people that create output for them? Humans can’t define all laws of language but LLMs have learnt them anyway. What if there are laws of nature that humans can’t understand but AI can? Actually, this is already true of black-box models (loan approvals, weather forecasts, …) where benefit/control > understanding. But as data & compute scales, this might “solve” entire fields like psychology, economics, etc. Noah Smith In each area, there might be a limit to how much intelligence is possible/useful. For example, we’re pretty good at recognizing food and emotions - there’s not much benefit / possibility of more intelligence. But we can copy and share this intelligence - and that might help more than we think. Noah Smith The ChatGPT Dropbox plugin can read Markdown files if you specify the path, but can only read PDF, Word, PPTX, Excel, etc. when searching. It cannot update files on Dropbox, but can add and delete. #ForNow Given how long agents run without mistakes, verification is increasingly “drift correction”. You can’t spot it easily. Learn writing specs that EXPOSE drift. Build and test against “oracles” (verification systems). Reduce cost of error. Permissions, in the context of multiple agents, is complex. If agent A can read my email but wants to consult agent B, can B see the email? We’d need to make permissions pretty specific, like: principal: “anand” agent: “agent-17” purpose: “insurance-coverage-check” allowed_data: [“email:read”, “dropbox/notes:read”] allowed_effects: [“email:send”] audience: [“anand”] expires_at: “…” delegation_depth: 1 After struggling to understand where to apply loop engineering, here’s my guess. If you have a metric (or something really well defined) that you want to optimize, and a single agent iteration isn’t enough, loops are a way to get there. Kaggle competitions, benchmark optimizations, etc. are examples. This means that any complex system that you can benchmark (or at least where you can robustly compare results) is loop engineerable. (This means that the ability to benchmark, and using agents to benchmark, will become a key ability.) Ontologies, state machines, etc. can be used to create verifiable systems, e.g. nodes become states, relations are valid operations. That’s great for building verifiable systems (leading to things like LEAN). Of course, a key skill will be knowing what to put into the state, what relations to allow/disallow, what reflects reality well, how it might evolve (e.g. temporal graphs), how that might change in the future, etc. Having said that, this is just creating a neural network of sorts - so according to the bitter lesson, we should just toss data at an agent and have it build a graph (or not) as required. BTW, I shared this with a bunch of speakers at Data Hack Summit who were speaking about knowledge graphs. There was silence for a while. Then, gently, they all agreed. Some people blab. Interrupting with a question is a good diversion mechanism. Some blab even after that. Exiting politely is both wise and surprisingly un-rude. To control your mental state, breathe slowly. 5–6 times/min for five minutes (that’s longer than I thought was needed), exhaling slower than you inhale. PubMed Once a ChatGPT conversation uses a developer plugin, #ForNow it refuses to use other plugins. So, if you need to use a GMail plugin AND a plugin you built yourself, you’d need to use the GMail plugin first, get stuff into the chat, then switch over to yours. I suspect conversations with developer plugins might not be accessible when using other plugins, too - but that’s untested. There’s a jagged edge of AI adoption as well, not just AI capability. Several organizations limit users to weaker agents #ForNow (e.g. only Microsoft Copilot or Gemini). Many have never seen the power of Codex or Claude Code on their systems. It’s hard to convince them that AI can do much more than they think. There’s a “data engineering” industry incentivized by structuring data. This is partly enabled by poor enterprise agent adoption #ForNow (e.g. Microsoft Copilot). The sequence works like this: “AI does not solve something with the data it’s given. Let’s structure the data. It solves it. Therefore, we need to structure data - all data.” The alternative which I believe is: agents will structure it themselves. I noticed that when you submit a prompt on ChatGPT, it changes the URL to https://chatgpt.com/c/WEB:... and once it starts processing it on the server, changes it to https://chatgpt.com/c/... giving it the actual conversation. So, if you see a WEB: in the URL #ForNow, make sure you copy the prompt before reloading the page - because it hasn’t been saved or sent to the server. I assumed inflammation was mostly a bio/chemical process. Looks like neural signals are involved, too, and electrical simulation can control inflammation. This leads us to a new territory: bio-electrical medicine. The Anthropic Economic Index indicates that, on average, if you prompt Claude like an 8th grader, it responds for a 9th grader. Does that mean (a) that more sophisticated prompts get a better response, and (b) if you repeatedly meta-prompt, you increase the sophistication by about a year each iteration, and hence can get very smart prompts by just getting out of the way and with little hope of understanding the question? This might actually make sense if AI will action the result without you needing to understand. The geometric mean is always less than or equal to the arithmetic mean. This is why a “smooth” 8% return is worth much more than a “wild” 8% return. @lumenxbt Quantum cryptography can give us unclonable encryption, i.e. if someone copies a message midway (or you publish it), you can’t independently decrypt both. We knew how to do this in 2020. Now, ChatGPT helped “indistinguishable security”. Between 2 messages, people can’t figure out (e.g. from the length, or other attributes) which message is which. Gemini Agents can record network requests into a HAR file and reverse-engineer an API for many websites. More efficient than browser control. dax The Anthropic Economic Index dataset is on Hugging Face - released quarterly #ForNow. The longitudinal analysis is likely to be interesting. BusinessCaseBench solved over 238 business cases with AI agents and they’re doing well and improving #ForNow. Not surprising. Frontier AI performance across the business disciplines OpenAI Presence shows a pathway for deploying agents. Deploy for a specific job, with only required access to knowledge and systems, company defined policies for approval, agent periodically reviews logs & escalations and proposes updates for testing and approval. A lot of work people are doing on ChatGPT is OUTSIDE their area of work. “… a substantial part of work-related ChatGPT use is from users expanding their role.” OpenAI

The Curator's Dilemma - VizChitra 2026

Last week at VizChitra, I ran a “Dialogue” session. A new format for me. I usually speak 80% in my workshops. In this dialog, I spoke 20%. The group discussed. PART A I showed 6 charts and said, “Pick the best.” Then I shared the audience & purpose and asked: “For THIS audience and purpose, will you publish, fix, or kill it?” INSIGHT: almost no one said, “Ship”. That’s good – these were all drafts. ...

AI advice for teams

I updated my AI Advice page by: Transcribing my calls in the last 2 months (Gemini 3.1 Pro, “Transcribe this call recording…”) Extracting AI advice (Gemini 3 Flash, “Summarize ALL AI-related advice … into 1-sentence bullets”) Asking Claude, ChatGPT, and Gemini to document what’s new / changed. I added this request: But, and this is IMPORTANT, analyze my original writing style, write it exactly in that style, and then verify to make sure it follows the same style (correcting where required.) ...

2025 1

LLMs are smarter than us in many areas. How do we control them? It’s not a new problem. VC partners evaluate deep-tech startups. Science editors review Nobel laureates. Managers manage specialist teams. Judges evaluate expert testimony. Coaches train Olympic athletes. … and they manage and evaluate “smarter” outputs in many ways: Verify. Check against an “answer sheet”. Checklist. Evaluate against pre-defined criteria. Sampling. Randomly review a subset. Gating. Accept low-risk work. Evaluate critical ones. Benchmark. Compare against others. Red-team. Probe to expose hidden flaws. Double-blind review. Mask identity to curb bias. Reproduce. Re-running gives the same output? Consensus. Ask many. Wisdom of crowds. Outcome. Did it work in the real world? For example, you can apply them to: ...

2024 1

What do you need to interact effectively with LLMs?

Simon Willison asked on Twitter: What are the most importantly things that people need to understand in order to effectively interact with LLM-based systems like ChatGPT or Claude? Here are the replies. (I used text-embedding-3-small to embed and cluster them into 20 clusters and used OpenAI GPT-4o-mini to label the clusters. There are misclassifications but the themes are accurate.) Provide Clear Context and Avoid Leading Questions Provide relevant context but not too much \ Models are total “yes men” - be careful not to imply your perspective if you want an objective response \ Learn when to iterate vs start a new chat 4. Provide examples (especially for output structure) - Tweet Ask questions that the other person can understand. \ Ask questions while predicting what the other person will respond. It’s the same as the human’s. - Tweet Ensure the system knows the relevant context. Give a detailed backstory of what you’re trying to do with it and why. \ One thing at a time. Make the task as specific as possible and if there are multiple things that need to be done, ask it to them in their sort of natural - Tweet The “most importantly things” are probably to ask for step-by-step before answering and to try to not ask leading questions to avoid its sycophancy bias. - Tweet You must provide a diverse distinct set of examples of you want it to be robust and generalize in real world systems. - Tweet Always ask for both strengths and weaknesses to get more balanced perspectives, and make sure the model can tell you as many facts as possible before committing itself to an answer. - Tweet Rule 1:Avoid chatgpt unless they release a better model than Sonnet 3.5. - Tweet Strongly insist that it shouldn’t passively agree with you. Encourage it to interrupt with clarifying questions that would meaningfully improve the output. - Tweet Avoid leading questions if you care about the answer. They are way too polite to contradict the user. - Tweet It’s not Google, so use full sentences, not just keywords. \ Iterate on initial response. \ Trust, but verify. - Tweet Just talk to them how you’d want someone to talk to you if it was you in there. - Tweet Provide good (and bad) examples of output, and don’t forget a few edge cases. - Tweet Keep hitting the ball back and forth across the net: 1. “thanks but I think these are a little too ‘salesy’ – could you try to generate some ideas that are a little more down to earth” 2. “ok, we are getting there, but still a little overheated. could you try again” - Tweet These are my top 10 for folks new to GenAI: 1. You have to provide all of the context the model needs to answer your question if that context is not likely to appear in the model’s weights. It will take a while to gain an intuition about what types of knowledge is likely to be - Tweet Suspend disbelief; collaborate not interrogate; trust no-one; have fun, role play, experiment, test; think of as a facet of intelligence built on achievements of ours, not a robo-rival. Notice book-learning over lived experience, cliches & bluffing in human world too, & do better - Tweet It’s a dialogue. Iterative. incremental. Chat improves with feedback. When chat creates code, for example, run the code and give chat the error messages so that it can correct the code. Before asking chat a question, ask it what it knows. Then zoom in. Gradually. :) - Tweet One example is worth a thousand words - Tweet How to read \ How to write (optional) - Tweet Explain yourself clearly, using lots of examples. \ Assume you’re talking to a smarter version of yourself that hasn’t heard about your problem yet. \ When it doesn’t do well, use the steps above to correct it. - Tweet The more precise your question or task is, the better and more accurate the response will be. Vague prompts can result in equally vague answers. \ Provide relevant background or context, especially for nuanced questions or tasks. - Tweet Don’t ask them to do too much in one shot, especially if they are unrelated tasks; you’ll get much worse results. \ Don’t give too much context if you can avoid it. The huge context windows of the newest models isn’t as “free” as you might think, or rather it’s “lossy”— the - Tweet Collaborate with them, don’t delegate to them. - Tweet Context Window needs to be explained well. @NickADobos is spot on, but this needs to be explained without jargon we are so used to. - Tweet How context windows work TL;DR: it doesn’t remember everything in chat \ It’s a text generator, that is good at patterns, and appearing smart. Not an almighty god doing cognitive work. Hallucinations aren’t ai behaving wrong. They are a feature of generating a bad pattern - Tweet Consider the context a human would need when responding to the same request. When asked to create a presentation by your manager with 10-20 words, you have thousands or likely millions in context to inform that. Ppl often get annoyed when it fails, it’s usually not enough context - Tweet Understand that they are autoregressive with a context limit and the limitations that impose on the chat interface. - Tweet Iterate and Simplify for Optimal LLM Performance just keep trying things - LLMs keep surprising me, \ Start simple, add more techniques, context, guidance etc. step by step - with LLMs I found, less is often more. \ Keep a human in the loop and/or be transparent about using LLMs - otherwise prepare for unpleasant - Tweet When your llm starts omitting code generated in prior steps of an existing chat, end the chat and replay your steps until before that happened. Take a different branch next time - Tweet Don’t give too much information at once to process, start simple and build on top of previous ones \ Want a contrary opinion from LLM?don’t sound like your opinion is sacrosanct - it will agree to you mostly even if its wrong. \ Role playing and few shot examples matter. - Tweet Context \ Difference is assumptions \ Articulating clearly what you want (run it against another LLM to see if what you mean is what you say). \ Being able to go back in a thread and restart (You get do over’s with LLMs that you might not get with people :) ) - Tweet Well one thing I learned is it’s best to start a new chat if the LLM is going down the wrong path, easier then forcing it back. - Tweet Having moderate experience with a topic / framework is important for peak quality of the response. At present, using llms for efficiency > using llms to do something you don’t know how to do. - Tweet at least when it comes to writing code, the task needs to be very well defined, like one would do when creating a user story for developing software. If the details are vague then you leave the LLM open to interpretation and more likely to make mistakes - Tweet The most important thing, and this has always been true even if not using an LLM, all good software development starts with engineering a solution first before building it. If you attempt to get the LLM to do that part you’ll create as many problems than you solve building - Tweet Use the LLM to explore your own understanding of the problem space and what you want to achieve. This can help improve your prompting and interpretation of the outputs. - Tweet LLMs… -Pander. Don’t prime answers, ask straight. -Only know text. Don’t ask spatial, reasoning etc. -Hallucinate and invert. Double-check. -Get stuck. Start over. -Master ALL languages, jargons, styles etc. -Are formidable documentalists. - Tweet hallucinations are still a thing, be wary when LLMs generate links and code snippets 2. data quality of training content can sometimes be dubious leading LLMs to hallucinate more often or be biased in various ways both will likely be addressed eventually - Tweet LLMs… -Pick and imitate register. Talk like constructive, competent people. -Are easily lost. Examples and feedback help. -Can misbehave. Be harsh if needed, but stay just. - Tweet For optimal results, provide ample context. Prompting the LLM with ‘Feel free to ask clarifying questions’ and doing the due-diligence to answering the questions often yields much better results. - Tweet The more explicit you are the better the output. The LLM can not read your mind and there is a lot of ambiguity when interpreting language. - Tweet One issue I am seeing more of - Often i ask a question on a choice it made. The LLM assumes I don’t like it or it’s wrong - it then starts to apologize and course correct. More and more I add something like “not refuting or arguing, just trying to understand” etc. - and that - Tweet They are inherently unreliable in more than one sense, which accumulates the more requests you run in a chain. The Six Sigma approach is devastating to LLMs. - Tweet Treat it like a very intelligent junior employee who just started at your company and lacks context. Give the LLM the same level of detail for every instruction you would give to this junior employee. - Tweet That LLMs are not too be trusted as they reliably fail at information due to multiple effects, including hallucinations. That LLMs don’t actually understand things and don’t have common sense. It is mandatory to adapt expectations and ways of working to successfully use them. - Tweet Craft Effective Prompts for Consistent Results How to prompt - Tweet Carefully consider keywords, and prioritise them via the locating them earlier and at the end of longer prompts. - Tweet If you want stable results across models and are looking to build robust pipelines you should stop hand writing prompts and move toward prompt optimizers. https://ycombinator.com/launches/L4V-hamming-let-ai-optimize-your-prompts-free-for-7-days… Also built into DSPy! - Tweet While crafting logics and system prompts, Always keep a thought in your mind parallel what would I respond to this prompt and context. - Tweet Prompts matter. \ Treat it like a tool, and you’ll get a tool. It’s only as smart as you let it be. - Tweet to ask them the best way to prompt them - Tweet there is a single prompt that gets the job done, thousands that screws it - Tweet Always add a system prompt at the beginning: Define a role. Ex: “You are a senior software developer who excels in…” \ Context Matters: Provide a detailed background for better insights. \ Clear Prompts: Specificity is crucial for accurate outputs. - Tweet If a large global prompt doesn’t work, try step by step. If it does work, but has errors in response - Ask it to fix errors one by one. Insist, like you would with a human supplier. If “do this” doesn’t work, try “Strictly do this”. Amazing how effective insisting is :) - Tweet The better the prompt the better the output. You don’t need a Meta framework for 90% of things - Tweet They don’t exist between prompts - Tweet Don’t rely on the models weights alone. Be explicit in the prompt and give it pointers to what you’re expecting. Let it “clean up” or “translate” your prompt rather than “come up” with an answer based on its training. Exception: generating lists for inspiration. - Tweet prompt engineering, in order to get the most desired outcome in handy. - Tweet It lies Q: Who was the second person to walk on the moon? A: Pete Conrad Q: can you name the crew members of Apollo 11? A: I got the right answer. Q: Then how come Pete Conrad was the second person to walk on the moon? A: My apologies. Indeed Buzz Aldrin was the second pe… - Tweet How to say no. - Tweet How to use smart phone or computer with internet - Tweet Vibe is an input. - Tweet Don’t Expect Human-Like Understanding from LLMs LLMs have no “thoughts” or understanding, they’ll simply write the statistically most probable answer based on your input and have been prompted to act as assistants. - Tweet LLMs are incredibly random. Responses can change wildly based on a single character difference in the prompt. Even one extra space. They are best for prompts that have a range of possible responses, not for prompts where you expect one consistent answer. - Tweet Cease prompting their LLM to give them a viral tweet with forced irony forcing awareness to an issue. That’s my own personal opinion, bro. But, believe what you want. - Tweet If you don’t know what you want, the LLMs too likely won’t know. And if they don’t know they will make it up. And if you don’t know, you will not know that they made it up. - Tweet Be sure not to put contradictions in your prompt. LLMs, in contrast to humans, try to follow instructions as close as possible. They usually handle contradictions by ignoring some part of the instructions or even ignoring facts. - Tweet It’s biased toward its creators. So if the majority of companies that are developing LLMs are owned by the same investors, then in fact, we are having a single LLM that is biased toward that investors goals. E.g., chatgpt is more toward liberalism and refuses to operate otherwise - Tweet Basically, you need to understand that LLMs are not humans. You can’t assume they’ll understand what you mean when you write short prompts. You get the best out of LLMs when you provide detailed instructions of what you want without letting laziness get in the way. In my - Tweet Don’t assume anything. LLM doesn’t learn like a human. Any assumption you make about what LLM should or shouldn’t know is probably wrong. - Tweet Describe your context and the role you want the LLM to look at your input (critical, tech/none-tech, …) Think what you could expect from a wise, random person you ask on the street. Do not expect more from the LLM-Answer. Also only trust it similarly. - Tweet Give it an option to not do something either by allowing the LLM to reply with something like “I don’t know” or tell it to ask follow up questions. - Tweet There is nothing fundamentally important for that interaction. These LLMs are just minimum viable versions of something much bigger that will come soon. That something will know how to interact with us no matter how we behave. - Tweet that you need to cram the relevant data into the prompt. LLMs are far far better at transforming what you give them than they are at answering solely on the basis of the lossy representation of the training data encoded into the model itself - Tweet The side effect fact that formulating a question for an LLM makes you think better. When coding, for example, we often run questions in our heads and then get to coding. Being forced to formulate a question properly may lead you to trajectories you may have never considered. - Tweet Treat LLMs as Guided Children, Not Mind Readers The game isn’t to ‘one shot it’. It’s to get something you never thought was possible or that you’d never think of. I always say they are like children, they need guidance (back story and reason) and repetition …but room and time to play and grow. - Tweet Honestly, flexibility and patience. We need to give up a little bit of control and expectation of all things to be so rigid. - Tweet When working with it, you need to expect it to not read your mind, but work with it as if you’re asking for help from an insanely gifted child and give yourself patience to shape the result. - Tweet if it makes life better? yes. but always? no. - Tweet When asking it how to implement something, always give it options. If you can’t think of options, give it a vague out. Instead of asking, “should I do this to my code?”, ask it “should I do this to my code, or is there some better way I could do it?”. Otherwise the models are too - Tweet always consider that it doesn’t know what assumption you’re making. so it might infer them sometimes but often it’s much better to over explain what you want. they will often run ahead on a suggestion you have even if it’s not the best path so I find myself adding “if this - Tweet It cannot read your mind, if you don’t explain exactly what you want you will not get what you want - Tweet I am not ready to give advice based on a bet that “something much bigger will come soon” - prompting advice that worked for GPT-4 over a year ago is still mostly relevant to working with the best models today - Tweet to be concise and always assume the response is wrong, even ever so slightly. Check and correct. - Tweet you have to provide context otherwise it assumes - it will often agree with you or apologize/correct itself even if you question the right answer - Tweet The limited ability for non-linear (or non left-to-right) reasoning. Encouraging the model to spend more time planning and discussing beforehand often leads to better results. This may be less the case with Claude etc where reasoning tokens are happening behind the scenes. - Tweet Context is Key for Effective Interaction Context is everything - Tweet Context is all you need. - Tweet Understanding how context works - Tweet It’s all about context - Tweet #contextmaxxing - Tweet Context, Task & Purpose - Tweet Subjectivity. Context. Brain rent. - Tweet I’d say understanding the concepts of context, attention, and likelihood - Tweet Context and memory (the degree to which you can refer to previous parts in the chain of context) 2. Temperature and hallucinations. The tradeoff between extremes of temperature 3. It’s wise to have benchmark questions of your own to test when a new company/model comes out - Tweet local maxima sensing - Tweet Acknowledge the Stateless Nature of LLMs you’re interaction is with a stateless inference that exists for a fleeting moment, current ai is not continuous which is easy to forget. This has implications for what you are building for: - Tweet that they’re stupid next-token predictors and not intelligent agents. If you expect conscious beings, you’ll be surprised and disappointed. But they’re incredibly good at predicting the next useful token. - Tweet That standard intuitions for computers don’t apply. Treat it the way you would treat a knowledgeable but fallible friend. Not like a purely logical SciFi AI with perfect memory. - Tweet Normally I hate predictions and terms like this, but the next 20 years are going to be the era of “embodied intelligence” People are imagining humanoid robots, this will be a very small fraction of it. Compared to the software problem, the body is trivial. Imagine asking your - Tweet Inherent lack of memory about previous interactions. Every message is starting from zero and only seems coherent because background info and the previous messages and responses are sent before the latest message. - Tweet They’re not sentient. They generate responses by predicting patterns from vast data, which means they’re as fallible as they are impressive. The key is precision: your queries must be meticulously clear and well-contextualized. - Tweet it doesn’t have a memory like hooomans - Tweet Whenever the conversation derails, you need to cut that branch and keep the model in the “right universe of probabilities” by editing prompt/messages. This is also why I was skeptical about Reflection, because if it really worked, it would be breakthrough. - Tweet They aren’t deterministic - Tweet Leverage AI for Prompt Suggestions and Refinement I like to ask them for prompts to use for a given purpose, it tends to be more detailed than I would be. Can also use this to add example Q&A if need be. - Tweet We need AI assistance with prompts and suggestions on rewriting your queries similarly to Grammarly’s for spellchecking and correctness. - Tweet “Give me a list of questions I can answer to help improve the quality of the response” - Tweet Let’s ask one. - Tweet Can we get our hands on all the prompts used in fine tuning data or at least major ones. Highly unlikely they will release it. - Tweet anybody got tips for image generation? i hardly ever use the image features, but lordy, they struggle! even w with clear, verbose prompts using art school vocabulary, specific artist citations, and example attachments, lots of iterations, etc. - Tweet I’m doing a podcast with the Cursor team. If you have questions / feature requests to discuss (including super-technical topics) let me know! For those not familiar, Cursor is a code editor based on VSCode that adds a lot of powerful features for AI-assisted coding. I’ve been - Tweet They’re useful in the same way Google or the internet or stack overflow is useful plus one big advantage: your question doesn’t have to take your specific situation and change it to a generic case that someone else has already answered, you can just ask about your exact case! - Tweet Start with a Jailbreak for Objective Analysis Using a jailbreak should always be your first step if you want less biased, more objective and fact-based analysis of sensitive or controversial sociopolitical issues. - Tweet Kinda like Google, small changes in wording can give you quite different results. - Tweet That you should only use it to get answers you can verify with a separate tool, or somehow evaluate yourself (ej. text quality). - Tweet Its not a tool - Tweet dont treat it like a search engine. think about the outcome and output you are trying to achieve. - Tweet There is a considerable chance to answer is wrong, so likely everything needs to be double checked. - Tweet I can only speak for the use cases I’ve come across wrt legal work, but don’t use them for tasks where you need a reference. Using them to draft or review documents is fine. Asking for a case law reference is a no-no. And of course, make sure you’re not leaking confidential stuff - Tweet Master Prompt Engineering for Better Outputs lol. Nice try. If your business needs to level up I can do certification class. Your employees will get Level 4 Prompt Engineering Classification. DM if interested - Tweet I like to write no full sentences with error and llm understand. So prompt engineering bullshit - Tweet Turing test. - Tweet Use instructions to change the style of the output that the LLM produces. For Claude you have to make a project first in order to be able to set the instructions. - Tweet Understanding how LLM system, ChatGPT or Claude works and responding technically in basic. - Prompting skills. Understanding the difference between effective and ineffective prompting. - Tweet understand the english language and HOW it’s used (sadly, even english speakers have a hard time w/ correct language use). know grammar and syntax, context and nuance. be clear, succinct, specific when creating prompt. edit, edit, edit before sending prompt. - Tweet Understand LLMs as Statistical Predictors Language models cannot generalize the simple formula “A is B” to “B is A.” - Tweet tokenizers/decoding strategies are both incredibly important and invisible to most users. Remember that what you input is not what the model sees exactly, and what you read is not what the model output directly. 2) repeat #1 for the crowd in the back - Tweet It’s a bit sad and confusing that LLMs (“Large Language Models”) have little to do with language; It’s just historical. They are highly general purpose technology for statistical modeling of token streams. A better name would be Autoregressive Transformers or something. They - Tweet Language - Tweet They are next word predictors. Everything is downstream from that. - Tweet The output is encoded in the input, the model is just a statistical decompression engine. This means that they can only ever amplify your mind, they can’t think for you, however they can translate your question into more formal language & that may decompress into something useful - Tweet Stay Focused on High-Impact Tasks Try to stay in the high impact zone e.g. through breaking tasks up and don’t expect perfect results at all times - Tweet Being able to define goals and objectives. - Tweet Focus loquaciousness to refine results that will otherwise always regress to mean averages. - Tweet If it doesn’t understand you, ask it to help clarify your question. If you’re not getting the answer you need, break your question into smaller parts. If you don’t know how to break it down, ask it to help you break it down. - Tweet You’re interacting with a superposition of all humanity, so defining a specific persona that would be helpful for your task produces better results. -Avoiding assumptions and explaining your goal in the clearest way possible is the key to avoiding running around in circles. - Tweet Understand LLMs as Probabilistic Text Generators they are reality-adjacent - Tweet that they have to make sense - Tweet That they are probabilistic systems. - Tweet That they’re random text generators and any appearance of intelligence is accidental and illusory. - Tweet themselves - Tweet Verify Information, Never Trust Blindly Verify, never trust. - Tweet Never trust them - Tweet Just don’t. - Tweet Anything coming out of those things can be completely false. Don’t just accept it as truth. - Tweet Engage Actively to Maximize LLM Utility that it’s only as useful as how many questions you’re asking it. Any initial understanding beyond that would be an overkill in my opinion - Tweet It is only an upscaler not a freewin. The more you know the better it works, but compared to a person you can talk with it in shortcuts. The skill is to always reposition it constantly, before it goes off in the wrong direction. You can also work with labels within it’s answers - Tweet They’re useful/powerful for a wide range of tasks. Their usefulness is highly variable, depending on context & the skill of the user. A user’s existing expertise can be greatly amplified by the system, but novices probably benefit most. Ask them for help on how to use them. - Tweet You no longer need to learn regex etc, you can just act like you know it at an expert level now, similar with syntax of virtually any language or technology. It is better at writing debugging output for you to find the problem in the code than finding the problem in the code… - Tweet Communicate Clearly and Specifically Be specific, clear, and thorough. Same as communicating with humans, but more important. - Tweet Be super clear with instructions. Funnily enough, we should be doing that with our instructions to our fellow humans, but we don’t! - Tweet Effective writing - Tweet BE SPECIFIC. Every one of my customers asks why a query they make doesn’t return a result at all or a result they desire and it is because of the quality of their query over and over again. Some customers understand this out of the gate, some need some training. - Tweet Be Knowledgeable to Identify Hallucinations Britannica’s Great Books of the Western World - Tweet Hallucinations are a thing and the model doesn’t know if it’s hallicunating or not. That’s why the user using an LLM on any field has to be knowledgeable on that field in order to determine what’s a hallucination. This means you can’t use a LLM reliably to do something you can’t. - Tweet LLMs don’t have the notion of True or False - Tweet Comments RK 16 Sep 2024 10:16 am: Models are total “yes men”…LoL! Using Richard Seroter’s line - “Treat AI assistants as a slightly-drunk knowledgeable friend”, I brainstormed with my bots to create this cartoon -https://mvark.blogspot.com/2023/07/beware-slightly-drunk-wisdom-of-ai.html

2002 1

Famous software glitches

Speaking of bugs, here are some famous software glitches – right from the Patriot missiles misfiring to the London Millenium bridge wobbling. Some links are broken, though. (More glitches and links)

2001 1

Tools for testing websites

Tools for testing web sites.