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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What have you built with LLMs?

76 点作者 shoebham9 个月前
seems like a good time to ask again.<p>previous thread: https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=39263664

51 条评论

hopfog9 个月前
I built a multiplayer chatroom where all messages are transformed by an LLM (e.g. into pirate speak or corporate jargon):<p><a href="https:&#x2F;&#x2F;impersona.chat&#x2F;" rel="nofollow">https:&#x2F;&#x2F;impersona.chat&#x2F;</a><p>I also built this incremental clicker game where you split words ad infinitum (like Infinite Craft but in reverse):<p><a href="https:&#x2F;&#x2F;lantto.github.io&#x2F;hypersplit&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lantto.github.io&#x2F;hypersplit&#x2F;</a>
评论 #41508839 未加载
评论 #41508902 未加载
audiala9 个月前
I built Audiala [1][2][3], which is a platform that creates virtual tour guides that goes with you anywhere in the world. While the content is mostly static now, the pipeline is there to make it entirely personal for each user, once I figured out how to deal with the API costs.<p>The next steps are to adapt the content based on realtime user feedback or queries like &quot;What happened on this street during the French Revolution?&quot; or &quot;Tell me more about this building’s history.&quot; as well as offering step by step itinerary suggestions.<p>I believe it&#x27;s now possible to build an Augmented Reality solution, where you leave your phone in your pocket, put some airpods and you listen or converse with your personal tour guide and fully immerse yourself in history.<p>[1] <a href="https:&#x2F;&#x2F;audiala.com" rel="nofollow">https:&#x2F;&#x2F;audiala.com</a><p>[2] <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;id6446038181?uo=4" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;id6446038181?uo=4</a><p>[3] <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.audiala.audioguide&amp;hl=en">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.audiala.au...</a>
评论 #41509584 未加载
purple-leafy9 个月前
Great question!<p>I suck at web design, so I built a novel tool [0] that streamlines this flow:<p>webpage —&gt; screen capture —&gt; LLM prompt —&gt; design feedback<p>It’s a browser extension that lets you capture a portion of the webpage —&gt; the image gets sent to an LLM with a prompt —&gt; the LLM gives design feedback inside the extension<p>As far as I know, this is the only tool I’ve seen that does this, and it’s completely free. It’s called Design CoPilot, and I haven’t done any real marketing yet as it’s in Beta.<p>Before I built this, I would manually screen capture components, then go to ChatGPT and drop the image, write a prompt telling ChatGPT it’s a design expert and I want design feedback, and then read its reply and implement the feedback.<p>I’d greatly appreciate if you try the tool and leave a review!<p>[0] - <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;design-copilot&#x2F;hgaldpfdgmmojgdlaiapgndeicgdbldp" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;design-copilot&#x2F;hgal...</a>
评论 #41516827 未加载
spikey_sanju9 个月前
I run a design studio. We make story maps a lot. It&#x27;s a pain.<p>So I built a tool called Uiino. It lets you make story maps with plain text. Later, I added AI. Now it can generate maps instantly.<p>It&#x27;s helped tons of people map out their apps. Gives them a clear bird eye view of their apps&#x2F;flows.<p>Try → <a href="https:&#x2F;&#x2F;www.uiino.com" rel="nofollow">https:&#x2F;&#x2F;www.uiino.com</a> (No signup required)<p>P.S. We just hit 10,000 website visitors. And 300+ monthly active users. It&#x27;s all free. I&#x27;m pretty stoked about it.
kebsup9 个月前
I&#x27;ve built an LLM powered Anki clone - <a href="https:&#x2F;&#x2F;vocabuo.com" rel="nofollow">https:&#x2F;&#x2F;vocabuo.com</a>. In my language learning journey, I&#x27;ve found that adding each word manually, with audio, image and a sentence example was just too tedious, so in Vocabuo, I add a word and LLMs + dalle + google tts generate the rest.<p>Currently it supports English, German and Spanish, but I plan to add more languages in the future.<p>As a bonus you can also add words from yt videos and websites.
RamiAwar9 个月前
I&#x27;ve built an open source data analysis and visualization tool <a href="https:&#x2F;&#x2F;dataline.app" rel="nofollow">https:&#x2F;&#x2F;dataline.app</a><p>Now my product manager and customer support teams use it for most small questions &#x2F; charts needed.
评论 #41519889 未加载
评论 #41508776 未加载
longnguyen9 个月前
I built a native all-in-one AI client called BoltAI[0]<p>It’s one of the first AI clients I think. I’ve been working on it for 16 months and shipped more than 100 releases.<p>It started with the idea of invoking an LLM within the Apple Notes app. I hate going back-and-forth between the Notes app and ChatGPT web app.<p>So I built the “AI inline” feature where I can trigger a keyboard shortcut and it would send the prompt to OpenAI and get the answer back.<p>But this is quite advanced, not many users can use it.<p>So later I added the full Chat UI.<p>I don’t want to charge a subscription and manage AI tokens so I sell perpetual licenses with 1 year of update. Users bring their own API keys.<p>As an all-in-one client, it unlocks some interesting features that I didn’t expect in the beginning: the ability to switch between multiple AI services and models.<p>This allows me to use Web Browsing with Claude, for example.<p>I later added support for Function Calling and this has unlocked many capabilities: edit video with ffmpeg plugin (give instructions to the LLM and it would execute the ffmpeg command locally), search the web using advanced search engine such as Kagi, WolframAlpha, Analyze documents and source code similarly to Claude Project…<p>And finally I added the AI Command feature where you can prompt directly with the highlighted text. Imagine you’re reading an article and wanted to list key takeaways, you can press a keyboard shortcut, choose the command and it would show you a quick answer. You can build any command you want: from summarization to translation or grammar fix…<p>I also built another free app called ShotSolve[1]. It allows you to take a screenshot with a keyboard shortcut and quickly analyze it with an LLM.<p>During building BoltAI, a customer asked for the ability to analyze PDF documents so I decided to build another app for that use case called PDF Pals[2]<p>These apps allow me to quit my job and pursue solopreneurship full time.<p>[0]: <a href="https:&#x2F;&#x2F;boltai.com" rel="nofollow">https:&#x2F;&#x2F;boltai.com</a><p>[1]: <a href="https:&#x2F;&#x2F;shotsolve.com" rel="nofollow">https:&#x2F;&#x2F;shotsolve.com</a><p>[2]: <a href="https:&#x2F;&#x2F;pdfpals.com" rel="nofollow">https:&#x2F;&#x2F;pdfpals.com</a>
评论 #41513813 未加载
terhechte9 个月前
I build a personalized newsletter &#x2F; podcast that picks relevant news based on your preferences and comes every morning.<p><a href="https:&#x2F;&#x2F;www.tailoredpod.ai" rel="nofollow">https:&#x2F;&#x2F;www.tailoredpod.ai</a>
shpx9 个月前
I&#x27;ve been coding more in C because ChatGPT makes it less tedious. Any simple command line tool I will usually write in C now instead of Python because the end result is way faster.
devbent9 个月前
I&#x27;m building a simulated fantasy town backed by an LLM. Visitors to the website can vote on what the hero does next, and everyone in the town will react naturally to all of the heroes actions.<p>Unlike previous efforts in this space, the technique I am using consumes very little context, and I&#x27;m hoping to get it running on consumer GPUs.
Ilasky9 个月前
I made <a href="https:&#x2F;&#x2F;whiteboard.lasky.io" rel="nofollow">https:&#x2F;&#x2F;whiteboard.lasky.io</a>, which is basically if you gave an LLM a marker and told it to solve math problems.<p>Also made <a href="https:&#x2F;&#x2F;resgen.app" rel="nofollow">https:&#x2F;&#x2F;resgen.app</a> to help candidates tailor resumes
评论 #41513832 未加载
XetiNA9 个月前
I was fed up with long, search-optimized introductions for online recipes and decided to make a page with recipes that have infinite introductions:<p><a href="https:&#x2F;&#x2F;a.mancato.nl&#x2F;recipe" rel="nofollow">https:&#x2F;&#x2F;a.mancato.nl&#x2F;recipe</a><p>It uses WebLLM so I don&#x27;t have to pay&#x2F;send data to an AI provider.
dotinvoke9 个月前
I built a service that turns entire websites into structured output: <a href="https:&#x2F;&#x2F;sitewideai.com" rel="nofollow">https:&#x2F;&#x2F;sitewideai.com</a><p>You enter a starting URL, describe the data you want in a prompt, the AI suggests columns for the output spreadsheet which you can customize, and then goes off and turns the website into structured data into a CSV file.<p>It also supports limits, you can say for example &quot;visit at most 100 pages&quot; and it will stop after 100 pages.<p>It was easier said than done to get prompts working as intended and the crawler to focus on the most relevant URLs first. As always, the final 20% end up taking up 80% of the development time.
willwade9 个月前
I built an error correction model for people with significant disabilities who can’t speak and poor finger control to write out their message. <a href="https:&#x2F;&#x2F;willwa.de&#x2F;2024&#x2F;01&#x2F;12&#x2F;rapid-development-in.html" rel="nofollow">https:&#x2F;&#x2F;willwa.de&#x2F;2024&#x2F;01&#x2F;12&#x2F;rapid-development-in.html</a> app: look for dragtospeak on AppStore and model <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;willwade&#x2F;t5-small-spoken-typo" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;willwade&#x2F;t5-small-spoken-typo</a>
teleforce9 个月前
Not built but planning to build a government knowledge repository with prompt query for intuitive and interactive understanding of government agencies operational documents including the Acts, Policies, SoP, Guidelines, Memo, etc based on LLM and RAG that can run locally using open source LLM model.<p>It&#x27;s similar to this AI-driven chat assistant for ECE 120 course at UIUC:<p><a href="https:&#x2F;&#x2F;www.uiuc.chat&#x2F;ece120&#x2F;chat" rel="nofollow">https:&#x2F;&#x2F;www.uiuc.chat&#x2F;ece120&#x2F;chat</a>
predictand9 个月前
I built Heuristica for learning and research using concept maps powered by LLMs. It is a different kind of interface for using LLMs. Instead of having linear conversations, you can have visual explorations that let you structure, organize, and retain knowledge much better.<p>I have been working on it on the side for the last 17 months.<p><a href="https:&#x2F;&#x2F;www.heuristi.ca&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.heuristi.ca&#x2F;</a>
评论 #41510006 未加载
prash24889 个月前
I&#x27;ve built SourceSailor A Node Based CLI [1], an open-source CLI [2] that leverages LLMs (OpenAI, Anthropic, and Google Gemini) to analyze and document codebases. Key features:<p>- Quick project structure and dependency analysis - Smart file exclusion (respects .gitignore) - Tailored analysis based on user expertise - README generation from codebase insights<p>Recent updates include enhanced CLI aesthetics and multi-LLM provider support. Docs and additional tests are in progress.<p>Curious to hear your thoughts or feature suggestions! (And if you visit, I&#x27;d love to know if you came from this HN thread )<p>[1]:<a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;sourcesailor?activeTab=readme" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;sourcesailor?activeTab=readme</a><p>[2]:<a href="https:&#x2F;&#x2F;github.com&#x2F;PrashamTrivedi&#x2F;SourceSailor-CLI">https:&#x2F;&#x2F;github.com&#x2F;PrashamTrivedi&#x2F;SourceSailor-CLI</a>
vinc9 个月前
Not much yet except a little email wrapper around the top LLMs. Now I can send an email to claude@goodbot.club or gemini@goodbot.club and get an answer in a few seconds.<p>I found in a recent project that it was interesting to compare the answers between GPT, Gemini, Claude, and Mistral. I have better results by combining the parts I like in each answer. It&#x27;s also easier to ask follow up questions directly from my email client regardless of which device I&#x27;m currently using.<p>I built the app in a weekend with Ruby on Rails and AWS SES. I&#x27;m now wondering if it could be useful to other people? It&#x27;s already open source and I could probably make the hosted version free by allowing users to provide their own API keys.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;vinc&#x2F;goodbot.club">https:&#x2F;&#x2F;github.com&#x2F;vinc&#x2F;goodbot.club</a>
travisfischer9 个月前
We built hoop.app which uses LLMs to detect your tasks and work priorities from your chat messages, meeting transcripts and emails.<p>The goal is to take all of the busy work out of task management so you can always know what your focus should be on and not waste brain power worrying about missing something important.
nurettin9 个月前
I made a financial chat bot. It can call some APIs, perform portfolio weight optimizations, run optimized weights out of sample, stores your past works, presents correlation heatmaps and shows equity curves. It can also hallucinate endlessly about taking over the world.
potatotrader9 个月前
I&#x27;m building a website (<a href="https:&#x2F;&#x2F;pocket-quant.com" rel="nofollow">https:&#x2F;&#x2F;pocket-quant.com</a>) where you can use LLMs to ask questions about past earnings calls.<p>You can see the earnings report and calls side by side and ask questions about them.<p>I&#x27;m also working on adding a live calls feature that can trigger workflows. So you&#x27;d pose a question before the call, define some answer structure (using structured outputs) and then connect it to some kinda of integration (e.g. invoke a lambda, slack&#x2F;discord message, etc.)<p>As the call happens in real time I transcribe it and run the output by the llm to answer your question.<p>I see it being useful for fed talk, earnings calls, and open to ideas for other data sources!
zn449 个月前
- tool to analyze and explore unity3d build size reports<p>- tool to manage examples dataset for another ai application<p>- macos transcribe app that allows me to hotkey to speak to notion page, with a little status bar menu to select pages<p>All relatively trivial but I&#x27;d never bother to create them manually
glaugh9 个月前
I built a website to help people find summer camps for their kids.<p><a href="https:&#x2F;&#x2F;campwing.camp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;campwing.camp&#x2F;</a><p>Right now it’s just what i got up in a hurry last year, covers Seattle area only. Next year will cover SF and LA at least (and have a lot more features).<p>The data is quite granular (each row is one batch, say x age group at y location with z theme) and I do a lot of structuring data with prompts and now OpenAI’s Structured Outputs. I think the data gathering would have made this cost prohibitive otherwise.<p>I’m not engineer by training or work experience, so this also would have been impossible for me to build without ChatGPT’s help coding.
Ey7NFZ3P0nzAe9 个月前
I&#x27;m a medical student with FOMO and who loves AI stuff.<p>I couldn&#x27;t keep up with my news so I made the perfect summarizer that goes through the thought process of the author : <a href="https:&#x2F;&#x2F;github.com&#x2F;thiswillbeyourgithub&#x2F;WDoc">https:&#x2F;&#x2F;github.com&#x2F;thiswillbeyourgithub&#x2F;WDoc</a><p>I needed an AI based system that go through my anki cards, but might as well make it able to read dozens of file formats. Now I can put entire medical youtube playlists, conferences, anki databases, hundreds of PDFs and ask a single question across all of them at once .<p>It&#x27;s both the same project
jtap9 个月前
I have a couple. A fun one is catchingkillers.com. Here you are a private investigator who is trying to find out who committed a murder. Two stories are active. The third, bathtub one, isn&#x27;t done.
jstanley9 个月前
I made an encyclopedia where every page is generated by LLM on demand, so there&#x27;s no such thing as a topic that doesn&#x27;t have a page. It&#x27;s like a real life hitchhiker&#x27;s guide to the galaxy.<p><a href="https:&#x2F;&#x2F;incoherency.co.uk&#x2F;encmech&#x2F;" rel="nofollow">https:&#x2F;&#x2F;incoherency.co.uk&#x2F;encmech&#x2F;</a><p><a href="https:&#x2F;&#x2F;incoherency.co.uk&#x2F;blog&#x2F;stories&#x2F;encyclopedia-mechanica.html" rel="nofollow">https:&#x2F;&#x2F;incoherency.co.uk&#x2F;blog&#x2F;stories&#x2F;encyclopedia-mechanic...</a>
评论 #41508968 未加载
Zealotux9 个月前
I built a new fog of war system for my virtual tabletop, it uses shaders, I know nothing about shaders: <a href="https:&#x2F;&#x2F;bonfiretabletop.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bonfiretabletop.com&#x2F;</a><p>You&#x27;ll have to create an account to see it, but I&#x27;ve posted a preview on Twitter: <a href="https:&#x2F;&#x2F;x.com&#x2F;BonfireVTT&#x2F;status&#x2F;1833988532978823259" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;BonfireVTT&#x2F;status&#x2F;1833988532978823259</a>
tellarin9 个月前
We&#x27;ve built Cradle, a framework that leverages such models to perform complex computer tasks via the same general interface humans use: screen as input and keyboard &amp; mouse operations as output.<p>It works both on regular software and in complex games like RDR2. And it doesn&#x27;t cheat by using any game-&#x2F;software-specific API, nor accessibility calls, nor DOM trees. :)<p><a href="https:&#x2F;&#x2F;baai-agents.github.io&#x2F;Cradle&#x2F;" rel="nofollow">https:&#x2F;&#x2F;baai-agents.github.io&#x2F;Cradle&#x2F;</a><p>And we&#x27;re still evolving it.
resbaloso9 个月前
Made a domain name generator: <a href="https:&#x2F;&#x2F;namebrewery.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;namebrewery.com&#x2F;</a> Used the project to learn a bit of SvelteKit.
评论 #41508448 未加载
shoebham9 个月前
I made an extension [1] to summarise terms and conditions of your current webpage. After reading the recent news related to disney+, the idea struck me what all unusual clauses websites put in their T&amp;Cs.<p>It currently doesn&#x27;t work on some sites.<p>[1] <a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;tc-summarizer&#x2F;kjdfigamffjlifkmonlkhefbdiplebjh" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;tc-summarizer&#x2F;kjdfi...</a>
coopykins9 个月前
I use LLMs to generate meal plans for my app <a href="https:&#x2F;&#x2F;getweeklio.com" rel="nofollow">https:&#x2F;&#x2F;getweeklio.com</a>. You can also generate recipes for any of the meals. Another functionality I want to add is being able to get a list of ingredients to make a shopping list. Right now al of it is using chatgpt4o. I put a cache in place initially but with the cost&#x2F;speed of the new models it&#x27;s becoming kind of unnecesary.
Havoc9 个月前
Gotta love how one response here is we built a candidate filtering tool and the other is we built an AI tool to solve interviews.<p>Sounds like job search in future is going to be wild(er)
weworkjs9 个月前
I&#x27;ve been playing around with LLMs on the side, using ChatGPT to categorize comments on WhoisHiring by location, roles, tech stacks, and summarizing them. I&#x27;m still experimenting with phi3, llama3, and gpt-4 to see what works best for me. It&#x27;s just a weekend project, but it&#x27;s been a fun learning experience so far!<p><a href="https:&#x2F;&#x2F;weworkjs.com&#x2F;about" rel="nofollow">https:&#x2F;&#x2F;weworkjs.com&#x2F;about</a>
OutOfHere9 个月前
I built a powerful medical news survey report writer:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;impredicative&#x2F;newssurvey">https:&#x2F;&#x2F;github.com&#x2F;impredicative&#x2F;newssurvey</a><p>It is to be extended to other sites as well. If you read the generated sample reports, you will see how it has potential to change lives.<p>Unlike much of the commercial stuff that people make, which almost nobody ends up using, the best part is that it is open source.
tarasglek9 个月前
built <a href="https:&#x2F;&#x2F;chatcraft.org" rel="nofollow">https:&#x2F;&#x2F;chatcraft.org</a> over the past 1.5 years. I felt chatgpt was too limiting from being proprietary. Can run js,ts,python inline. I find it to be a much better tool than copilot for my usage, cant live without it.<p>Im a little jelly of the artifacts feature in claude. Been wanting something like that but their design is better than any of my ideas.
hyphenate9 个月前
I made a quick bookmarklet too send Github Issue URLs to an api that adds new tasks, or finds extant ones in our internal time tracking utility, and then clocks the team member in on that task. It was afternoon project that the team now uses daily. Never made a bookmarklet before, and my JS knowledge is a WIP, so I used ChatGPT as training wheels.
marcotm9 个月前
I built a site that transforms the monthly Who is hiring posts into a structured table [1]. It also allows for semantic sorting to find similar jobs to a given one. It originally used GPT-3, which already worked quite well.<p>[1] <a href="https:&#x2F;&#x2F;www.hacker-jobs.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hacker-jobs.com&#x2F;</a>
djsaunders19979 个月前
I&#x27;ve built GPTeasers a ChatGPT based quiz generator. You can enter any topic and get a 10 question multiple choice quiz back - which you can play in the web app.<p>I don&#x27;t know any webdev so please forgive the jank.<p><a href="https:&#x2F;&#x2F;djsaunders1997.github.io&#x2F;GPTeasers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;djsaunders1997.github.io&#x2F;GPTeasers&#x2F;</a>
评论 #41509212 未加载
oliwary9 个月前
I built a site where I publish AI generated chat stories, with images and text. The LLM comes up with an idea, plans the story, writes the text messages and generates story images and avatar pictures. Not the biggest success but I learnt a lot!<p><a href="https:&#x2F;&#x2F;aichatstories.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aichatstories.com&#x2F;</a>
abj9 个月前
I built an RPG skill tree generator.<p>You type in a class idea, then you get themed skills back in a skill tree-like diagram, with flavor text for each ability.<p>Still many things that could be improved, just thought it was fun.<p><a href="https:&#x2F;&#x2F;rpgskilltreegenerator.com" rel="nofollow">https:&#x2F;&#x2F;rpgskilltreegenerator.com</a>
sorenmat8 个月前
We have built <a href="https:&#x2F;&#x2F;henrik.ai" rel="nofollow">https:&#x2F;&#x2F;henrik.ai</a> a platform that can build any software you want
gagarwal1239 个月前
A WordPress plugin for WordPress site owners to help them in their day to day queries for managing their website<p><a href="https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;quick-assist-ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wordpress.org&#x2F;plugins&#x2F;quick-assist-ai&#x2F;</a>
评论 #41515988 未加载
reverseblade29 个月前
I have a 40 ft HQ container and I would like to fill it with following items:<p>- 10 boxes of Clothes, 100x140x170 cm, 5kg each, non stackable.<p>- 8 boxes of Shoes, 80x120x170 cm, 3kg each, keep boxes upright.<p>- Try to fit everything into a single container.<p><a href="https:&#x2F;&#x2F;3dpack.ing" rel="nofollow">https:&#x2F;&#x2F;3dpack.ing</a>
mnky9800n9 个月前
I built a text summarizer, key word generator for drilling reports (for co2 sequestration) to try and encapsulate expert knowledge taken when drilling into regression models that predict things like the amount of alterable rock available for co2 storage. It kind of worked.
erics329 个月前
<a href="https:&#x2F;&#x2F;interviewsolver.com" rel="nofollow">https:&#x2F;&#x2F;interviewsolver.com</a><p>Interview Copilot for helping you ace your live coding interviews. Desktop app + companion web mode so it&#x27;s truly undetectable by interview platforms, controlled by global hotkeys.
评论 #41508619 未加载
评论 #41508894 未加载
mediumsmart9 个月前
I built a cron job that calls a bash script that gets the current weather forecast for a location and extracts the values and then sshes to another server where it inserts the values into the footer html block of all files ending with .html every hour
评论 #41508658 未加载
nextcaller9 个月前
I built a client to interface with gguf models or ChatGPT<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Merkoba&#x2F;Meltdown">https:&#x2F;&#x2F;github.com&#x2F;Merkoba&#x2F;Meltdown</a><p>100% made in Python (and tk). I made my own markdown parser.<p>Hundreds of commands and command line arguments.<p>I use it everyday myself.
ashitvora9 个月前
I built two products out of which one is live - Draftly[1]<p>We tried different LLM models but always returned back to Open AI.<p>[1] <a href="https:&#x2F;&#x2F;draftly.so" rel="nofollow">https:&#x2F;&#x2F;draftly.so</a>
harsh31959 个月前
We built a candidate assessment platform. The questions and evaluation is done by LLMs!<p>Link: <a href="https:&#x2F;&#x2F;acciomatrix.com" rel="nofollow">https:&#x2F;&#x2F;acciomatrix.com</a>
评论 #41508926 未加载
评论 #41508907 未加载
achempion9 个月前
I built fluent, a chat where all your messages upgraded to the language that you&#x27;re learning.<p><a href="https:&#x2F;&#x2F;fluent.im" rel="nofollow">https:&#x2F;&#x2F;fluent.im</a>
octocop9 个月前
Local LLM game, guess the secret. Built it using LLama.cpp and whisper.cpp on github.