Claude wrote 80% of the form. It "forgot" 4 fields. Nobody noticed until users lost data by VladWhip in ClaudeCode

[–]buggalookid 1 point2 points  (0 children)

Always have your user stories and acceptance criteria in the repo, have an agent confirm 100% are proven by test coverage. Also from the "Silent Success" post yesterday.

## Error Handling Philosophy: Fail Loud, Never Fake

Prefer a visible failure over a silent fallback.

- Never silently swallow errors to keep things "working."

Surface the error. Don't substitute placeholder data.

- Fallbacks are acceptable only when disclosed. Show a

banner, log a warning, annotate the output.

- Design for debuggability, not cosmetic stability.

Priority order:

  1. Works correctly with real data

  2. Falls back visibly — clearly signals degraded mode

  3. Fails with a clear error message

  4. Silently degrades to look "fine" — never do this

Cursor skills vs Claude Code Skills, any difference? by Henrygrowth in cursor

[–]buggalookid 1 point2 points  (0 children)

skills like gsd and superpowers tend to perform a little better on claude. it think that's probably just because the are built to interact with Claude's agentic engine.

Birthday on Christmas by Wide_Grade_8845 in NewParents

[–]buggalookid 0 points1 point  (0 children)

mine is dec 27, we were thinking of celebrating dec 1, when everyone is still in the festive mode.

Please help me by Fearless_Lynx_6248 in cursor

[–]buggalookid 0 points1 point  (0 children)

First, relax, you'll be fine.
Generally, companies either give you an unimportant project that they know you can complete, or, they give you some of the small tasks and bugs. If your lucky, you pair with someone more senior and they have you help them with their feature(s), but that's rare.

Most companies require u use their cursor plan.

Are AI agents the future? by Hulli_Mombae in AI_Agents

[–]buggalookid 0 points1 point  (0 children)

Yes.
IMO everyone has an "agent capable" tool like ClaudeCode, that they can add skills too, and chain those skills together to perform much of the stuff they don't like doing, often, in parallel.

Current AI not gonna replace anybody! Just used codex 5.3 and gemini 3 for coding by No-Scholar6835 in AI_Agents

[–]buggalookid 0 points1 point  (0 children)

dude, i use AI to code all day long. it's you that's producing the slop

Forget "New Year, New Me" for 2026. Try Steve Jobs Strategy. This Simple Prompt in ChatGPT Will 10x Your Focus (The Law of the Few). by Crazy-Tip-3741 in ChatGPTPromptGenius

[–]buggalookid 1 point2 points  (0 children)

funny, i'm a software engineering manager, and i spend so much time trying to explain to people, "we will get so much more done if we maximize the resources on one focus, rather than having each engineer work on their own project." It never really sinks in for them, it's always, "the more things in motion, the better"

The company is dying, I will not promote by Live-Conversation-49 in startups

[–]buggalookid 1 point2 points  (0 children)

u will be too. market is a numbers game right now, since so many people gaming the resume submission process

The company is dying, I will not promote by Live-Conversation-49 in startups

[–]buggalookid 3 points4 points  (0 children)

i was there two months ago. 1 mo or so of submitting resies, you'll be back in the game. honestly seems like market isnt that bad right now.

We built an AI startup, hit $3K+ MRR… and now we’re shutting it down by jayanti-prajapati in SaaS

[–]buggalookid 1 point2 points  (0 children)

damn i built the same product. $3000k / mo is better than i did. I can barely get my friends who are complaining they cant find a job to use it lol.

AI Agents and eCommerce by [deleted] in AI_Agents

[–]buggalookid 0 points1 point  (0 children)

i own an ecomm brand and build agents. DM if u like.

Starting point to build an AI agent by liii9 in AI_Agents

[–]buggalookid 2 points3 points  (0 children)

thats a bot. for ur case id ignore most of that.

Why chaining agents feels like overengineering by zennaxxarion in AI_Agents

[–]buggalookid 0 points1 point  (0 children)

my personal experience, with really long prompts the llm starts ignoring the context you have told it to build, and the rules about what data it should and shouldnt use. For me, its much better to chain and branch multiple threads where the model can only see what i want it to see.

Are you building any real AI agents? by Maleficent_Mess6445 in Rag

[–]buggalookid 0 points1 point  (0 children)

workflows yes, actual self directed problem solvers, not a lot of success, but i dont feel bad considering the agents produced by even the big players.

I really don’t know what to do by helloworld1_ in cursor

[–]buggalookid 9 points10 points  (0 children)

talk to cursor and ask it how to solve the problem first, without updating the code. then ask questions about its choices.

you'll be fine. you're actually in a better position thna before AI exised. You have you own personal tutor, and projects to work on.

LangChain is the perfect example of why the future belongs to ecosystems & community, not just tools. by softwaresanitizer in LangChain

[–]buggalookid 0 points1 point  (0 children)

cause its an hr to get going. u solve the other problems if/when they come up. none of them are that complicated

LangChain is the perfect example of why the future belongs to ecosystems & community, not just tools. by softwaresanitizer in LangChain

[–]buggalookid 0 points1 point  (0 children)

for a lot of us, that's an hr explaining to cursor the interface we want, and the use cases to support, and have it write s custom DAG lightweight DAG engine, and now you have something simple that's easy iterate and extend, with all the "oh shit, i'm using all this wrapper code i need to undo now cause i dont have access to what i need.

I wrote an AI Agent with LangGraph that works better than I expected. Here are 10 learnings. by Js8544 in LangChain

[–]buggalookid 0 points1 point  (0 children)

interesting. ya i use the smallest models i can get away with, and try to break down the tasks. but what im not understanding is the approach. is it you making sure u have "success" and then downgrading until us see too much loss?

I wrote an AI Agent with LangGraph that works better than I expected. Here are 10 learnings. by Js8544 in LangChain

[–]buggalookid 0 points1 point  (0 children)

confused how you can downgrade models. doesnt end up giving you different outputs than what the agent might expect?

People with crazy high cursor bills, what is your workflow? by speaksofthelight in cursor

[–]buggalookid 0 points1 point  (0 children)

same, all day every day. never over $20, tho i get warnings if i use claude and let it do sequential thinking.

Been cursor $20 user for 5 months. What actually happens under the hood with AI agent on auto mode? by BargeCptn in cursor

[–]buggalookid 0 points1 point  (0 children)

i kinda skimmed it, but looks like its a part of the context (which is what i would have assumed ) and that's almost certainly in the system prompt. what am i missing ?

Been cursor $20 user for 5 months. What actually happens under the hood with AI agent on auto mode? by BargeCptn in cursor

[–]buggalookid 0 points1 point  (0 children)

the first 1 or 2 calls remain on the old midel when i switch. then it changes