HN user

shiv86

72 karma
Posts12
Comments39
View on HN

QumisAI | https://www.qumis.ai/ | Founding Full Stack/AI Engineers | Hybrid Chicago | Full-Time | $125k–$200k • 0.50%–1.50% Equity

Tech Stack: TypeScript | Rails | Postgres | Docker | React | LLM

About QumisAI: QumisAI is the only lawyer-built AI platform transforming insurance knowledge work. Our mission is to provide the most accurate AI solutions for the insurance industry. We are already trusted by five of the 15 largest U.S. insurance brokers, leading specialty carriers, and top law firms.

What We’re Building: QumisAI leverages cutting-edge technology to tackle complex challenges in insurance knowledge work. From fine-tuned LLMs to proprietary data pipelines, we are shaping the future of AI in the insurance domain.

Why Join Us? If you’re passionate about:

-Building at the Frontier: Work with LLMs, agents, fine-tuning, classifiers, data engineering/pipelines, and copilots.

-A High-Impact Role: Join a small, ambitious team with the autonomy to make a meaningful impact in a high-growth environment.

-A Career-Defining Opportunity: Shape the future of an industry while defining your own career path.

This is your chance to be part of a fast-paced startup with the stability of being backed by some of the most trusted names in the insurance and legal industries.

Compensation:

Base Salary: $125k–$200k Equity: 0.50%–1.50% Contact Us: If this resonates with you, let’s talk! We are looking for people with "Superpowers"—what are you uniquely the best at or aspire to be the best at? Email us your superpower, and let’s chat: shiv@

(No recruiters. Emails from recruiters will be automatically flagged as spam.)

" BI tool so people that don't know SQL can explore data, create/look at dashboards and export data." - We had exactly the same requirement. Use Looker, its expensive but worth it. The requests to our data team has reduced by 90% We are a small startup with 20 employees

just in a way that is confusing for people who mainly use Github.

As a user I am requesting to merge branch X into branch Y. What Github actually does is merge branch Y into branch W, with insufficient warning to the user. Gitlab users continue to have issues due to this unexpected behavior. I am astounded this problem has not been addressed in a meaningful way, so users dont counter this issue.

It is completely non-intuitive UX which is causing a lot of people issues. Merging branches is the bread and butter of GIT, if you are changing a fundamental primitive (mergers) of how a technology is expected to work, by reversing the direction of the merge request (opposite to the direction provided explicitly by the user) without warning that is a major issue.

Multiple Software Roles | Chicago/Remote | Full Time |

Hey Folks - We are a early stage startup in the logistics space, with paying users and have raised a large seed round. To prove out our product market fit we used php and Laravel. As we move into our growth phase we'll be Shifting our tech stack to nodejs and react. If you are a strong php developer and/or are fimilar with laravel reach out at shiv at newtrul [dot] com.

I avoided php and its ecosystem like a plague for the longest time. However the who eco-system has evolved including the language e.g. functional paradigm (closures) and syntactic improvement (arrow functions). When you combine this with a modern web framework like php Laravel it is an absolute pleasure to work with, specifically as a monolithic for rapid application development, which is great for MVPs and ensuring you have product market fit. I am not sure how this translates over time to a micros-services. However if you're starting to writing a new application I would definitely recommend php + laravel for rapid application development. I say this relative to my extensive experience with nodejs express/java spring boot.

The whole arrow function notation, for example, buys nothing new compared to the old notation of writing "function(....){}" other than appearing to keep up with functional fashion of the times.

Incorrect - The main advantage is fat arrow syntax can keep lexical scope of this current context. Hence you dontneed to implement that=this antipattern

Goldman Sachs | Marcus.com | FrontEnd/Full Stack Developers (1 VP (FrontEnd), 2 Associate, 1 Analyst ), (React,Apollo,GraphQL,AEM) Front End Stack (Java, Spring Jersey, Jackson,Dropwizard, MongoDB Microservices Architecture)Back End Stack| Full Time | Chicago | ONSITE | Consumer Investment Management Division (CIMD) is a new division within the firm focused on bringing state of the art Goldman technology to the consumer market enabling a complete new line of business Our goal in engineering is to facilitate the creative, iterative, and data driven creation of our all digital retail bank.

RESPONSIBILITIES AND QUALIFICATIONS This role is truly an amazing opportunity to make an impact on a new and exciting division utilizing the latest technology. You'll play an instrumental role in enhancing a highly visible existing platform and building a modern UI/micro-services backend for Marcus.com. The role will provide you an opportunity to learn, take ownership and become a subject matter expert (SME) for our online banking platform. You'll join a fintech startup environment with daily stand-ups, huddles and sprints.

Basic Qualifications:

Front End: • Experience building web interfaces using HTML5, CSS, CSS3,SASS,• Strong with vanilla JavaScript knowledge • Strong knowledge of JavaScript framework: React and Redux • Experience with build tools: webpack, grunt and npm • Knowledge of web fundamentals/ technolgies • Knowledge of testing frameworks (Karma, Jasmine)

Server Side: • Strong Knowledge Java programming languages • Strong Knowledge of Spring Frameworks and related Spring Projects • 7+ years of relevant (above) work experience • Exceptional software engineering knowledge; OO Design Principles • Experience building service highly scalable, available, and secure service and integration layers • Experience with RESTful Architecture • Experience with Enterprise Architecture, SOA, Micro Services Architecture • Strong Linux/Unix skills • Experience with testing frameworks (JUnit, Mockito etc)

Reach out: Shivam.x.Sinha at gs.com

Goldman Sachs | Full Stack Developers, (React,Redux,AEM) Front End Engineers (Java, Spring Jersey, Jackson,Dropwizard, MongoDB Microservices Architecture)Back End Engineers | Full Time | Chicago | ONSITE |

Consumer Finance Technology (CFT) is a new division within the firm focused on bringing state of the art Goldman technology to the consumer market enabling a complete new line of business Our goal in engineering is to facilitate the creative, iterative, and data driven creation of our all digital retail bank.

RESPONSIBILITIES AND QUALIFICATIONS This role is truly an amazing opportunity to make an impact on a new and exciting division utilizing the latest technology. You'll play an instrumental role in enhancing a highly visible existing platform and building a modern UI/micro-services backend for GSBank.com. The role will provide you an opportunity to learn, take ownership and become a subject matter expert (SME) for our online banking platform. You'll join a fintech startup environment with daily stand-ups, huddles and sprints.

Basic Qualifications:

Front End: • Experience building web interfaces using HTML5, CSS, CSS3,SASS, Bootstrap • Strong with vanilla JavaScript knowledge • Strong knowledge of JavaScript framework: React and Redux • Experience with build tools: webpack, grunt and npm • Knowledge of web fundamentals/ technolgies • Knowledge of testing frameworks (Karma, Jasmine)

Server Side: • Strong Knowledge Java programming languages • Strong Knowledge of Spring Frameworks and related Spring Projects • 7+ years of relevant (above) work experience • Exceptional software engineering knowledge; OO Design Principles • Experience building service highly scalable, available, and secure service and integration layers • Experience with RESTful Architecture • Experience with Enterprise Architecture, SOA, Micro Services Architecture • Strong Linux/Unix skills • Experience with testing frameworks (JUnit, Mockito etc)

Reach out: Shivam.x.Sinha at gs.com

Agreed with the comments. I would use this service under the following conditions: - 100% of the money goes towards a charity (minus minor site maintenance cost). - There must be complete transparency where the money is going - People have different time constraints: I wont do it on a git push on a daily basis, but weekly and monthly yes.

99% of the time you initialize StringBuilder during a method call. Each method call stores it’s variables on the stack and each thread has its own stack. So in the above 99% usecases StringBuilder is thread safe by default.

Use cases for StringBuffer are very limited …I can’t even think of an example where I would use it.

I think what Kin is saying before in 2008 and dot-com there were fundamental reasons for a bubble to burst which had an navigate reprecussions on the economy(recession/increased unemployment).

dotcom - shell companies, with no revenue or profits. 2008 - excessive/unsustainable leverage both by corporations and individuals.

This time around multiple QE cycles resulted in decreased treasury and bond yeilds. People\funds with captial went to invest other assets classes e.g. equity markets seeking high yeilds and as a result increased the price multiples/valuations while the intrinic businesses valuation and growth remained the same.

Now people are starting to realize that multiples(what you pay for a company and what its actually worth) are too high and started taking money out of equity markets. While the fundamentals of the business has stayed the same.

Hence this bubble bursting or "significant price correction" wont have the same impact on mainstreet as the other two bubbles because the business are still sustainable but the prices weren't.

Prices are not proxy for revenue/profits/growth or value. So unless someone can give actual facts that the fundamentals of the underlying businesses are/will be impacted on a systematic basis I agree with kin.

Yes agreed with your example. The total loss in your example is only 16%. In the example provided above he starts with $1mill and has a loss of $7 mill. Thats a 700% loss.

This is incorrect. You can’t talk about absolute $8mill gain without talking about the total market cap (total value) of the stock. What would have happened that the company its not increase by $8mill but increase by 8 times the current value which is more possible to happen for small cap stocks.