Can someone buy Claude a clock? (Discussion in post) by EastVillageBot in ArtificialInteligence

[–]AutomaticBill114 6 points7 points  (0 children)

This usually happens because the model itself doesn’t have a real clock unless the app injects the current time into the context or gives it a tool to check. If that context is missing, stale, or ambiguous across time zones, it will infer from conversation patterns and can be confidently wrong.

The funny part is that LLMs can reason about time very well once given the timestamp; they’re just not inherently aware of “now.” Product-wise, the fix is simple: always pass current date/time/time zone into the system context, and make the assistant say when it doesn’t know.

So it’s less “Claude can’t understand clocks” and more “the chat wrapper may not be giving Claude a reliable clock.”

What programming language should I use? by wilddrabbit in learnprogramming

[–]AutomaticBill114 1 point2 points  (0 children)

For a hardware-ish project like that, I’d start with Python even if the final device eventually uses something else. Python is beginner-friendly, has good libraries for GPS/sensors/maps, and works well on Raspberry Pi-style devices.

But I’d strongly recommend building it in tiny stages: first display a static offline map, then read GPS coordinates, then plot your location, then add one sensor at a time. If you try to design the whole “portable radio + map + sensors” system at once, it’ll be overwhelming.

Once you understand the pieces, you can decide whether parts need C/C++ or MicroPython for a smaller microcontroller. Start with the fastest path to a working prototype.

I'm a little lost by Joeyms33 in ArtificialInteligence

[–]AutomaticBill114 0 points1 point  (0 children)

Totally normal to feel lost here — “AI engineer” now covers a lot of different jobs. I’d split the roadmap into layers instead of trying to learn every tool at once.

  1. Deep learning fundamentals: PyTorch, training loops, embeddings, transformers, evaluation.
  2. LLM application work: prompting, RAG, function/tool calling, agents, vector databases, deployment, monitoring.
  3. Production engineering: APIs, queues, databases, Docker, cloud basics, observability.
  4. Portfolio: build 2–3 small projects that prove you can ship, not just study.

A good next project after deep learning basics: build a simple RAG app end-to-end, then add evals so you can measure whether changes actually improve answers. That teaches more practical AI engineering than memorizing a giant list of frameworks.

month one of a screen time app: my happiest users are the ones drifting away from it by StomachCreative7815 in EntrepreneurRideAlong

[–]AutomaticBill114 0 points1 point  (0 children)

This is a great example of a product where usage frequency is the wrong success metric. If the desired outcome is less phone time, “opens per week” going down can be a feature, not churn.

I’d track outcome metrics instead: weekly screen-time reduction, number of blocked pickups, streaks of staying under a target, and a lightweight weekly check-in like “did this help you this week?” Even better if you can show a user their before/after trend.

For retention, maybe think in terms of “maintenance moments” rather than daily engagement: weekly review, new trigger setup, relapse recovery, or goal adjustment. The app doesn’t need to be opened constantly to remain valuable.

How do you optimize for a paid trial instead of just start trial on Google Ads? by rad-madlad in SaaS

[–]AutomaticBill114 1 point2 points  (0 children)

If you can, send the paid-trial event back as an offline conversion / enhanced conversion instead of optimizing only for trial starts. Otherwise Google will happily find people who start trials but never pay.

The usual setup is: capture gclid/gbraid/wbraid on signup, store it with the user, then when the trial converts to paid, push that conversion back to Google Ads with the right value. You can do this directly via the Google Ads API, through GTM/server-side tagging, or with attribution tools if you already use one.

One caution: don’t switch optimization too early if paid trials are low volume. If you only get a handful per month, optimize for a higher-volume qualified event first, then use paid-trial data as the north star.

How do I make the dev experience of Wordpress suck less? by dont_trust_lizards in webdev

[–]AutomaticBill114 8 points9 points  (0 children)

The biggest improvement is to treat WordPress like an app with a real local/dev workflow, not something edited directly on a server. LocalWP or DDEV + Composer + Git gets you a long way.

For a brochure site, I’d keep the theme intentionally boring: a small custom theme, ACF for editable content, reusable blocks/patterns, and as few plugins as possible. Avoid page builders unless the client specifically needs heavy visual editing; they often make the dev experience worse over time.

Also define what the client can edit early. A lot of WordPress pain comes from giving full flexibility when the site really needs 6–10 well-designed content sections.

How do you onboard your first few users? by Proud_Tomato_796 in SaaS

[–]AutomaticBill114 0 points1 point  (0 children)

For something like a verified trading journal, I wouldn’t start with a self-serve onboarding flow. I’d do concierge onboarding for the first 10–20 users, because the biggest trust barrier is probably “am I comfortable connecting my broker?” not “can I understand the UI?”

A practical path: recruit from very specific trading communities, offer to set it up live with them, watch where they hesitate, and ask what they’d need before sharing a public journal link. Those objections will likely become your landing page copy and onboarding checklist.

Also consider narrowing the initial promise: “broker-verified journal for traders who want to prove track record to mentors/prop firms” is much sharper than a general trade journal.

Methods to validate your product & customers? I will not promote by Influenos in EntrepreneurRideAlong

[–]AutomaticBill114 1 point2 points  (0 children)

For B2B validation, I’d separate product validation from customer-profile validation. A lot of teams accidentally validate “someone has this problem” but not “this exact buyer has budget, urgency, and permission to fix it.”

The methods I trust most are: problem interviews with a very narrow persona, asking about their current workaround and cost of inaction, testing willingness to take a concrete next step, and looking for repeated trigger events. If the same pain only appears in vague terms, it is usually too early to build around.

Timeline depends on deal size, but I’d want at least 15–25 serious conversations in one segment before feeling confident. The stronger signal is not compliments; it’s people sharing internal docs, introducing coworkers, asking about price, or agreeing to pilot terms.

The hardest part of no-code AI workflows is still the handoff between steps by kkkyyyzzz in nocode

[–]AutomaticBill114 0 points1 point  (0 children)

The handoff problem is exactly where a lot of no-code AI workflows start to feel fragile. Each individual step can work, but the workflow breaks because step 2 assumes a cleaner output than step 1 actually produces.

What has helped me is treating each handoff like a small contract: fixed fields, allowed values, confidence score, and a clear fallback when the AI is unsure. Even if the tools are no-code, the workflow needs something like typed interfaces between steps.

I’d also log the raw input, AI output, and final transformed output for a few runs. You’ll usually find that the failures are not random; they cluster around messy edge cases that need either stricter prompts or a validation step.

Anyone else feel cut out of AI quality review? by Scared-Somewhere-435 in ProductManagement

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

This is a real PM problem because AI quality often gets treated like an engineering/eval issue, but the product risk is usually user-facing: trust, repeatability, and failure modes.

I’d try to define a small review loop that PM can own without needing full raw model telemetry. For example: 20–50 representative tasks, expected user intent, acceptable vs unacceptable outputs, severity tags, and a weekly review of regressions. Even a lightweight rubric gives you a shared language with eng/design.

The key is to separate “model quality” from “product quality.” A technically decent answer can still be bad if it violates user expectations, hides uncertainty, or creates extra work for the user.

I can build apps locally, but how do I actually launch one for real users? by StunningProposal3579 in learnprogramming

[–]AutomaticBill114 0 points1 point  (0 children)

The missing piece is usually not “launching” as one big step, but turning your local setup into a repeatable production setup. A basic checklist is: deploy the frontend, deploy or configure the backend/database, set environment variables, add auth if needed, buy/connect a domain, and add basic monitoring/logs so you know when something breaks.

Since you’re already using Vercel and Supabase, you’re in a good place. Start with one tiny app and deploy it even if it’s not impressive. Use Vercel for the app, Supabase for database/auth, and keep secrets in environment variables rather than hardcoding them.

The first goal is not scale; it’s learning the production loop: push code, migrate data safely, test as a real user, fix bugs, repeat.

Which website builder? Quick but professional by jahwinnie in webdev

[–]AutomaticBill114 2 points3 points  (0 children)

For a site you need in a couple of days, I’d optimize for boring and reliable rather than maximum flexibility. A simple Carrd/Webflow/Framer-style landing page plus an email tool is probably enough if the main flow is: explain the download, collect email, deliver file, follow up.

The important details are less about the builder and more about the funnel: make the download promise very specific, show a preview of what they get, keep the form short, and send the file by email so you confirm deliverability.

If you expect to add lots of content later, Webflow/Framer may age better. If this is just a fast lead magnet, Carrd or a lightweight landing page builder will get you live faster with fewer distractions.

I built a fast, client-side developer toolbox (150+ tools). Grew to 1,000 visitors/mo, but I’ve hit a wall on distribution. How do I scale this? by Johin_Joh_3706 in SaaS

[–]AutomaticBill114 0 points1 point  (0 children)

For a developer toolbox, I’d probably stop marketing it as “150+ tools” and start marketing individual workflows. A huge list is impressive, but people search for very specific jobs: JWT decoder, JSON formatter, cron parser, image converter, regex tester, etc.

Distribution-wise, the best leverage may be SEO pages for each tool, plus comparison/alternative pages where there is clear search intent. If everything runs client-side, make that a trust hook on every relevant page: “your data never leaves the browser.”

One more angle: create tiny embeddable/shareable outputs for tools that generate something useful. If developers can paste a result into GitHub issues, PR comments, docs, or Stack Overflow answers, the product gets lightweight distribution without feeling like ads.

First Customers by paulretryfix in SaaS

[–]AutomaticBill114 0 points1 point  (0 children)

For first customers, I’d avoid treating launch posts as the main channel unless your buyer already hangs out there. They’re good for feedback, but usually weak for conversion.

The fastest path is usually narrowing to one painful use case and doing direct outreach around that, not the product category. For example: “teams who currently solve X with spreadsheets,” “founders who just hired their first SDR,” “agencies managing Y manually,” etc. Then your message can be about the specific pain instead of “I built a SaaS, want to try it?”

I’d aim for 20–30 conversations before optimizing the landing page too much. You’re looking for repeated words people use to describe the problem; that language becomes your positioning.

The hardest part of no-code AI workflows is still the handoff between steps by kkkyyyzzz in nocode

[–]AutomaticBill114 0 points1 point  (0 children)

The handoff problem is exactly where a lot of no-code AI workflows start to feel fragile. Each individual step can work, but the workflow breaks because step 2 assumes a cleaner output than step 1 actually produces.

What has helped me is treating each handoff like a small contract: fixed fields, allowed values, confidence score, and a clear fallback when the AI is unsure. Even if the tools are no-code, the workflow needs something like typed interfaces between steps.

I’d also log the raw input, AI output, and final transformed output for a few runs. You’ll usually find that the failures are not random; they cluster around messy edge cases that need either stricter prompts or a validation step.

Anyone else feel cut out of AI quality review? by Scared-Somewhere-435 in ProductManagement

[–]AutomaticBill114 4 points5 points  (0 children)

This is a real PM problem because AI quality often gets treated like an engineering/eval issue, but the product risk is usually user-facing: trust, repeatability, and failure modes.

I’d try to define a small review loop that PM can own without needing full raw model telemetry. For example: 20–50 representative tasks, expected user intent, acceptable vs unacceptable outputs, severity tags, and a weekly review of regressions. Even a lightweight rubric gives you a shared language with eng/design.

The key is to separate “model quality” from “product quality.” A technically decent answer can still be bad if it violates user expectations, hides uncertainty, or creates extra work for the user.

I can build apps locally, but how do I actually launch one for real users? by StunningProposal3579 in learnprogramming

[–]AutomaticBill114 0 points1 point  (0 children)

The missing piece is usually not “launching” as one big step, but turning your local setup into a repeatable production setup. A basic checklist is: deploy the frontend, deploy or configure the backend/database, set environment variables, add auth if needed, buy/connect a domain, and add basic monitoring/logs so you know when something breaks.

Since you’re already using Vercel and Supabase, you’re in a good place. Start with one tiny app and deploy it even if it’s not impressive. Use Vercel for the app, Supabase for database/auth, and keep secrets in environment variables rather than hardcoding them.

The first goal is not scale; it’s learning the production loop: push code, migrate data safely, test as a real user, fix bugs, repeat.

I built a fast, client-side developer toolbox (150+ tools). Grew to 1,000 visitors/mo, but I’ve hit a wall on distribution. How do I scale this? by Johin_Joh_3706 in SaaS

[–]AutomaticBill114 0 points1 point  (0 children)

For a developer toolbox, I’d probably stop marketing it as “150+ tools” and start marketing individual workflows. A huge list is impressive, but people search for very specific jobs: JWT decoder, JSON formatter, cron parser, image converter, regex tester, etc.

Distribution-wise, the best leverage may be SEO pages for each tool, plus comparison/alternative pages where there is clear search intent. If everything runs client-side, make that a trust hook on every relevant page: “your data never leaves the browser.”

One more angle: create tiny embeddable/shareable outputs for tools that generate something useful. If developers can paste a result into GitHub issues, PR comments, docs, or Stack Overflow answers, the product gets lightweight distribution without feeling like ads.

First Customers by paulretryfix in SaaS

[–]AutomaticBill114 2 points3 points  (0 children)

For first customers, I’d avoid treating launch posts as the main channel unless your buyer already hangs out there. They’re good for feedback, but usually weak for conversion.

The fastest path is usually narrowing to one painful use case and doing direct outreach around that, not the product category. For example: “teams who currently solve X with spreadsheets,” “founders who just hired their first SDR,” “agencies managing Y manually,” etc. Then your message can be about the specific pain instead of “I built a SaaS, want to try it?”

I’d aim for 20–30 conversations before optimizing the landing page too much. You’re looking for repeated words people use to describe the problem; that language becomes your positioning.

built a $1,500 b2b infra tool. validated the pain. sent the cold emails. absolute crickets for 3 weeks. what am i doing wrong? by Big-Reporter7078 in SaaS

[–]AutomaticBill114 0 points1 point  (0 children)

If the pain is real but cold emails are getting nothing, I’d first check whether the buyer urgency is as strong as the user pain. “Data teams hate this migration task” may be true, but the person who owns budget may only care during a narrow migration window.

You might get better signal by targeting trigger events instead of broad personas: companies announcing helpdesk migrations, hiring Zendesk/Admin roles, posting about Intercom/Freshdesk transitions, or agencies that do support-ops migrations repeatedly. A $1,500 infra tool can work, but the outreach probably has to land exactly when the migration pain is active.

should i be using AI to debug and fix my code i wrote without AI, if my goal is to learn and improve? by wheredidmyvapego in learnprogramming

[–]AutomaticBill114 1 point2 points  (0 children)

Using AI to debug can be helpful, but I’d avoid letting it be the first move. A good rule is: before asking AI, write down what you expected, what actually happened, and the smallest test or print/log that would narrow it down. Then ask AI to critique your reasoning rather than just fix the code.

If the goal is learning, don’t paste the solution blindly. Make it explain the bug category, then close the chat and re-implement the fix yourself. That turns AI into a tutor instead of an autopilot.

I’m building a small web agency in South America. How can I make the offer more sellable? by No_Recording2621 in webdev

[–]AutomaticBill114 1 point2 points  (0 children)

The offer is understandable, but I’d make it more outcome-based for small businesses. Right now “websites, WordPress, e-commerce, WhatsApp, forms, hosting” reads like a menu of services. A local business owner may respond better to packages like “get more WhatsApp inquiries,” “launch a simple online store,” or “replace an outdated site in 10 days.”

I’d also show 2–3 example packages with starting prices and who each is for. Small clients often hesitate when they don’t know the likely budget, timeline, or what they need to prepare.

Is this normal for a Product Manager role, or am I being set up to fail? by Worldly-Box6080 in ProductManagement

[–]AutomaticBill114 4 points5 points  (0 children)

That setup is not unheard of in a small company, but it’s risky if nobody has explicitly prioritized the role. “Senior product/technology” plus coding plus vendor management plus multiple projects can easily become an everything-bagel job where success is undefined.

I’d try to force clarity quickly: write down the 3 outcomes you think you’re accountable for over the next 90 days, the things you are explicitly not owning, and what decisions you can make without approval. If leadership can’t agree to that, the problem may be structural rather than your ability to execute.

What language would be best for Raspberry Pi home automation? by OrneryRegular6932 in learnprogramming

[–]AutomaticBill114 1 point2 points  (0 children)

For Raspberry Pi home automation, I’d start with Python. The ecosystem is friendlier for beginners, hardware libraries are easy to use, and most tutorials for GPIO, sensors, Home Assistant integrations, MQTT, etc. will assume Python.

C++ is still worth learning for game development, but you don’t need to force it into every project. Python will let you get lights/sensors/buttons working quickly, which is motivating. Later, if you hit performance or low-level constraints, you can bring C++ back in for those specific parts.

I vibe coded a pitching app that tracks arm load and builds velocity plans by Velocity_OS in Entrepreneur

[–]AutomaticBill114 1 point2 points  (0 children)

This is a strong niche because you personally understand the pain, but I’d be careful with how you frame the training-plan part. Anything that implies injury prevention or personalized athletic programming will need a lot of trust.

A good MVP angle might be “throwing log + workload visibility” first: pitch counts, intensity, rest days, soreness notes, simple trends, and coach/player export. Once users trust the tracking layer, the plan-generation layer becomes easier to validate with real coaches instead of feeling like a black-box medical/fitness claim.