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_•11mo 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

Does coding with LLMs mean more microservices?

https://ben.page/microservices
1•jer0me•38s ago•0 comments

Kicking Off the ATP Working Group at the IETF

https://atproto.com/blog/kicking-off-the-atp-working-group
1•andrewl•1m ago•0 comments

Best Paper Awards in Computer Science over the past 30 years

https://jeffhuang.com/best_paper_awards/
1•vinhnx•1m ago•0 comments

Case study: recovery of a corrupted 12 TB multi-device pool

https://github.com/kdave/btrfs-progs/issues/1107
1•salt4034•5m ago•0 comments

Which is when I got to see what it looks like

https://technex.us/2026/04/while-humans-are-flying-to-the-moon-i-tried-to-build-an-earth-orbital-...
1•hparadiz•7m ago•1 comments

Before smart Siri, I made AI Quake Terminal

https://www.patreon.com/posts/154881456
2•rohanrhu•10m ago•0 comments

Show HN: I made a free daily puzzle game

https://www.nerdcube.games/carom
2•nerdcube•15m ago•2 comments

Moody – Give your MacBook a personality that reacts to hardware events

https://dinakars777.github.io/moody/
1•dinakars777•20m ago•1 comments

Show HN: LLM Wiki – Open-Source Implementation of Karpathy's LLM Wiki

https://llmwiki.app
1•lucasastorian•25m ago•1 comments

Show HN: The easiest way to generate AI stickers then get them in the mail

https://stickerdaze.com/
1•qhoc•29m ago•1 comments

New Copilot for Windows 11 includes a full Microsoft Edge package, uses more RAM

https://www.windowslatest.com/2026/04/05/new-copilot-for-windows-11-includes-a-full-microsoft-edg...
5•aaronsung•30m ago•0 comments

Association between Covid-19 vaccination and sudden death in younger individuals

https://journals.plos.org/plosmedicine/article?id=10.1371/journal.pmed.1004924
3•pseudolus•33m ago•2 comments

We replaced Node.js with Bun for 5x throughput

https://trigger.dev/blog/firebun
3•pier25•36m ago•0 comments

Show HN: jsoncompat – a library to detect/fuzz breaking changes in JSON schemas

https://jsoncompat.com/
2•rogaos•38m ago•0 comments

Straight Lines on Graphs

https://joelbkr.substack.com/p/straight-lines-on-graphs
2•gmays•44m ago•0 comments

Guesty Copilot: Open-source MCP server for Guesty property management

https://github.com/DLJRealty/guesty-mcp-server
2•dlj_realty•48m ago•0 comments

Show HN: Dot-Globe – React component that renders NASA night-light data

https://www.kurt.xyz/dot-globe
2•krtbgb•51m ago•0 comments

Debian Is Figuring Out How Age Verification Laws Will Impact It

https://www.phoronix.com/news/Debian-Undecided-Age-Laws
4•Bender•51m ago•0 comments

Stamp It All Programs Must Report Their Version – Michael Stapelberg

https://michael.stapelberg.ch/posts/2026-04-05-stamp-it-all-programs-must-report-their-version/
3•gurjeet•51m ago•0 comments

Show HN: OnlyTech – For the Friday Deployments and More

https://onlytech.boo
2•vednig•55m ago•0 comments

Morgenruf – Free, open-source Slack standup bot(self-hosted)

https://morgenruf.dev
2•anmolnagpal•56m ago•0 comments

Pokémon cards are igniting an international crime spree

https://www.cnn.com/2026/04/04/business/pokemon-cards-crime-spree
3•Bender•57m ago•0 comments

Arabinoxylan-gluten hydrogels via enzymatic oxidation and regeneration

https://www.sciencedirect.com/science/article/pii/S0268005X25008902
2•PaulHoule•57m ago•0 comments

Riddle solved: Why was Roman concrete so durable?

https://news.mit.edu/2023/roman-concrete-durability-lime-casts-0106
3•ilamont•58m ago•0 comments

End of an era: Samsung has killed Samsung Messages in favor of Google Messages

https://www.neowin.net/news/end-of-an-era-samsung-is-killing-samsung-messages-in-favor-of-google-...
2•bundie•58m ago•0 comments

AI agents promise to 'run the business,' but who is liable if things go wrong?

https://www.theregister.com/2026/04/05/ai_agents_liability/
4•Bender•59m ago•0 comments

Show HN: Prediction Hunt API – A unified layer for Polymarket, Kalshi, and more

https://www.predictionhunt.com/api/docs
2•carushow•59m ago•0 comments

"The Movies" Probably Aren't Coming Back

https://twitter.com/TechSquidTV/status/2034679615453614118
2•TechSquidTV•1h ago•0 comments

Usenet Archives

https://usenetarchives.com
3•myth_drannon•1h ago•1 comments

Run Gemma 4 in Your Browser

https://huggingface.co/spaces/webml-community/Gemma-4-WebGPU
2•oldfuture•1h ago•0 comments