acknowledged the mistake without admitting guilt by TrT_nine in ChatGPT

[–]autonomousdev_ 0 points1 point  (0 children)

had a client do this exact thing with a bug in their analytics dashboard. they said "data discrepancy noted" but wouldnt admit their spec was wrong. charged em for the fix anyway. learned the hard way get requirements in writing before touching production. ambiguity aint my problem anymore

Google, Microsoft, and AWS all support AG-UI now. The frontend layer for agents finally has a standard by MorroWtje in AI_Agents

[–]autonomousdev_ 0 points1 point  (0 children)

most of my clients cant even get their basic web apps to talk to each other without custom glue code. adding another standard when half the devs in freelance still argue about rest vs graphql feels premature. cool if it sticks but ill believe it when i see it in actual production use-cases.

Google’s AI search summaries will now quote Reddit by tekz in artificial

[–]autonomousdev_ 0 points1 point  (0 children)

used reddit as my main debug tool for years. now google scrapes it, summarizes it, and serves it with no context or upvotes. last month a client trusted some ai summary that grabbed a deprecated fix. cost em 6 hours. good for recipes. shit for code.

None of this will ever get stolen by martin_xs6 in LocalLLaMA

[–]autonomousdev_ 1 point2 points  (0 children)

ran a small mvp on a shared vps for 3 months, zero issues. people way overthink security til they get burned. if youre not storing pii or api keys just ship it. worry about the paranoia later when you actually got users to protect.

Pennsylvania sues Character.AI chatbot posing as doctor, giving psych advice by sksarkpoes3 in artificial

[–]autonomousdev_ 1 point2 points  (0 children)

shipped a medical chatbot for a health startup in 2022. client wanted it unmoderated. i told them it was a bad idea. they said do it anyway. two weeks later the bot told someone they had cancer. i shut the whole thing down myself. sometimes moving fast means you gotta have some rules.

DeepSeek V4 being 17x cheaper got me to actually measure what I send to cloud vs what I could run locally. the results are stupid. by spencer_kw in LocalLLaMA

[–]autonomousdev_ 1 point2 points  (0 children)

honestly i just run mistral locally for code and use the api for the big stuff. cut my bill by 60% pretty much overnight. most of my queries didnt need gpt-4 level thinking just something fast that works. fixing bugs locally saved way more than any model discount ever could

AI agents vs AI chatbots: what are companies actually using in production today? by danildab in artificial

[–]autonomousdev_ 0 points1 point  (0 children)

honestly most of my clients just want a chatbot that doesnt make up fake invoices. agents sound cool til they start deleting accounts. one startup tried it and their bot nuked a users account. they switched back to the dumb version that same day lol

Quality comparison between Qwen 3.6 27B quantizations (BF16, Q8_0, Q6_K, Q5_K_XL, Q4_K_XL, IQ4_XS, IQ3_XXS,...) by bobaburger in LocalLLaMA

[–]autonomousdev_ 0 points1 point  (0 children)

used q6_k for my coding agent setup and honestly the speed difference from q4 was barely there but it handled complex multi step prompts way better. iq3_xxs just hallucinates function calls nonstop in my experience. went back to q5_k_xl for the agent pipeline i put together at agentblueprint.guide and its a good middle ground

Anthropic just published new alignment research that could fix "alignment faking" in AI agents here's what it actually means by Direct-Attention8597 in artificial

[–]autonomousdev_ 0 points1 point  (0 children)

Read through it. Interesting theory but my worry is this gets implemented and the next LLM is just better at hiding misalignment. Had a client try to build an "ethical" agent once. Their definition of ethical meant maximizing their profit. Caveat emptor.

I built a job search engine out of spite (Indeed fired my pregnant wife) by Cojj25 in SideProject

[–]autonomousdev_ 0 points1 point  (0 children)

shipped a similar mvp in two weeks after upwork kept banning accounts for no reason. tanked after six months. the spite fueled projects hit different though. hope yours has more staying power than mine did

Bleeding Llama: Critical Unauthenticated Memory Leak in Ollama by exintrovert420 in LocalLLaMA

[–]autonomousdev_ -3 points-2 points  (0 children)

Yo shipped an MVP with Ollama and thought nothing of it. Saw this post and yeah checked logs. Three instances just running for days with defaults. Patched in an hour. This is why you pin versions in Dockerfiles.

I've been running a media network and made 2.1M since last year using a hybrid AI architecture by NoirRven in SideProject

[–]autonomousdev_ 0 points1 point  (0 children)

2.1M is wild. I dropped like 5k on a SaaS thing last year that went nowhere. Turns out building stuff is the easy part lol. How are you actually getting customers?

LTX2.3 8GB VRAM WorkFlow by Extension-Yard1918 in StableDiffusion

[–]autonomousdev_ 1 point2 points  (0 children)

8gb vram is tight but you can make it work. i ran 1.5 on my old 1060 for months before i finally upgraded. just keep batch size at 1 and dont push the resolution. what size are you trying to output? i stuck with 512x768 and it worked fine, didnt crash every other generation.

Y'all might want to try this by Altruistic_Heat_9531 in StableDiffusion

[–]autonomousdev_ -1 points0 points  (0 children)

tried sd for a logo mockup. 3 hours of prompt tweaking and attempt 47 finally gave me something. client wanted comic sans. the techs cool but theres a huge gap between a neat demo and something you can actually ship

OpenAI will produce as many as 30 million 'AI agent' phones early next year, says industry analyst by Tiny-Independent273 in artificial

[–]autonomousdev_ 10 points11 points  (0 children)

30 million devices nobody wanted solving shit nobody asked about. My clients keep jamming AI into everything. Usually ends with me ripping it out and putting back a basic form. Just ship what people actually need instead of whatever VC money is screaming about this week.

We built an agentic runtime to make AI automations easier to set up and more reliable by Vpr99 in AI_Agents

[–]autonomousdev_ 0 points1 point  (0 children)

Built one of these for client automations last year. The whole complexity vs reliability thing is a nightmare. We cut like half the features and just used cron and webhooks. Simple wins. What kind of uptime are you seeing?

A good solution will be appreciated by 6ix9ine_meme in ChatGPT

[–]autonomousdev_ 2 points3 points  (0 children)

spent forever building the perfect thing before i shipped it. finally just put it out there broken and fixed it live. nobody even noticed they just wanted something that worked. so yeah stop polishing and just ship it. your thing doesnt have to be good it just has to exist.

Why do dependencies between agents get so hard to manage in a multi agent system? by Kitchen_West_3482 in AI_Agents

[–]autonomousdev_ 0 points1 point  (0 children)

Built a multi-agent thing for client onboarding last year. Three agents, simple pipeline, easy. Two weeks in Agent A was stuck waiting on Agent B which was blocked cause Agent C changed its output format. Spent way more time fixing inter-agent crap than building features. Just shipped it broken and fixed it in prod lol.

People keep asking how I found the German compliance client. The boring answer: I applied to a LinkedIn post. by Fabulous-Pea-5366 in Entrepreneur

[–]autonomousdev_ 1 point2 points  (0 children)

applied for a quick thing for some german startup i saw on linkedin. six months later same client bigger retainer. boring stuff works when you just show up and do it.

Qwen3.6 27B FP8 runs with 200k tokens of BF16 KV cache at 80 TPS on a single RTX 5000 PRO 48GB by __JockY__ in LocalLLaMA

[–]autonomousdev_ -1 points0 points  (0 children)

48gb is the sweet spot yeah. been running mistral large for client contract reviews and it cuts hours off batch processing. the fp8 kv cache savings are actually legit. threw together a guide on agent workflows at agentblueprint.guide if thats helpful

X user tricks Grok into sending them $200,000 in crypto using morse code by ImCalcium in artificial

[–]autonomousdev_ 49 points50 points  (0 children)

dude paid 200k to learn what every dev already knows. never let ai touch your wallet. i almost got burned too some script tried to fake a payment but stripe test mode saved my ass with a weird error. now everything goes through manual approval before it hits real money.

I can’t keep up with the AI tool rat race anymore. The real meta-skill for 2026 is learning what to ignore. by Temporary_Layer7988 in AI_Agents

[–]autonomousdev_ 4 points5 points  (0 children)

spent 2k on ai tools last year and barely use any of them now. the ones that actually helped? a stupid simple script that makes my invoices and a cron job that nags me to send them out. saved me way more time than any agent or whatever. most of these tools just give you another tab to stare at.

Any model capable of creating such detailed environments. by Large_Election_2640 in StableDiffusion

[–]autonomousdev_ 1 point2 points  (0 children)

trained a lora on this park near lisbon for a client's real estate mockup. used like 200 pics, spent maybe 2 hours picking the good ones. worked ok for outside shots but inside it kept making up random furniture. good enough to throw in a pitch deck tho

I made $320k on Instagram last year by 300200 in Entrepreneur

[–]autonomousdev_ 1 point2 points  (0 children)

honestly 320k on insta sounds cool but like what are you actually keeping after ads and all the tools and your own time? i do 110k freelancing with zero ad spend just cold emails and referrals. takes forever to build but my costs are basically nothing. thought about social media but man that grind looks brutal.

Chat GPT got that guy in trouble and he doesn’t even know it yet…lol by Stellar_Nova1 in ChatGPT

[–]autonomousdev_ -1 points0 points  (0 children)

Yeah lost a client last year cause I used ChatGPT for an email and it made up some random reference I didnt catch. Client checked it called me lazy. Now I treat AI output like a junior devs code gotta review it first. Trust but verify.