frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•12mo ago
It seems that using Cursor has become really repetitive. My workflow typically goes like this: - Get a task to accomplish on a codebase - Research the web and codebase to create a plan - Send the entire plan to cursor and sit back for it to finish

This flow works really well with a high level of accuracy for the most part and it's becoming obvious that the margin between where it is today and "perfect" is quickly closing.

Because of this flow, I feel that I can replicate it through an SDK that uses a AI cli coder tool with low level control.

In this SDK, you can also use the best coder in the world per: https://aider.chat/docs/leaderboards/

As shown here:

```python from cloudcode import Local import os

def main(): # Use the current directory cwd = os.getcwd() example_file = "example.py"

    # Initialize the Aider SDK in architect mode
    agent = Local(
        working_dir=cwd,
        model="o3",  # Main (planner) model
        editor_model="gpt-4.1",  # Editor model for implementing changes
        architect_mode=True,
        use_git=False,
        api_key=os.getenv("CLOUDCODE_API_KEY")
    )

    # Create or overwrite a simple Python file to modify using the SDK
    agent.create_file(
        example_file,
        """def add(a, b):
    return a + b
""" )

    # Run a coding task using the two-model workflow
    result = agent.code(
        prompt="make this function super cool. just make the math functions better",
        editable_files=[example_file]
    )

    # Print the results
    print("\nTask completed!")
    print(f"Success: {result['success']}")
    print("\nChanges made:")
    print(result["diff"])


    # Display cost information
    print("\nTask completed!")
if __name__ == "__main__": main()

```

Given that you can mimic your workflows from cursor and claude code into this sdk, you shouldn't have to sit around on your computer waiting for the long running task to finish.

That's why I built in a Sandbox class that mounts the ai coder into a remote sandbox directory instead of a local folder so you can deploy an ai coder to the cloud, enabling use cases such as coding from your phone and the browser.

I have already found so many low-handing fruit use cases for this sdk to automate prompting, information gathering, and auto-docs as shown in our github https://github.com/LMSystems-ai/cloud-coding

But I want to take it a step further.

You can get started for free today with this sdk and see our favorable pricing model here: https://docs.cloudcoding.ai/pricing

Computer Science Is a Trap for Smart People [video]

https://www.youtube.com/watch?v=XMn9hNerqZ8
1•da02•3m ago•0 comments

Screaming body, freezing temps – life lessons from a freediver

https://www.rnz.co.nz/life/people/screaming-body-freezing-temps-life-lessons-from-a-freediver
2•mooreds•3m ago•0 comments

Vector Pitfalls and Memory Management [video]

https://vorbrodt.blog/2026/04/19/san-diego-c-meetup-85-april-2026-edition-vector-pitfalls-and-mem...
1•ibobev•4m ago•0 comments

Multi merge sort, or when optimizations aren't

https://nibblestew.blogspot.com/2026/04/multi-merge-sort-or-when-optimizations.html
1•ibobev•4m ago•0 comments

One last trip to the internet in 2009 with The Rough Guide 14

https://www.planetjones.net/blog/19-04-2026/one-last-trip-to-the-internet-in-2009-with-the-rough-...
1•planetjones•5m ago•0 comments

Making Rayleigh-Bénard Convection Cells

https://chillphysicsenjoyer.substack.com/p/making-rayleigh-benard-convection
2•crescit_eundo•5m ago•0 comments

The debug loop is broken in robotics

https://www.robolens.to/manifesto
1•psavnani•5m ago•0 comments

Show HN: Seltz – The fastest, high quality, search API for AI agents

https://console.seltz.ai/login
1•amallia•7m ago•1 comments

The 18th-century English fake news that helped spawn an American sea

https://mapmyths.com/blog/de-fonte/
1•ohjeez•9m ago•0 comments

Cahokia

https://en.wikipedia.org/wiki/Cahokia
2•Amorymeltzer•10m ago•0 comments

Hack Monty, Win $5k: Inside PydanticAI's Challenge

https://pydantic.dev/articles/hack-monty
1•v-mdev•14m ago•0 comments

Laz's Wolfenstein 3D Page

http://lazrojas.com/wolf3d/
2•justsomehnguy•14m ago•0 comments

Colorado River disappeared record for 5M years: now we know where it was

https://phys.org/news/2026-04-colorado-river-geological-million-years.html
2•wglb•14m ago•1 comments

Code Is the New Assembly

https://abhyrama.com/code-is-the-new-assembly/
1•flyaway123•14m ago•0 comments

The Download: murderous 'mirror' bacteria, and Chinese workers fighting AI doub

https://www.technologyreview.com/2026/04/20/1136154/the-download-murderous-mirror-bacteria-chines...
2•joozio•15m ago•0 comments

OpenData Timeseries: Prometheus-compatible metrics on object storage

https://www.opendata.dev/blog/introducing-timeseries/
2•hachikuji•15m ago•0 comments

The AI engineering stack we built internally – on the platform we ship

https://blog.cloudflare.com/internal-ai-engineering-stack/
3•mavelikara•15m ago•0 comments

Show HN: My Hyperliquid Terminal

https://www.aulico.com
2•kiosktryer•16m ago•0 comments

H.R.8250 – Parents Decide Act

https://www.congress.gov/bill/119th-congress/house-bill/8250/text
2•philips•16m ago•1 comments

Cute Matrix Transpose

https://leimao.github.io/article/CuTe-Matrix-Transpose/
1•eigenBasis•16m ago•0 comments

Show HN: Noise.widgita.xyz – a zero-back end noise map for anywhere in the world

https://noise.widgita.xyz/
2•fairlight1337•20m ago•1 comments

Show HN: Hora – A Native SwiftUI Google Calendar Client for macOS

https://horacal.app/
2•szamski•22m ago•0 comments

Contact Lens Uses Microfluidics to Monitor and Treat Glaucoma

https://spectrum.ieee.org/smart-contact-lens-glaucoma-microfluidics
2•zdw•22m ago•0 comments

The Theory of Interstellar Trade [pdf]

https://www.princeton.edu/~pkrugman/interstellar.pdf
2•AFF87•23m ago•0 comments

Show HN: Reproducible benchmark – OpenAI charges 1.5x-3.3x more for non-English

https://github.com/vfalbor/llm-language-token-tax
1•vfalbor•24m ago•0 comments

I Like the Web They Want

https://vasilis.nl/nerd/2026/i-like-the-web-they-want/
3•speckx•25m ago•0 comments

Labor Automation Forecasting Hub on Metaculus Measures Impact of AI on Labor

https://www.metaculus.com/labor-hub/
1•postreal•27m ago•1 comments

DeWitt Clauses

https://danluu.com/anon-benchmark/
3•thomasahle•28m ago•1 comments

Show HN: Enlist AI: A tool that turns any job description into a study plan

https://enlistai.vercel.app
1•lilprince1218•31m ago•0 comments

Efficiently Transfer Files to LibreOffice Calc: A Step-by-Step Guide

https://shunspirit.com/article/how-to-transfer-files-to-libre-office-calc
1•rolph•35m ago•1 comments