TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How are you currently using AI (personally or professionally)?

15 点作者 mavsman将近 2 年前

10 条评论

niux将近 2 年前
For my personal notes, I use Smart Connections[1] with Obsidian. Since the notes are stored in plain markdown files, I am considering devising my own solution using LlamaIndex[2] in the near future.<p>For coding, I use Copilot[3]. While it&#x27;s been great for writing boilerplate code, it falls short in every other regard. I also had the opportunity to try the new version of Copilot as well, but it feels like a glorified ChatGPT inside VSCode.<p>For everything else, I use a tiny tool I made[4] which enables me to invoke my own prompts in basically any application that allows me to select text.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;brianpetro&#x2F;obsidian-smart-connections">https:&#x2F;&#x2F;github.com&#x2F;brianpetro&#x2F;obsidian-smart-connections</a><p>[2] <a href="https:&#x2F;&#x2F;gpt-index.readthedocs.io&#x2F;en&#x2F;latest&#x2F;getting_started&#x2F;starter_example.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;gpt-index.readthedocs.io&#x2F;en&#x2F;latest&#x2F;getting_started&#x2F;s...</a><p>[3] <a href="https:&#x2F;&#x2F;github.com&#x2F;features&#x2F;copilot">https:&#x2F;&#x2F;github.com&#x2F;features&#x2F;copilot</a><p>[4] <a href="https:&#x2F;&#x2F;github.com&#x2F;overflowy&#x2F;chat-key">https:&#x2F;&#x2F;github.com&#x2F;overflowy&#x2F;chat-key</a>
评论 #36899195 未加载
评论 #36887255 未加载
Someone1234将近 2 年前
ChatGPT Plus for tedious coding stuff and sometimes throw in user instructions&#x2F;error messages and ask it to give me ten alternatives, and see if it can do better. I also use it to give me a starting place&#x2F;draft for personal correspondence. I find working from a draft and &quot;fixing it&quot; far easier than a blank sheet of paper.<p>I have plans to use LLMs to help me create a document format converter (XML to XML via XSLT), but unfortunately most of them don&#x27;t support enough tokens to take in both the starting document&#x27;s format and also detailed instructions on what to do. So I am very token capped on that project currently (and also GPT-4 requests-per-hour capped, least of all because I need to break my tasks apart). I&#x27;ve tried converting the starting XML to a series of xpaths, but then the LLM loses a lot of context and the result is ultimately less-good.<p>I&#x27;d like to give LLaMA-2 a play for my conversion project, but haven&#x27;t had the time, and don&#x27;t ultimately know enough to know if token limits are a technical limitation or a financial limitation for the services (i.e. can I give it unlimited tokens if I don&#x27;t care how long it takes to complete?). Plus getting it up and running locally isn&#x27;t exactly turn-key right now.<p>I tried Bing and Bard too; both support some web integrations which is nice, and you can generate some [bad] picture content, but they&#x27;re both worse than ChatGPT for minimalist chat with Bing being too much nonsense&#x2F;irrelevant Bing-service-spam (and often cuts you off) and Bard just being worse than GPT-3.5 let alone GPT-4.
dotandgtfo将近 2 年前
I&#x27;ve been working on DBT lately. ChatGPT4 works great for it and SQL. It saves a lot of time when it comes to rote SQL.<p>&quot;Here&#x27;s 3 CTEs. Finish the model by joining them and grouping by X, Y, Z&quot;.<p>I&#x27;m also sadly not working with anyone more experienced then me so it&#x27;s a good discussion partner for discussing tradeoffs or alternative ways of doing things. For instance, I created a model which did a self join to get create a new column with the previous years value. I asked it if I could do it differently and it suggested the LAG function - however, it doesn&#x27;t deal with leap years so it wasn&#x27;t viable in my case.<p>It&#x27;s pretty good at error messages and finding faults in code, so it&#x27;s usually a good place to start if I&#x27;m confused.<p>It&#x27;s also been pretty good for discussing architectural decisions and tradeoffs. It&#x27;s given me great answers to how to create and manage environments, deal with config files and more.<p>Honestly, it&#x27;s been amazing for learning DBT and has greatly helped me write code. Probably increased my productivity by 30-50%. But I think I&#x27;m in the sweet spot of GPT. I know enough SQL and data engineering to see through the bullshit, but getting the bit more than basics surfaced and getting some direction has been great.<p>Otherwise, it&#x27;s pretty good for writing emails and such, but it isn&#x27;t as good in norwegian as english and I&#x27;m pretty comfortable with my writing style so I use it less for that.<p>Sadly, it&#x27;s not great at Dagster (my orchestrator) as there&#x27;s not a lot of code out there and a lot has changed since the knowledge cutoff in 2021. I&#x27;m hoping some LLMs will be able to help with this in the future. Let me know if anyone has any tips here.
confoundcofound将近 2 年前
Trained a model on my voice and set up a cardboard cutout of myself next to my baby&#x27;s crib so that I can provide validation and encouragement around the clock. Has freed up considerable time for my wife and I to enjoy each other&#x27;s company. Currently hacking together a robotic bottle arm attachment for on-demand feeding.
评论 #36882779 未加载
评论 #36883708 未加载
评论 #36890442 未加载
sophbutler将近 2 年前
We are two college students who wrote this Python program to translate language files (text or json) in apps to other languages using OpenAI&#x27;s GPT-4. We handle caching outputs from the AI and let you manually change translations if you&#x27;re not happy with them. Here&#x27;s our repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;speedify&#x2F;autotranslate-ai">https:&#x2F;&#x2F;github.com&#x2F;speedify&#x2F;autotranslate-ai</a>
ArtWomb将近 2 年前
GCP has graciously begun to roll out its internal AI suite: vertex model garden, lookerbi, simpleml for sheets &amp; notebookml. Wizardcat (palm api codesynth) is nutty! You use your lifetime stash of GDrive txt files as &quot;Personal AI&quot; training set so it can basically finish your thoughts, refresh your memories, summarize your research, answer complex queries &amp; brainstorm ;)
PeterStuer将近 2 年前
ChatGPT sub for coding and general search. Bard for things that require post 2021 info. Stable Diffusion (local) for illustrations. Whisper (local) for transcription. Many OSS LLM&#x27;s for experimentation.
penjelly将近 2 年前
Chatgpt paid for coding outside my usual proficiency or for brainstorming. Ive been experimenting a bit with the API via tools like GPT-migrate. Cant go back now
billconan将近 2 年前
I&#x27;m trying to build an AI powered vocabulary book. it can make unlimited number of sentences and generate quizzes.
评论 #36890450 未加载
mattbgates将近 2 年前
For art, I created a website called <a href="https:&#x2F;&#x2F;artsy.sh" rel="nofollow noreferrer">https:&#x2F;&#x2F;artsy.sh</a> which calls the APIs of Dalle, Craiyon, and several Stable Diffusion engines and provides results of prompts. I&#x27;m often using this for featured images to put on my website or just trying to come up with some creative beautiful artworks that I hang around several properties I rent out.<p>As for text and coding...<p>I use Google Bard and ChatGPT for very different reasons as both of them have their strengths and weakness and I&#x27;ve seen both of them provide wrong answers and pretty good answers.<p>Google Bard serves to answer my more basic random questions that pop into my head during the day that might be useless to others but I find fascinating:<p>&quot;How far will bees follow their Queen?&quot;<p>&quot;What happened to all the poop on Titanic?&quot;<p>&quot;Can we send an object to land on Jupiter?&quot;<p>&quot;How far can a fart travel?&quot;<p>&quot;Is a dog or cat more likely to eat its deceased owner?&quot;<p>I&#x27;ve asked Google Bard some questions that are similar, but different, and it looks like it is just providing a template after looking through its database and drawing a conclusion that it is a &quot;similar question&quot; to another. I&#x27;ve asked Google Bard some very difficult questions and it has had a hard time answering them.<p>I&#x27;ve also asked Google Bard to write me some things on important topics and it writes about the equivalency to an 8th or 9th grader. Google Bard tends to go into a topic, explain it all, and then feels the need to write up a conclusion saying the exact same thing, usually as a bulleted list, often revealing its apparent redundancy. Probably could&#x27;ve just provided me with the bulleted list and been done with it.<p>As for ChatGPT, it is reserved for more professional questions and tasks because ChatGPT is actually better at providing thought-provoking creative answers. Its equivalency feels as if it is writing similar to early college levels and you can even get it to write like an advanced university student. I am unsure if it would pass a thesis on law, but it is certainly far more creative than Google Bard.<p>Some things I might ask ChatGPT to do:<p>&quot;Write an easy-to-understand six-month lease.&quot;<p>&quot;Write a database class in PHP with CRUD functions.&quot;<p>&quot;Write an advertisement that is appealing to children for a Bounce House Party&quot;<p>&quot;Code this more efficiently: [code]&quot;<p>&quot;Re-write this letter to make it sound more professional.&quot;<p>I&#x27;ve yet to dive into using any other AIs full-time such as Copilot, though I&#x27;ve play around with them a bit and was impressed, but just haven&#x27;t made the big switch.