Search found 4 matches

by snafoo972
Wed Aug 13, 2025 2:00 pm
Forum: Advanced Concepts
Topic: Using AI in Conjunction With Business Rules
Replies: 7
Views: 126

Re: Using AI in Conjunction With Business Rules

This approach is helpful for generating some sample code but isn't able to replicate the way AI agents are able to write fully functioning code for other languages. Here is my current BR language rules i use for BR related prompts like the one in my example. https://gist.github.com/christopherroyshi...
by snafoo972
Sat Aug 02, 2025 3:08 pm
Forum: Advanced Concepts
Topic: Using AI in Conjunction With Business Rules
Replies: 7
Views: 126

Re: Using AI in Conjunction With Business Rules

Claude Code generated that. Its still pretty limited in BR but I'm making progress. Claude also has a CLI that can also be scripted so you can execute prompts from a python or node script. I'll make it iterate through a list of things and execute a prompt template for each item. There are really coo...
by snafoo972
Fri Aug 01, 2025 8:16 am
Forum: Advanced Concepts
Topic: Using AI in Conjunction With Business Rules
Replies: 7
Views: 126

Re: Using AI in Conjunction With Business Rules

Thank you all for sharing your experience. Cursor was a real game changer for me. Microsoft had unfortunately restricted its use with .Net. I also use Claude Code a lot now and its terminal based and works more as an independent assistant. My process often looks like: I'll often give it a few docume...
by snafoo972
Mon Nov 26, 2012 10:38 am
Forum: General Development
Topic: Client-Server error
Replies: 1
Views: 5307

Client-Server error

I'm trying to implement client-server and I'm having trouble when 15 or more clients are connected at once. When a new session is started it crashes with a message box saying "SSL_shutdown the underlying BIO reported an I/O error 10054".

Anyone here experienced this?