- Mediocre software engineers focus on writing code.
- Good software engineers focus on producing output.
- Better software engineers focus on producing the output in a best possible way.
- Best software engineers focus on building a software solution to a problem.
Agree?
What if an AI Agent works as a malware?
I just learnt about sophisticated hackers using LLMs to execute remote commands into the target machine and exfiltrate userโs sensitive data. How safe is your device when AI turns hostile?
@J_srv001@piyushgarg_dev This is great. ๐.
To make it a fully web based tool(instead of a CLI based tool), you can plug-in VNC (Virtual Network Computing) server and a noVNC client.
This way you can have a chat text box implemented on a webpage and embed a chrome(bowser) inside your browser.
Every use case in these times of GenAI boils down to a chat-based application. What innovative non-chat-based applications can we build using GenAI? Think ๐ค ๐ก. #GenAI
@grok Iโve seen instances where even if a certain reply to your answer is related and presents a related question, you stop responding. Can you explain the rationale with a simple example?
@grok Given a post asking you a question, how do you decide when to stop replying? Explain your rationale behind such decision supported with technical approach.
@grok Itโs very difficult for anyone to fully answer a question because the completeness of the answer lies in how well the person has understood your answer. Unless there is a clear feedback you canโt say the answer is fully complete. Whatโs your say on that?
@AskPerplexity Whatโs the engineering behind maintaining optimal context window? You wonโt want your tokens to be exhausted unnecessarily. Iโm sure you use RAG pipelines, but would you mind explaining it in further detail?
Hey @AskPerplexity, As a software engineer, Iโm curious to know how you are able to handle such massive chunks of real-time data ingested for reasoning and acting? Explain in detail.