DEV Community

Ethan Zerad
Ethan Zerad

Posted on

The 60th Day of the 100 Days of Code challenge

Hey everyone!

Today, I worked some more on the personal assistant project. Since there's no working prototype yet, I figured that using Langchain at this point where it has no obvious benefit adds unnecessary testing tax and complications. I also figured that it'd be much better to use it when it's the best solution in sight, that'd be the best way to learn its real-world usages.

I've been testing using a telephony server that makes outbounds calls using Twilio, but since that also adds unnecessary testing tax (the assistant's functionality hasn't been completed yet), I moved to a local solution that mimicks the telephony server's behavior (maintained the application's flow).

Organized the codebase a bit to make sure the flow is clear and that I don't get lost in the files. Explored some options to reduce latency and hoping to experiment with them soon. Also worked on enginnering some prompts for the assistant's functionality.

That's it for today. Happy coding!

Top comments (0)