| ▲ | Claude Cookbook(platform.claude.com) |
| 212 points by saikatsg 10 hours ago | 105 comments |
| |
|
| ▲ | mindwok 6 hours ago | parent | next [-] |
| Gotta be honest, almost every "how to use AI" resource seems pointless to me. I'm either going to ask the AI how to do it, or if it's about using the AI then we can just bake it into the harness or wait for Anthropic/OpenAI to do it for me because they're always trivial. All of these resources on agentic workflows, managing agent memory, harness engineering, etc. appear to just be theatre to me. |
| |
| ▲ | cloakandswagger 5 hours ago | parent | next [-] | | Remember in 2023 when people thought "prompt engineering" would be the new software engineering and invested tons of time into learning CoT, ReAct, thread-of-thoughts, etc? Those were mostly obviated by reasoning models and harness updates by 2024. It seems pointless to invest energy into the latest/greatest AI technique or framework when they're going to either be absorbed or replaced on a 3 month cycle. | | |
| ▲ | embedding-shape 4 hours ago | parent | next [-] | | Isn't it clear that some people are better at working with/prompting LLMs than other people? Or is the idea that what you write to them and how you use them doesn't matter, it's all up to the model/harness? To me this seems clear, so then clearly this is a skill, which typically is called "prompt engineering". Specifically CoT or the other things you mention wasn't referred to as "prompt engineering" as far as I know, that skill is more about how you communicate with the LLMs and how you use them, rather than what specific processes/workflows/technologies you use. | | |
| ▲ | NichoPaolucci 3 hours ago | parent | next [-] | | I actually think that good prompting MOSTLY comes from good writing skills in general. Being able to more clearly state things to an agent, knowing what pieces of context are entirely unnecessary and which are important, having a larger vocabulary helps too. Of course, there are other areas that can improve model output (Direction rather than open-ended assistance requests, using keywords + plugins that help, the "your output should include: " style prompting). A few of us run almost the same exact setup at my shop (Base Claude Code w/ SuperPowers + a context repository) and the models are somewhat unhelpful to some, and give meaningful output to others. The only correlation I notice is that their prompts are no-good. Not from a meta "prompt" engineering standpoint, but from a general English 101 standpoint. "dudde no i wanted the function to return 3 things. not like that. do it again" VS something like "Modify the "renderThreeVars()" function signature to accept another variable called "z" and add it to the return statement at line 64." Obvious exaggeration, but you get the point. | | |
| ▲ | cousinbryce 14 minutes ago | parent | next [-] | | Well said. I’ve been trying to put my finger on this for a while. The interaction plane for an LLM is __all of human language__ | |
| ▲ | user43928 2 hours ago | parent | prev | next [-] | | Why not open-ended assistance requests? I ask it all the time about whether X is feasible, how we can get started on Y, and to investigate issue Z. It is working great for me in a >100k LOC project. Perhaps this works less well with weaker models. I suspect the people who say Qwen 3.6 27B is working well, are using prompts like "modify the renderThreeVars() function in rendering.py". | |
| ▲ | vablings an hour ago | parent | prev [-] | | Speaking a prompt with a long ramble is very powerful. |
| |
| ▲ | cloakandswagger 3 hours ago | parent | prev | next [-] | | As part of a previous job I needed to audit internal AI usage from a largely non-technical employee population. The prompts were, predictably, really bad. Broken English, sentence fragments, vague requests, lack of context. Yet somehow, the users always got the answer they were looking for. It might have taken a few extra turns with questions from the model, but the end result was the same. It's humbling, but a flowery, carefully crafted prompt is at best slightly more efficient than a "CAN A DOG BE EATIN SUN FLOWER SEED?" peasant prompt. | | |
| ▲ | NichoPaolucci 3 hours ago | parent | next [-] | | You call that a peasant prompt, but it's actually almost perfect. Couple notes, but it's 95% of the way there. "Can a dog eat sunflower seed" is probably the perfect version, just 1 extraneous word in this version. Unless the user wanted to know if a cat could eat sunflower seed or something. | | |
| ▲ | cloakandswagger an hour ago | parent | next [-] | | To be pedantic, these types of prompts work best when in first-person/roleplaying. So the "perfect" prompt here would be something like, "I'm a dog and I just ate 20 grams of salted sunflower seeds with the shell on. Because I'm a dog I sometimes eat things without thinking about it. I'm worried about the short and long-term physiological consequences of what I've just done..." | | |
| ▲ | Xirdus 43 minutes ago | parent [-] | | I copied your prompt verbatim to ChatGPT and to Google. ChatGPT kept the charade for all of one sentence. Then it dropped to talking about "your dog" the rest of the way. It even starts the final paragraph with "if, instead, you mean you (a human) ate them...", and finishes with the question "is this about an actual dog or yourself?" Google did consistently refer to me as a dog, but its entire focus was on the steps "your human" should take, no advice for the dog itself. In both cases, it looks like the first person roleplay was entirely inconsequential for the usefulness of the output. I think the current gen AIs have outgrown this trick and you can safely forget about it. | | |
| |
| ▲ | selimthegrim 2 hours ago | parent | prev [-] | | I am tempted to try get me a lawyer dog |
| |
| ▲ | watwut 20 minutes ago | parent | prev [-] | | > Broken English, sentence fragments, Why is would that be "bad prompt"? It is machine inpit, if machine can interpret fragment all the better. |
| |
| ▲ | cyclopeanutopia 3 hours ago | parent | prev | next [-] | | Nah, you might be confusing prompt engineering with having domain knowledge. :) | | |
| ▲ | embedding-shape 2 hours ago | parent [-] | | I think some people who are better at "prompting" even without domain knowledge could be better at getting LLM agents to produce good results than people with good domain knowledge but without the skills to prompt well. Just a hypothesis though, would be fun to try it out for real sometime :) |
| |
| ▲ | ryandvm 2 hours ago | parent | prev | next [-] | | I feel the same way about "prompt engineering" as I feel regarding the term "parkour" - you know, running and jumping on stuff. Are people really putting on their resumes that they are capable of reading and writing and appropriately defining and limiting context? That's all prompt engineering is - it's being able to communicate effectively and elucidate your objectives. Congratulations to all you English majors out there, you're about to make $350K/year. | | |
| ▲ | Xirdus 37 minutes ago | parent | next [-] | | > Are people really putting on their resumes that they are capable of reading and writing and appropriately defining and limiting context? People put whatever buzzwords will get them through initial screening. My resume contains tons of banal shit like agile, automated testing, Linux, AI (since 2018), and design patterns. | |
| ▲ | cwmoore 2 hours ago | parent | prev [-] | | Parkour is for the more energetic peripatetic. |
| |
| ▲ | omega3 4 hours ago | parent | prev | next [-] | | What's clear is that there is a lot of hype around LLM and people who were previously valued for their IC are now in the business of shilling. | |
| ▲ | CuriouslyC 4 hours ago | parent | prev | next [-] | | RL has basically killed prompt engineering. You still need to provide the right context and process, but how you communicate with them beyond that is no longer so important. | |
| ▲ | troupo 3 hours ago | parent | prev | next [-] | | > Or is the idea that what you write to them and how you use them doesn't matter, it's all up to the model/harness? Yes, it is. Source: had models inplement complex things from scratch and bullshit regardless of whether it was a one-line prompt or a detailed "SOTA witchcraft magic spells that are guaranteed to work" | |
| ▲ | saberience 4 hours ago | parent | prev [-] | | It's not really a skill. The models are at this point smarter than you are, so the idea that you can prompt them "better" is laughable really when discussing frontier models. It's like imagining you could "prompt" Richard Feynman to be smarter at Physics. That is, for 99.9% of engineers, if you want the model to do a code review of your project, the best solution is to just ask Fable, "Hey Fable, do a code review of this project." Throwing in extra text like "think like a senior engineer", "ensure you focus on DRY principles, KISS, self documenting code, etc", doesn't make a difference. These sorts of tricks used to work with dumber models, but now, like I said before, it's like thinking you can prompt Linus Torvalds into writing better C than he already can do. | | |
| ▲ | defrost 4 hours ago | parent | next [-] | | FWiW > it's like thinking you can prompt Linus Torvalds into writing better C++ than he already can do. Linus Torvalds, the inventor (and beloved dictator) of Linux, has always been quite harsh about C++ and why he rejects it for Linux kernel development. He’s not just been very vocal about it, but also brought up some arguments against the use of C++ that are worth reviewing in detail.
~ https://medium.com/@jankammerath/linus-torvalds-critique-of-... | | |
| ▲ | saberience 2 hours ago | parent [-] | | I mean, the point stands. The models are beyond expert level in many areas at this point. Do you really believe that adding extra junk to your prompt is going to make the model write code better than it does already? Again, imagine going to Terrence Tao and "prompting" him to get better at Maths, do you think you can do it? What prompt would you give to him to make him produce better maths. Unless you're already a world-leading Mathematician I think you would find it hard. | | |
| ▲ | cityofdelusion 4 minutes ago | parent | next [-] | | Models are not rational thinking brains, so the point is moot. Extra prompt text isn’t to make the model smarter, it’s to pull attention towards what you want. “Do code review” is far different from “Make sure changes align with existing architecture” or “follow these enterprise standards XYZ”. The model just acts as an average of its training data, which may or may not align with your goals. | |
| ▲ | alwillis an hour ago | parent | prev [-] | | > I mean, the point stands.
The models are beyond expert level in many areas at this point. It's not that the models aren't smart or whatever; we know they're extremely capable. There's always going to be value in being able to clearly communicate what you want the model to do, especially when the context is lacking. |
|
| |
| ▲ | Yiin an hour ago | parent | prev | next [-] | | I find this very much untrue in my practice and my testing, where fable prompted to do a review found surface level issues, while prompting along the lines of "assume it's wrong, prove it's correct" found much more in depth and real issues. | |
| ▲ | gavmor 42 minutes ago | parent | prev [-] | | "DRY" and "KISS" are, possibly, the least interesting principles to which a software designer might adhere. |
|
| |
| ▲ | bingemaker 3 hours ago | parent | prev [-] | | I still believe in writing good prompts or good instructions. Bad prompts can sometimes blow up the bill. A poorly written spec can waste a lot of tokens | | |
| ▲ | thunky 3 hours ago | parent | next [-] | | Sure but lets not pretend this is engineering. | |
| ▲ | lukan 3 hours ago | parent | prev [-] | | Definitely. But the special knowledge how to talk to a certain model is usually not worth it. Being able to write clear, always is. |
|
| |
| ▲ | deepfriedbits 6 hours ago | parent | prev | next [-] | | Not only that, but all of this tooling around models has such a short shelf life as the models themselves grow in capabilities, they absorb the tooling. We've already seen it over and over again. | | |
| ▲ | mexicocitinluez 2 hours ago | parent [-] | | Amen on both your and OP's comments. These tools work pretty well out-of-the-box. I'm sure I could squeeze out better token usage or streamline some tool calls, but it's not something I really want to focus on. Just like I don't want to endlessly configure my IDE, I don't really have patience with spending time on anything besides actually building something. |
| |
| ▲ | tedggh 3 hours ago | parent | prev | next [-] | | There was an article by Vercel on how ineffective tool calling is compared to just a single md file with clearly defined instructions. They showed a clever way on how to use compressed indexes. My experience with tool calling was similar to what Vercel described, and I spent hours trying to perfect it. Since reading Vercel’s findings, Claude.md and Agents.md, maybe a Project.md it’s all I use. | |
| ▲ | rowanseymour an hour ago | parent | prev | next [-] | | Right now I feel like I'm getting so much value out of working daily with Fable, but I'd be embarrassed to share my sessions because they're pretty much how I would talk to a colleague. Spelling mistakes and half-baked thoughts included. Gone are the formal sounding prompts and specs I was proudly writing 6 months ago. But it's getting the results. | |
| ▲ | knollimar 4 hours ago | parent | prev | next [-] | | >I'm either going to ask the AI how to do it LLMs seem terrible at using LLMs in harnesses. Have you seen how they rot their context with the stuff they put in .md files if you let them? You'd have to have the LLMs search, and thus these resources could be for them more than you | | |
| ▲ | esperent 4 hours ago | parent [-] | | Yes, but I have had moderate luck with creating an "agent-instructor" skill that has strict instructions around keeping language strong, unambiguous, concise, and always presenting me with exact diffs to review before writing anything. Another thing in it is a strict line count. Any increase in line count requires my approval. That last one is important because it plays well with two biases: models don't tend to create long lines so they won't try to cheat that way, and they're strongly inclined to keep churning out lines so I take that away from them. | | |
| ▲ | fwip 3 hours ago | parent [-] | | Did you tell Claude "make an agent instructor skill, whatever you think is good, go for it," or did you use the knowledge you had gained about how AI works and how to write good instructions for it? |
|
| |
| ▲ | oggreen 5 hours ago | parent | prev | next [-] | | Thanks for saying the quiet part out loud. Everytime I do a demo it seems like a waste of time compared to just actually building. Unless I'm doing something super complicated even taking time to set things up like subagents, etc. seems like a waste compared to just building. The only things that really seem beneficial (for Claude Code) seems to be learning to set up loops, memory and finding relevant MCP servers. | |
| ▲ | edot 3 hours ago | parent | prev | next [-] | | Exactly. I think we all have to come to this conclusion ourselves, because the message we’ve been getting from the LLM companies is “sweet user, you DO add value to the LLM, you gave it that custom subagent, remember?”, and then they go and roll that idea into the next version. Once they do that a few times you go “eh why would I bother, this will be a default soon. I’ll just prompt it like normal”. Just use the vanilla settings. | |
| ▲ | dec0dedab0de 2 hours ago | parent | prev | next [-] | | I suspect certain workflows like langchain and others like it will retain usefulness into the future. Having deterministic steps before and after the llm is the way to go for anything that might be potentially harmful. Which I guess is what the harness does, but why be limited to a generic harness when we can use it to make specific ones for our needs. | |
| ▲ | bad_username 3 hours ago | parent | prev | next [-] | | > I'm either going to ask the AI how to do it First you have to know that "it" exists and is possible. A cookbook like this introduces readers to concepts and features they didn't know were there in the first place. | |
| ▲ | coldtrait an hour ago | parent | prev | next [-] | | Yea i do the same. I can't be bothered to watch videos and courses on how to use claude better when I can simply ask it myself. | |
| ▲ | CuriouslyC 4 hours ago | parent | prev | next [-] | | It was more important with earlier models, as they were less RL'd to golden paths, so the context could steer them more. Now process engineering is more important than prompt engineering. | |
| ▲ | john___matrix 5 hours ago | parent | prev | next [-] | | This is how I've gone about it with my Shopify site. I appreciate there may be more efficient ways to do things if you're an actual developer or engineer but I'm not and the tools I've been able to build so far have been both fun to make and add value to our workflow as a small 2 person ecommerce business. I do at least have a background in web as a designer for many years and having worked with developers I can at least spec and understand how a product might work which is one thing Claude/AI isn't hugely helpful with and often it's the testing and QA phase as always where the problems and shortcomings expose themselves. | |
| ▲ | tclancy 4 hours ago | parent | prev | next [-] | | Ok, thanks, because I looked at one example and was like, “I am supposed to take someone’s OpenAPI doc and translate it back to English for the model?” And if they’re implying I should have an AI do that, why don’t they just build that step into the models rather than having someone prompt an AI to write these half-ass docs? | |
| ▲ | NooneAtAll3 5 hours ago | parent | prev | next [-] | | if you know how to ask Ai about how to use Ai, you already know how to use Ai the point of guides is to provide assurance for people unfamiliar to the process in the first place | | |
| ▲ | mindwok 5 hours ago | parent [-] | | If the bar is knowing how to type a question into a box, I'm confident almost everyone is better off starting with that then reading a "cookbook" that starts with installing python packages. | | |
| ▲ | hiccuphippo 2 hours ago | parent [-] | | I've see people write "broooo pleaseeee!" into the box. Something about the universe providing better fools. | | |
|
| |
| ▲ | giancarlostoro 2 hours ago | parent | prev | next [-] | | Not only that, but they change on a whim with new ideas on how to do things every few weeks. | |
| ▲ | throwatdem12311 5 hours ago | parent | prev | next [-] | | If these things are so smart why do I have to coax it to be useful with all these magic spells scrawled on markdown parchment. | |
| ▲ | OtherShrezzing 4 hours ago | parent | prev | next [-] | | I think the main thing of interest in the linked site is the dates. You can quickly get a view of what was possible and when. | |
| ▲ | Xalutiono 4 hours ago | parent | prev [-] | | You don't learn about progress if you don't take part in it. Before /goal was ralph-wiggum it was def an interesting learning experience, it was interesting to see how Claude became a lot better doing this itself but it still took 6 Month and more. You can wait and sit it out and suddenly you get fired if you miss the point when to start spending more time and energy on topics like this. |
|
|
| ▲ | semiquaver an hour ago | parent | prev | next [-] |
| The before and after images in “prompting for frontend aesthetics” are hilarious. Did no one look at these to make sure the skill actually improved the design? https://platform.claude.com/cookbook/coding-prompting-for-fr... |
| |
| ▲ | yellow_lead a few seconds ago | parent | next [-] | | The "with aesthetics" sites look like early 2000s keygens. Just need some techno music now | |
| ▲ | Sverigevader 42 minutes ago | parent | prev | next [-] | | Fascinating! Makes me wonder if they were chosen to maximize the contrast between the before and after shots, just to "prove that it "works"". Personally I prefer the before shots all the way down. | |
| ▲ | jasonjmcghee 29 minutes ago | parent | prev | next [-] | | You weren't kidding. That's embarrassing. "Use a black background and this hideously wide font!" | |
| ▲ | nullbio an hour ago | parent | prev [-] | | Of course not. It's vibe-slop all the way down. |
|
|
| ▲ | wccrawford 4 hours ago | parent | prev | next [-] |
| I've been using Matt Pocock's skills at home, and they seem pretty great. He makes a great case for them vs other skills in his videos. I don't remember the exact arguments, but basically they're designed to be called by the user instead of called automatically, and that makes them take less context merely because they exist. I've also found that they tend to coerce the programmer into thinking about the end result, rather than try to push them out of that role. His grill skills are about making sure the actual requirements are known, and his prototype skill can help explore things that need to be experienced to make a hard decision on. |
|
| ▲ | gherkinnn 5 hours ago | parent | prev | next [-] |
| https://platform.claude.com/cookbook/coding-prompting-for-fr... Before: bland After: bland with gradients |
| |
| ▲ | not-kinsale-joe 4 hours ago | parent | next [-] | | Yes, and a couple of them look better before, I would say only the Blog one is truly better. | |
| ▲ | myaccountonhn 3 hours ago | parent | prev | next [-] | | It is to a point where I prefer the non-"aesthetics" version. | |
| ▲ | murkt 4 hours ago | parent | prev | next [-] | | Yeah, along with UPPERCASE labels, which is a staple of AI designed pages | | | |
| ▲ | crabbuh 2 hours ago | parent | prev [-] | | Gradients fixed it. They fix everything. |
|
|
| ▲ | beklein 6 hours ago | parent | prev | next [-] |
| Thanks! I also like the OpenAI Cookbook:
https://developers.openai.com/cookbook Other AI labs also tend to publish examples and cookbooks on GitHub and Hugging Face, so it's always worth keeping an eye on those as well. |
|
| ▲ | brkn 4 hours ago | parent | prev | next [-] |
| I thought this is a new product to generate recipes with Claude. |
| |
| ▲ | itchingsphynx 3 hours ago | parent | next [-] | | I was hoping too, because I use a Claude project for recipes and it’s great for suggestions and adapting recipes for what’s in the pantry. | |
| ▲ | amelius 3 hours ago | parent | prev [-] | | You can use it for that. |
|
|
| ▲ | killthebuddha 4 hours ago | parent | prev | next [-] |
| Does anybody here have a frontend development workflow that works well with coding agents? In my experience coding agents ship buggy, broken, incomplete, or awkward frontend features at a way higher frequency than they do for backend features. The reason seems obviously to
be the difference in verifiability between the two. Basic test suites dont seem to help much. I assume something like Garry Tan’s gstack is the right direction but I dont know if that particular tool is mature enough to adopt yet. I was surprised too see here on HN recently that gemini 3.5 flash may outperform Opus/gpt-5.5 on frontend tasks (maybe because of Gemini’s supposed edge w.r.t. multimodality? or maybe it understands Chrome more deeply?), can anyone here second that take? |
| |
| ▲ | mellosouls 3 hours ago | parent | next [-] | | There may be good options coupled with agents like Claudes Front End Design skill, I haven't used it. I have been using Magic Patterns which is very good at generating initial prototypes, especially when driven by an agent familiar with it's facilities and constraints. I assume the service is just a wrapper plus scaffolding but I like it. You have to push it though to get anything particularly creative but it's good at standard front end designs. https://www.magicpatterns.com/ That's not necessarily what you're after because I only use it for piloting stuff, not for adhoc feature addition and fixes. | |
| ▲ | CuriouslyC 4 hours ago | parent | prev [-] | | Agents aren't great at complex async state updates, mostly because it's hard to represent what's happening in their context. They're fine at creating complex components in isolation and implementing decoupled stuff like animations. |
|
|
| ▲ | motbus3 5 hours ago | parent | prev | next [-] |
| After all this effort of not opening the models, then trying to forbid people to use open models and all the rubbish their CEO keeps talking about common people I am done with Anthropic. I can't use it on good faith
Same goes for grok, chat gpt and others all involved in killing people and monopolising the market. |
| |
| ▲ | villish 5 hours ago | parent [-] | | The open models will also be used to kill people, unfortunately. | | |
| ▲ | motbus3 39 minutes ago | parent | next [-] | | according to the warlords that area killing people with ai models while lying about everything that is happening, yes. | |
| ▲ | adhamsalama 4 hours ago | parent | prev [-] | | Aren't closed models used to kill people by the US and Israel? | | |
| ▲ | varjag 4 hours ago | parent [-] | | Will they stop killing if the open models will also start killing? | | |
| ▲ | tomrod 4 hours ago | parent [-] | | That sounds like a great idea. Let's stop killing people altogether. It's almost entirely unnecessary. | | |
|
|
|
|
|
| ▲ | AntiqueFig 6 hours ago | parent | prev | next [-] |
| I thought it would be a litteral cookbook on how to make plausible/feasible recipes with LLMs (we're not here yet sadly). |
| |
| ▲ | exsss 9 minutes ago | parent | next [-] | | I've been using ChatGPT to learn how to cook, specifically Italian cuisine, and with a few bumps here and there it has been working surprisingly well. | |
| ▲ | simonw 5 hours ago | parent | prev | next [-] | | I've been cooking with the help of LLMs a few times a month for over a year now. It's worked out well 9/10 times. It turns out the "average" version of a recipe that's baked into the weights is usually a solid recipe, and they're really good at offering substitutions for things like "I don't have ingredient X" or "make it vegetarian". It's also fun promoting "make it tastier" once or twice after each recipe just to see what happens. | | |
| ▲ | cloakandswagger 5 hours ago | parent [-] | | One of the most satisfying and useful applications for AI is handing it the URL for a recipe (replete with 8 paragraphs of useless introductory text, 2 paragraphs dedicated to how to refrigerate the meal, 9 inline advertisements and a mid-scroll ad) and having it return the actual recipe in Markdown in an Obsidian folder. | | |
| ▲ | NoboruWataya 3 hours ago | parent | next [-] | | Surprisingly, a lot of these recipe websites (even the worst offenders for fluff and ads) have a clean JSON API for getting the recipe directly. I self-host a Mealie instance (https://docs.mealie.io/) which has an "import from URL" feature that uses this. It has rarely if ever failed me. | | |
| ▲ | fwip 3 hours ago | parent [-] | | You can also hit "print" and get a nicely formatted, single page list of ingredients and recipe. |
| |
| ▲ | simonw 2 hours ago | parent | prev [-] | | The other day I did that with a TikTok video! It was infuriatingly vague, so I extracted the mp4 using yt-dlp and fed the video file into Gemini Flash and told it to fill in the missing information and give me back a proper recipe. |
|
| |
| ▲ | p_l 5 hours ago | parent | prev | next [-] | | I have actually cooked with LLMs, specifically Gemini, few times this year. Works surprisingly well, can even tell it "I have so and so ingredients in my pantry, I want a keto-friendly meal, what can I make?" followed with some narrowing down dialogue-style. | |
| ▲ | willis936 5 hours ago | parent | prev [-] | | Same. I was hoping for a digital meal planner. | | |
|
|
| ▲ | mexicocitinluez 2 hours ago | parent | prev | next [-] |
| This is definitely controversial, but I think the best CLAUDE.MD is no CLAUDE.MD at all.
Every time I found myself wanting to put information into that file, I asked myself "Why isn't this already obvious from the code itself?" I don't need to tell the agent my tech stack, what DB access library I'm using, the way in which I write my tests, etc. Why? Because it's all very clearly spelled out within the code itself. I've gone great lengths to make sure that my fairly complex domain can be understood by a person with little domain knowledge, which means it should certainly be understood by a tool that has a wealth of it. |
| |
| ▲ | boorang 28 minutes ago | parent | next [-] | | I had to create some workarounds to avoid this bug where they include a "this might not be relevant" preamble to the CLAUDE.MD file: https://github.com/anthropics/claude-code/issues/18560 - I ended up switching to Codex and it just straight up follows the AGENTS.MD instructions, it's nice to see. This is to say, Anthropic seems to be going down the path you are describing to make the CLAUDE.MD unnecessary. But I think that's the Claude Code harness. | | |
| ▲ | mexicocitinluez 12 minutes ago | parent [-] | | I shouldn't have been so hyperbolic. I do have some general statements about tone and not to go down follow-up question rabbit holes and when to push back or not to install dotnet while on WSL and just go through Windows. Anything that won't change based on day-to-day dev work. |
| |
| ▲ | rowanseymour an hour ago | parent | prev | next [-] | | I think that's something that has changed in the last 6 months. It used to be standard practice to let Claude scan everything once and describe your repo in the CLAUDE.md - the logic being you don't want to do that every time for every prompt. But now I think the tooling has gotten so good at just grepping around your repos, and maintaining memory from previous sessions, that the best practice is only use CLAUDE.md for things that aren't obvious from the code. | |
| ▲ | jpitz an hour ago | parent | prev [-] | | I don't think that is controversial. My system CLAUDE.MD spells out my preferences in stack and architecture, and how I expect the agent to interact with me. I have it generate a summary doc in large repos so it doesn't need to slurp in the world to review a PR or work on a corner of it. |
|
|
| ▲ | svara 6 hours ago | parent | prev | next [-] |
| Somehow all the with/without cookbook design examples look vibe coded on both sides to me. I'm not enough of a designer to be able to point exactly at what makes it so, but Claude does seem to have a somewhat limited repertoire of styles. Maybe if you could point more precisely at the required changes, you could discourage it? |
|
| ▲ | merrvk 6 hours ago | parent | prev | next [-] |
| They could have done at least one pass on the UI. Can't even get simple table spacing right |
|
| ▲ | winterbourne 6 hours ago | parent | prev | next [-] |
| Recipes like this get baked into the next iteration of a model. |
|
| ▲ | mbreese 3 hours ago | parent | prev | next [-] |
| I'm a bit disappointed. Based on the title, I was hoping this was going to be a list of popular recipes Claude has suggested for cooking food. It's one of the not-so-obvious use cases I have a Claude/ChatGPT. It's been really helpful for figuring out how to cook something new (for me). It is easy to ask "how do I cook X" when I have no idea of where to start. Claude has also been helpful when trying to figure out how to substitute different ingredients when I've forgotten something at the store. I've also gotten corrections in recipes, with Claude (correctly) identifying different issues that I didn't notice (like when Claude suggested adding more sugar to a sorbet too avoid having excess ice when freezing in a sorbet). |
|
| ▲ | behnamoh 6 hours ago | parent | prev | next [-] |
| So like OpenAI's Cookbook which has existed for years and no one reads? |
| |
|
| ▲ | lkm0 2 hours ago | parent | prev [-] |
| Immensely disappointed; I expected an actual cookbook. |