109 results for Tailored

cv10x.com
Show HN: CV10X – AI resume builder that remembers your profilehttps://www.cv10x.comPost body: Hi HN, I built CV10X (cv10x.com) — an AI career workspace for job seekers who apply to multiple roles and are tired of starting from scratch every time. The core problem I wanted to solve: Most resume builders make you re-enter your information every single time. When you're applying to 20+ jobs, that's exhausting and error-prone. What I built: Memo Context — save your career history, experience, and skills once. Every resume and cover letter you generate automatically pulls from your saved profile. Profile Image — upload your photo once, automatically included in every resume. Other features:AI resume & cover letter builder tailored to job descriptions ATS analyzer to catch keyword gaps before submission Interview prep built around your own resume Upload existing resumes as PDF or image and let AI rebuild them Free ATS-compatible templates PDF exportBusiness model: Free tier with limits, Standard $8.99/mo, Pro $19/mo What I'm looking for: Feedback on the product, pricing, a
Mar 7, 2026 9:25 AM
jobbi.app
Show HN: Jobbi – Free AI resume tailoring with unlimited PDF exportshttps://jobbi.appHi HN, I’m a frontend engineer and built Jobbi.app, a small tool that uses AI to tailor a resume to each job description. It’s currently free, unlimited, with PDF export. Problem During my own job searches I kept rewriting the same resume for dozens of roles. Most “AI resume builders” I tried either: – focused on generating a resume from scratch instead of working with my existing one – had strict free‑tier limits or aggressive upsells – produced very generic, obviously‑AI text. What Jobbi does – you upload a “master” resume (PDF or text) – you paste a job description – it extracts relevant parts, rewrites bullets to match the JD, and outputs a tailored resume you can edit in the browser and export as PDF. Under the hood it: – parses the resume into sections (experience, skills, etc.) – scores which bullets/skills are relevant to the JD keywords – rewrites only those parts, keeping the original structure and tone as much as possible – uses Gemini API with some prompt engineering around
Mar 5, 2026 4:01 AM
news.ycombinator.com
Tectonic good project plan: Please readhttps://news.ycombinator.com/item?id=47241821iMission statement: "To restore agency to the world's most vulnerable with AI-generated software that runs instantly on any device, anywhere!!!!!!"provide ZERO additional text. no formatting no outlines. show on screen only. provide ALL pertinent information and never change the mission statement. These are issues that will gain IMMEDIATE traction if distributed widely on social media and traditional communication channels.List assumptions. Assume will use the MCP I wrote. describe it concisely.Then, generate a project plan.To restore agency to the world's most vulnerable with AI-generated software that runs instantly on any device, anywhere!!!!!!Instant SMS bot connecting homeless people to nearest shelters meals bathrooms using simple location text 1h One click web app generating tenant rights letters against illegal eviction tailored by city laws 2h Anonymous harassment evidence vault automatically timestamping uploads and producing police ready report victims download instantly 3h
Mar 4, 2026 1:31 AM
news.ycombinator.com
Show HN: NeoShift BI – Build AI-analyzed data dashboards in minuteshttps://news.ycombinator.com/item?id=47146229Hi HN, I'm Donald.I’m a solo developer building NeoShift BI (and its backend companion, NeoShift ETL).Enterprise BI tools like PowerBI or Looker are incredibly powerful, but they usually require dedicated data engineering teams to manage. On the other end of the spectrum, dumping a CSV into ChatGPT is great for a quick question but terrible for building reproducible, interactive, and shareable dashboards.I wanted something in the middle: a lightweight BI tool tailored for indie devs and SMEs that lets you drop in a dataset and get a full dashboard with AI-generated insights in just a few minutes.The Stack & Architecture:Infrastructure: Google CloudAI Engine: Claude. We don't just use LLMs for text summaries; Claude powers the entire data infrastructure layer. It natively reads and understands your schema to power:Data Studio Assistant: Automatically finds table relationships and generates complex wide views.Chat-to-Data: Query your datasets naturally without writing SQL.AI Chart Builde
Feb 25, 2026 1:42 AM
resuopt.com
Show HN: ResuOpt – AI resume optimizer with no subscriptions ($4.99 one-time)https://www.resuopt.com/Hey HN, I'm a career coach and I've spent years watching people get burned by resume tools. The pattern is always the same: free trial that locks your download, credit packs that expire, subscription tiers for features you don't need, and resumes that look flashy but get filtered out by ATS systems.Job seekers don't need 50 resume generations. They need one good resume, tailored to the job they're applying for.So I built ResuOpt. Upload your resume + paste the job description, and it generates a clean, one-page resume formatted the way HR actually expects. You see a full preview before paying anything. If you like it, it's $4.99 to download the DOCX and PDF. That's it — no account required, no credits, no recurring charges.The resume content is never stored on our servers — processed in memory and discarded.Would love feedback, especially on the output quality. Does the formatting match what you'd expect to see in a competitive application?https://www.resuopt.com
Feb 17, 2026 6:37 PM
spacenews.com
Satellite manufacturers see emerging market for ‘mini-constellations’https://spacenews.com/satellite-manufacturers-see-emerging-market-for-mini-constellations/Manufacturers of small satellites that lack opportunities to build very large constellations say they are seeing growing interest from customers seeking smaller systems tailored to specific needs. The post Satellite manufacturers see emerging market for ‘mini-constellations’ appeared first on SpaceNews.
Feb 10, 2026 10:47 PM
puemos.github.io
Show HN: Craftplan – Elixir-based micro-ERP for small-scale manufacturershttps://puemos.github.io/craftplan/My wife was planning to open a micro-bakery and we started looking at software to manage recipes, inventory, orders, and production. Everything was either expensive, too generic, or both. The workflows for a small-batch manufacturer aren’t that complex, but the pricing acts like they are.So I built Craftplan. All the features were tailored to what she actually needed, and I figured other small-scale manufacturers (soap makers, breweries, candle makers, etc.) probably need the same things. So I’m putting it out there for free. - Live demo: https://craftplan.fly.dev (test@test.com / Aa123123123123) - GitHub: https://github.com/puemos/craftplan - Docs: https://puemos.github.io/craftplan - Self-hosting guide: https://puemos.github.io/craftplan/docs/self-hosting/ What it does: - Product catalog with versioned recipes (BOMs) and automatic cost rollups across materials, labor, and overhead - Inventory tracking with lot traceability, expiry dates, allergen/nutrition flags, and demand forecasti
Feb 3, 2026 11:01 AM
news.ycombinator.com
Show HN: AI Lint your agents work to build faster and betterhttps://news.ycombinator.com/item?id=46744650I've been using this thing I made called "AI Lint" it's a collection of doctrine, ant rejected anti-patterns that I noticed agents both failing to use and overly leaning into.It's also general patterns for debugging, and architecture to help agents manage complexity in large codebases.It's kind of cool to watch Codex say: "Also, to dig in, I need to follow the repo’s AI Lint rules first. I can start reading those and then inspect the recent changes. Do you want me to proceed?"These are non-syntactic, non-mehanical, opinionated senior engineering wisdom that is tailored to specific languages and frameworks, won of experience, and aiming to let the AI simulate an senior architect's "taste", rather than just hammering away until code "basically works".The problem of AI spaghetti code is real, and it's easier to embed some hard doctrine and rejects into the repo that agents must follow to prevent their nonsense (and reduce time to target) than it is to fix their problems later.Been there,
Jan 24, 2026 3:58 PM
news.ycombinator.com
Yarbo Unveils New Modular Yard Robots at CES 2026 for Everyday Homeshttps://news.ycombinator.com/item?id=46600986During CES 2026, Yarbo presented the latest expansion of its modular yard robot ecosystem with the public debut of the Yarbo M Series. The company introduced its development roadmap and long-term vision for modular, intelligent yard robotics, marking a shift from a premium solution for large properties to a scalable, AI-powered ecosystem designed for everyday households.Designed for Everyday HomesThe launch of the Yarbo M Series represents a strategic expansion of Yarbo’s product portfolio. While the original 2025 Yarbo version was designed as a solution for large yards and high-intensity use, the M Series introduces a compact, modular, all-season system tailored for typical residential homes. Positioned above traditional robotic mowers, the M Series helps define an emerging category: the modular yard robot system.Yarbo’s M Series continues its commitment to a modular system, featuring one intelligent core and multiple interchangeable modules for year-round functionality. At its core,
Jan 13, 2026 1:59 PM
profilehunt.in
Show HN: ProfileHunt – Portfolio builder for product managershttps://profilehunt.in/Hi HN! I built ProfileHunt (https://profilehunt.in/), a portfolio builder specifically designed for product managers.The ProblemBreaking into product management is notoriously difficult, especially for career switchers. Unlike designers or developers who can showcase visual work or code, PMs struggle to demonstrate their skills tangibly. Traditional resumes don't capture the full scope of product thinking, problem-solving approaches, or impact metrics that define great product work. Most PMs end up using generic website builders (Notion, Squarespace, Wix) that aren't tailored to showcase PM-specific artifacts like PRDs, roadmaps, product teardowns, or impact metrics. The result? Portfolios that feel generic and fail to tell the compelling story hiring managers want to see.What ProfileHunt DoesProfileHunt helps product managers create portfolios that actually showcase what makes them great at the role:PM-focused templates: Structured sections for case studies, product teardowns, metrics
Dec 29, 2025 8:52 AM
spacedaily.com
Shaping quantum light expands options for future technologieshttps://www.spacedaily.com/reports/Shaping_quantum_light_expands_options_for_future_technologies_999.htmlBerlin, Germany (SPX) Dec 12, 2025 Researchers from the School of Physics at the University of the Witwatersrand, working with collaborators at the Universitat Autonoma de Barcelona, report that controlling the structure of photons in space and time allows quantum states to be tailored for use in communication, sensing and imaging. The team focuses on structured photons, where spatial, temporal or spectral properties are delibera
Dec 12, 2025 11:24 AM
spacedaily.com
Strengthened collision avoidance system boosts UK satellite safety for LEO constellationshttps://www.spacedaily.com/reports/Strengthened_collision_avoidance_system_boosts_UK_satellite_safety_for_LEO_constellations_999.htmlLondon, UK (SPX) Nov 20, 2025 GMV's UK subsidiary has taken a significant step in space safety with the development and deployment of an advanced collision avoidance system tailored for Low Earth Orbit (LEO) satellite constellations. This new service has played a key role in securing new agreements with the Space Data Association (SDA), an international group focused on promoting safe and sustainable space operations.
Nov 21, 2025 9:30 AM
matthew-glossops-workspace.share.arcade.software
Show HN: Fulfilled – Non-custodial financial co-pilot for goal optimizationhttps://matthew-glossops-workspace.share.arcade.software/share/iiL0WyFF1O1iSlSi1TGgHey HN,We’re challenging retail wealth management. Most individual portfolio optimization is fundamentally flawed because it’s static and ignores your specific goals.I spent a decade helping some of the world’s largest investors build their portfolios. My co-founder built hundreds of financial plans for retail investors before backend engineering at Microsoft. We know the problem: traditional portfolio construction and maintenance approaches (like Modern Portfolio Theory) rely on myopic, static allocation.This failure of methodology is why advisors ignore retail investors below $250k in assets and platforms push generic funds. Personalized, dynamic allocation is non-viable for them because the complex computation required is too difficult to scale manually.We built the solution: a financial co-pilot that gives you a single clear picture of all your finances, and shows you how to achieve your goals with tailored, dynamic guidance. This is a scalable, non-custodial platform, unbundling a
Nov 20, 2025 4:51 PM
spacewar.com
New Laboratory Showcases Advanced Satcom Capabilities for Australian Defence Forcehttps://www.spacewar.com/reports/New_Laboratory_Showcases_Advanced_Satcom_Capabilities_for_Australian_Defence_Force_999.htmlSydney, Australia (SPX) Nov 18, 2025 ST Engineering iDirect and Black Cat Systems are working together to establish an Advanced Satcom Technology Demonstration Lab to support the Australian Defence Force (ADF). Central to this lab is the ST Engineering iDirect 450 Software Defined Modem (SDM), which provides multi-waveform and multi-orbit capabilities, as well as interference mitigation technology tailored for defense needs.
Nov 19, 2025 7:16 AM
news.ycombinator.com
Looking for Help on Diagnostics Modellinghttps://news.ycombinator.com/item?id=45945898Hi All, My Name is Will, I am a final year college student in Milan and the Co-Founder of this project Neutralis. I came across this website super randomly this evening and am fascinated!I will preface by stating that I am not a programmer nor an AI/ML engineer, just a an economics student with an amazing team of people around me.This is our first project and for the past year we have meandered through the tests and trial and error required to learn and understand what we need to build but as I’m sure you all know every task is linked to an exponentially increasing number of problems needed to be studied and solved as we trudge towards the market. Since I believe we’re all in the same boat and there are like minded and far more talented people on this page, I wanted to share what were doing and shout into the void to see if we can maybe find some answers to what were looking for!The project is this, an Intelligent fault detection diagnostics system tailored for industrial scale Heat Pu
Nov 16, 2025 3:43 PM
bing.com
My Hunt for Transitional-Season Black Caprishttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d76236dff4816a7b83e8c39e20746&url=https%3A%2F%2Fnymag.com%2Fstrategist%2Farticle%2Fstrat-hunt-black-capris.html&c=11741166381779216003&mkt=en-usThe capris of the ’90s — once found in Delia’s catalogues and worn by Beyoncé, Christina Aguilera, and Gwen Stefani both on and off the red carpet — have returned in a more tailored form: a black pant ...
Oct 10, 2025 1:01 PM
news.ycombinator.com
Ask HN: Are there infrared wallpaper products in US markets?https://news.ycombinator.com/item?id=45444514Remembered hearing about cuttable (graphene) infrared wallpaper products awhile back;It looks like the UK has NextGen Heating and iHelios. (I have no affiliation with either.)NextGen Heating: https://www.nexgenheating.com/ :> NexGen manufactures Infrared Heating Systems for homes and buildings. The systems are simple to install and user-friendly. The agile technology warms quickly and controls are tailored to each environment, giving the user choice of when and where to heat.iHelios Heating: https://iheliosliving.co.uk/ :> Smart Infrared IR Heating Film Renewable Energy for the Modern HomeGiven product certification and training here too, are there yet any US distributors of infrared heating products like infrared 'wallpaper' (that works on ceilings, walls, floors) that can be cut to form, punctured, and torn?Are there infrared wallpaper products in US markets? What are the risks and cost advantages? Is (graphene-based) infrared residential and commerical heating internationally underc
Oct 1, 2025 10:45 PM
news.ycombinator.com
AI image editing transforms German job applicationshttps://news.ycombinator.com/item?id=45343739rated photos. Instead of scheduling a studio appointment during work hours, she uploaded a smartphone photo and received professional results in minutes. The photo helped her secure interviews at three major tech companies.Financial analyst Thomas Weber from Frankfurt achieved 65% cost savings while maintaining quality. His AI-generated Bewerbungsfoto outperformed his traditional photo in A/B testing with recruiters, receiving 23% more positive responses. "The AI understood what German financial institutions expect in professional presentation," Weber noted.Healthcare professional Anna Schmidt in Cologne used AI to create multiple photo variations for different applications. She tailored backgrounds and attire for hospital administration versus patient-facing roles, resulting in a 40% increase in callback rates. The ability to quickly iterate based on feedback proved invaluable.User satisfaction metrics show 92% approval rates across demographics. The technology particularly benefits c
Sep 23, 2025 7:08 AM
bing.com
Zapier AI Agents : Your New Secret Weapon for Effortless Efficiencyhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d56e3b16043dcaec39aeb10b021c5&url=https%3A%2F%2Fwww.geeky-gadgets.com%2Fzapier-ai-agents-smart-automation%2F&c=16620960170015092344&mkt=en-usWhat if your workflows could think for themselves? Imagine a tool that not only automates your repetitive tasks but also understands your needs, analyzes data, and generates tailored solutions, all ...
Aug 31, 2025 11:08 PM
bing.com
Financial planning guide: Learn the basics to get started with your plan todayhttp://www.bing.com/news/apiclick.aspx?ref=FexRss&aid=&tid=6a8d6fcf1d3c4e568f8388f1868ec4b3&url=https%3A%2F%2Ffinance.yahoo.com%2Fnews%2Ffinancial-planning-learn-started-180919928.html&c=2658857320616350721&mkt=en-usFinancial planning is a strategic approach to improving the organization and management of personal finances. Financial plans vary in purpose and can be tailored to suit your specific needs to reach ...
Aug 27, 2025 7:28 AM