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: What AI tools do you use to boost productivity?

43 pointsby Inshproalmost 2 years ago
I’m mulling over an idea to make an all-in-one reading and writing tool, which empower thinking in this information overload era.

29 comments

computersuckalmost 2 years ago
I don&#x27;t. My productivity is just fine with bash<p>To empower thinking in this information overload era, turn off your computer and start writing on paper
评论 #36860279 未加载
sBqQu3U0wHalmost 2 years ago
None, because I am not a productivity-obsessed drone. From what I&#x27;ve tried, Github Copilot is pretty good, but it&#x27;s often more disruptive than helpful, therefore I do not use it on a daily basis.
评论 #36874551 未加载
watsaywatalmost 2 years ago
ChatGPT and GitHub copilot have changed my life. I ask ChatGPT what&#x27;s the next domain&#x2F;area that is ripe for disruption. ChatGPT is very smart, it replies instantly. I then instruct copilot to go code me a MVP for this chosen area. Copilot isnt as fast as ChatGPT, but it does deliver. By the time I go out, watch some movies, then take a walk on the beach and am back, the MVP is ready and I unleash it on VCs who shower me with money. And now with the newly introduced FedNow money transfer facility, I get the money instantly.<p>Before ChatGPT and copilot, I could hardly go out for movies during the day. And beach? Only during weekends :(
评论 #36955514 未加载
ilakshalmost 2 years ago
ChatGPT (4) is great to get ideas for programming problems. As far as actual usable code, it&#x27;s hit and miss, usually not quite right. But especially for things like CSS or anything I have not used much, it definitely helps me at least get started or explore approaches to problems.<p>I put something like &quot;tree of thoughts&quot; in my Custom Instructions setting and now it holds little meetings with itself before finalizing code suggestions. Don&#x27;t have the prompt on my phone but search for &quot;Lucidate tree of thoughts&quot; on YouTube and then modify that slightly for software engineering.
let_varalmost 2 years ago
None.<p>And my reasoning could be a strange one. My knowledge of mathematics (esp. probability and statistics) and algorithms, and my memory used to be pretty sharp. I could retain a lot of information, and perform fast manual calculations using log book. All that started to deteriorate when I started relying on search engines for everything. No doubt it was convenient, but I lost touch with foundational concepts. My memory and speed are not what they used to be.<p>So as long as I can. I’m going to keep co-pilots and ai&#x2F;tools at bay.
petabytesalmost 2 years ago
Every now I&#x27;ll use ChatGPT or bard to refactor some code, or write a common algorithm. Other than that, I don&#x27;t trust it.
评论 #36859120 未加载
评论 #36862540 未加载
fortysevenalmost 2 years ago
&quot;I don&#x27;t.&quot; Gotta make sure we know how cool and trend-bucking you are in a thread asking those who do use them. It&#x27;s like going into a Mac thread and letting us know you don&#x27;t use Apple stuff. That super neato for you, but it&#x27;s not particularly helpful.
评论 #36869145 未加载
browningstreetalmost 2 years ago
I use all three major AI platforms daily for content classification, summarization and generation. In a similar vein as “X company uses AI to write content and fires writers”. Except I’m the writer. And there’s two of us. And we never had other writers so no one’s getting fired. And if our project takes off we will have to hire more.<p>Writing and rewriting and re-targeting and ideation are very much helped by AI.<p>That said, the plethora of AI baked tooling isn’t that helpful yet. Wrappers around the APIs are helpful… most of the other apps that promise more are pretty bad and make AI look bad.<p>Tools that help manage prompts and iterate on those have been most helpful.<p>The one I use the most is Text Generator in Obsidian.
评论 #36880778 未加载
PoignardAzuralmost 2 years ago
I use ChatGPT to get started, or as a rubber duck.<p>I use Copilot when I&#x27;m coding.
评论 #36860948 未加载
zer8kalmost 2 years ago
I don&#x27;t.<p>There&#x27;s nothing for my job that I can use it for. I am a programmer. I have been doing it for over a decade now. The majority of my job is spent in existing codebases. So, using ChatGPT or copilot actually gets in my way. Most of the time the job is simple enough I don&#x27;t need it. It&#x27;s more of an exercise is not letting boredom win. When it&#x27;s more complicated I still don&#x27;t need it because the structure and purpose of the code, how it fits into the existing code, and what exactly I want it to do is something ChatGPT can&#x27;t help me with. At my experience level syntax, algorithms, and patterns are stored in the L1 cache I call my brain. When I need a reminder of something obscure its <i>still</i> faster for me to grok documents (because I know where to look) than it is to ask ChatGPT for a contrived example.<p>It might be nice for generating boilerplate or helping a junior developer get up to speed faster. I won&#x27;t pay for any AI tools. There has been no situation so far where I&#x27;ve had to scratch my head for so long that it would&#x27;ve been easier to do with ChatGPT. Unfortunately, the life of a programmer is mostly boring with short periods of absolute chaos. Honestly, I wish I had a job that created interesting hard problems where ChatGPT meaningfully contributes to my work.
bryliealmost 2 years ago
I was having a discussion with ChatGPT about development difficulties in a micro services architecture. It helped me arrive at a possible improvement using dependency injection functions like get_sentry and get_mongo that can return a MagicMock instance of the respective runtime dependency by checking a RUN_MODE environment variable. The idea solves an immediate need to allow me to bootstrap the application to a minimum functional state in a CI or pre-commit environment. We can also expand on the idea by defining RUN_MODE behaviours for development, staging, and production environments with various gRPC stubs and service mocks in some environments.<p>I’ve also had a great experience using ChatGPT and GitHub Copilot assist me in writing unit tests for a Dango&#x2F;WagtailCMS website project. ChatGPT particularly knows some subtle nuances of the Django and Wagtail APIs. It has been like having a personal tutor. Copilot then picks up on unit test patterns to write tests based on comment prompts or function names. In some cases, Copilot is suggesting test cases that I didn’t even think of simply by pausing my cursor on a blank line.<p>I’ve been live streaming my open source development using these tools, in case anyone would like to see how they are making me a better developer.<p><a href="https:&#x2F;&#x2F;youtube.com&#x2F;@brylie">https:&#x2F;&#x2F;youtube.com&#x2F;@brylie</a>
SOLAR_FIELDSalmost 2 years ago
I use aider[1], python tool for coding after learning about it from the author that posted it on here some months ago. It works well in the design phase and early parts of projects. Lately I haven’t been using it as much, unfortunately, because I have been working heavily on a library that was released after 2021 and it’s not as immediately helpful a lot of the time.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider">https:&#x2F;&#x2F;github.com&#x2F;paul-gauthier&#x2F;aider</a>
评论 #36862567 未加载
llmllmllmalmost 2 years ago
GPT-4 via ChatGPT, mostly for coding and GPT-4 via <a href="https:&#x2F;&#x2F;flowch.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;flowch.ai</a> (our tool) for anything that involves my own data (including my own code), or where I want automation, such as running a prompt on many pieces of data.<p>Overall this has at least 5x my productivity, possibly 10x.
zackeesalmost 2 years ago
I use Chat GPT 4 for all coding. I’ve learned some amazing prompts that will add features to existing code.
评论 #36860832 未加载
ptyyyalmost 2 years ago
I was using Github Copilot, however I just ended my subscription because I wasn&#x27;t using it enough despite being elbow deep in code every day. Most of the time the integrations that I use (JetBrains Rider and VS Code) wouldn&#x27;t function correctly or I&#x27;d constantly be logged out. When the integrations _were_ working, the suggestions would be decent but occasionally when doing something like converting jquery to vanilla javascript I&#x27;d end up spending more time debugging the result of the suggestion than if I had just done the conversion myself.<p>Otherwise, I use ChatGPT to help me write tickets&#x2F;user stories for work as well as for generating test cases for my QA engineers to follow.
niuxalmost 2 years ago
After trying many other tools on Windows, I found them either too bloated or too rigid. So instead, I built my own tool using AutoHotkey. The end result is a single binary that&#x27;s less than 1MB in size. I can define my own prompts in a simple INI file and invoke those prompts anywhere.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;overflowy&#x2F;chat-key">https:&#x2F;&#x2F;github.com&#x2F;overflowy&#x2F;chat-key</a>
itamarcodealmost 2 years ago
CodiumAI [0], helps me generate meaningful test suites and code suggestions. This is exactly what I need to enable me to code fast <i>with</i> confidence. Really, just try it, and let me know if you are not positively surprised. [0] <a href="https:&#x2F;&#x2F;codium.ai&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;codium.ai&#x2F;</a>
adubois1almost 2 years ago
None. I tried many including GitHub Copilot.<p>I think these tools are not there yet, mostly because they’re simply producing wrong&#x2F;non-compilabe code way too often.<p>I see a potential in creating modern AI-supported plugins targeting specific software development areas like test code generation, auto code review etc. though.
shortrounddev2almost 2 years ago
I use Chat GPT basically in lieu of google for programming questions now, with the caveat that you need to check its work. It&#x27;s good at skimming through documentation, but I don&#x27;t trust it to really write code. For newer things I use bing chat since it has access to more current information.
DettolMichaelalmost 2 years ago
The AI tool that I currently use the most is ChatGPT, which helps me systematically organize complex results from multiple Google searches. Much of my work involves text editing, so I am truly looking forward to an AI all-in-one reading and writing tool.
ravenstinealmost 2 years ago
I actually use the OpenAI playground most of the time, both for coding and for asking questions. It&#x27;s a bit less chatty without me having to engineer the prompt as much. It also allows me to edit assistant responses so that future prompts are based on corrections.
normanvalmost 2 years ago
I&#x27;m using Finito, which is like ChatGPT available anywhere in the OS. <a href="https:&#x2F;&#x2F;www.finito.ai&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.finito.ai&#x2F;</a>
javierluraschialmost 2 years ago
<a href="https:&#x2F;&#x2F;hal9.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;hal9.com</a> for data analytics with generative AI, free when using CSV files.
manishsharanalmost 2 years ago
I am not going to renew my GitHub CoPilot as ChatGPT subscription delivers more value. I am probably going to write a VSCode plugin for my specific environment.
hn30000almost 2 years ago
I use chatgpt to write really boilerplate businessy emails (“this invoice was due a month ago” type stuff). Don’t use it for anything coding related.
35mmalmost 2 years ago
Perplexity[1] for research when writing articles and video scripts.<p>It’s like vanilla GPT-4 but provides references.<p>[1] perplexity.ai
评论 #36859577 未加载
aCoreyJalmost 2 years ago
phind.com, good interface, doesn&#x27;t constantly log you out
anusuyacegalmost 2 years ago
audiopen.ai for when I find it hard to write a first draft. I can just speak my thoughts and it will create a pretty good draft of my thoughts.
jmakovalmost 2 years ago
AutoPR