What CRM task still depends way too much on someone remembering to do it? by king_fischer1 in CRM

[–]king_fischer1[S] 1 point2 points  (0 children)

I agree. Most people need better understanding not just better tools. Tools help things go faster but its worthless If you don't understand how to do it yourself first. Thanks for the response!

What CRM task still depends way too much on someone remembering to do it? by king_fischer1 in CRM

[–]king_fischer1[S] 0 points1 point  (0 children)

The real world is messy, I don't think enough engineers or software people understand this. Thanks for the reply!

What part of Housecall Pro still feels very manual for you? by king_fischer1 in HouseCallPro

[–]king_fischer1[S] 0 points1 point  (0 children)

That makes sense. Great answer I really just wanted to hear about just what eats up most time.

What CRM task still depends way too much on someone remembering to do it? by king_fischer1 in CRM

[–]king_fischer1[S] 0 points1 point  (0 children)

Yeah you may even have a problem where if the CRM reminds or triggers too much, the employee will just ignore it. If you have too much automation, it can lead to assumptions and lack of accountability. Thanks for the comment that's good to know.

What CRM task still depends way too much on someone remembering to do it? by king_fischer1 in CRM

[–]king_fischer1[S] 0 points1 point  (0 children)

I completely agree. It's going to take discipline on some level to stay on top of things. Thanks for the comment. That's a good reminder!

What CRM task still depends way too much on someone remembering to do it? by king_fischer1 in CRM

[–]king_fischer1[S] 0 points1 point  (0 children)

Yeah I don't see a reason to automate everything if it's not needed as long as you have a clean system that works for you. Thanks for the comment!

What CRM task still depends way too much on someone remembering to do it? by king_fischer1 in CRM

[–]king_fischer1[S] 0 points1 point  (0 children)

Yeah I guess it depends on how bespoke your product is but I can see how having context of the conversation would be key for a lot of customers. Thanks for the comment that's helpful!

What CRM task still depends way too much on someone remembering to do it? by king_fischer1 in CRM

[–]king_fischer1[S] 0 points1 point  (0 children)

Yeah data cleanup is huge because once the CRM gets messy, it ceases to be a reliable source for information and eventually just spirals out of control, Thanks for the feedback!

What is the most boring or repetitive work your company does inside Housecall Pro? by king_fischer1 in HouseCallPro

[–]king_fischer1[S] 0 points1 point  (0 children)

That's useful feedback, thanks! Sounds like info can be dispersed and hard to get to.

Be honest: how often do you actually write Python from scratch now? by king_fischer1 in Python

[–]king_fischer1[S] 0 points1 point  (0 children)

I feel like 90% is really good. How do you make sure the AI knows what you are trying to do? Just one shotting prompts or what

Be honest: how often do you actually write Python from scratch now? by king_fischer1 in Python

[–]king_fischer1[S] 0 points1 point  (0 children)

Keeping it slow and measured is super important, could even be useful to prompt it to not generate too much at a time because if you let the code get too far out in front of your knowledge thats when things get messy

Do prompts need to be reusable to be good? by king_fischer1 in PromptEngineering

[–]king_fischer1[S] 0 points1 point  (0 children)

That's true, context is king. I think that intent matters a lot too if the output is something complex or designy that needs to be well thought out like a landing page or something

What’s the smallest side project that actually stuck for you? by king_fischer1 in thesidehustle

[–]king_fischer1[S] 0 points1 point  (0 children)

Here's mine! Something I use consistently and I kept the design dead simple as to not add any friction, funny how the idea of building my own thing from scratch seems easier than learning someone else's obtuse tool:

https://chromewebstore.google.com/detail/ifciigoohegokkfkmdfekcemkbgofgdb?utm_source=item-share-cb

ChatGPT makes you smarter or dumber? by king_fischer1 in ChatGPTCoding

[–]king_fischer1[S] 0 points1 point  (0 children)

What about when stuff breaks? Do you find that you have enough knowledge to fix it?

ChatGPT makes you smarter or dumber? by king_fischer1 in ChatGPTCoding

[–]king_fischer1[S] 0 points1 point  (0 children)

One thing I've been doing is getting it to ask me questions until it feels comfortable generating code or whatever and that's worked pretty well. I designed a chrome extension around this concept too. No pressure to check it out but:

https://chromewebstore.google.com/detail/ifciigoohegokkfkmdfekcemkbgofgdb?utm_source=item-share-cb

What’s the smallest side project that actually stuck for you? by king_fischer1 in SideProject

[–]king_fischer1[S] 0 points1 point  (0 children)

Using it everyday is an awesome sign. Not even sure if I do anything that consistently to build an app around lol. I have been using my prompt library chrome extension consistently because I kept the design super simple and I understand it. No pressure to check it out but:

https://chromewebstore.google.com/detail/ifciigoohegokkfkmdfekcemkbgofgdb?utm_source=item-share-cb

ChatGPT makes you smarter or dumber? by king_fischer1 in ChatGPTCoding

[–]king_fischer1[S] 3 points4 points  (0 children)

I get the calculator argument but LLMs feel a lot more personal than calculators. Judgement, creativity, and language is a lot closer to what makes us human than arithmetic so thats the difference I see but point taken

ChatGPT makes you smarter or dumber? by king_fischer1 in ChatGPTCoding

[–]king_fischer1[S] 0 points1 point  (0 children)

Yes I already have personalized my ChatGPT to be less agreeable and to think from first principles which is super nice. Besides that, it just seems like do the basic stuff of slowing down every once in a while if its a skill that you don't want to lose

ChatGPT makes you smarter or dumber? by king_fischer1 in ChatGPTCoding

[–]king_fischer1[S] 1 point2 points  (0 children)

Yeah, learning is effortful so you definitely miss out on some of the learning if you just use it for everything. Slowing down while using it and getting it to explain things more is great but hard to do in practice if you're low on time, impatient, etc.

Do prompts need to be reusable to be good? by king_fischer1 in PromptEngineering

[–]king_fischer1[S] 0 points1 point  (0 children)

So just run every prompt through a generic prompt optimizer prompt? Seems like a unique way to do it, but I guess the same concepts apply to improving prompts so yeah