TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How is your company using AI?

1 pointsby tosser2084about 1 year ago
I&#x27;m being asked (pressured?) to get all my developers to &#x27;us AI as much as possible&#x27;... so what are the real uses that others have found truly effective, or even transformative... right now we&#x27;re rolling out CoPilot lics to all our devs, but so far, it&#x27;s not being used much and basically everyone seem to have the same opinion... &#x27;...it is somewhat better autocomplete, but with the added bonus of giving you bogus and &#x2F; or incorrect responses... so it keeps us on our toes at least.&#x27; That&#x27;s essentially what all my devs have said in one form or another.<p>Are we missing some higher level uses, or is it that simple? There seem to be a sort of fever dream in management that these tools will magically make unit tests for example &#x27;automatic now&#x27;, but so far we&#x27;ve not seen that pan out.<p>What are others strategies around Ai and tools like CoPilot? Are there certain uses &#x2F; trends that are actually really effective?

3 comments

RSHEPPabout 1 year ago
- Co-pilot for writing unit tests, renaming variables, asking for shell cmds<p>- gptscript for commit messages, MR comment ideas, etc.<p>- mods for piping a file and asking for recommendations, could do with gptscript too.<p>- Raycast for hotkeys to gpt-4 API or model running with Ollama<p>It&#x27;s still super early, so I try different ways of using it every few months&#x2F;weeks and keep around what works.
JohnFenabout 1 year ago
We use ML and DL systems as a component to our products, but we don&#x27;t use AI-based tools as part of our development process. Devs are free to use AI-based tools as part of their workflow if they wish, but after a period of experimentation, almost nobody does.
Nihilartikelabout 1 year ago
I&#x27;m independent, but I try out Gemini every time I need some dumb powershell plumbing to tie things together.<p>It&#x27;s a net time saver, but Gemini still trips up on all of the wacky foibles of powershell, so it needs thorough code review.