frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: SDK for AI Coding with Long Running Tasks

https://cloudcoding.ai/
2•sean_•1y 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

1•stigma77•8s ago

Show HN: Enola-A deterministic architecture graph for developers and AI agents

https://github.com/enola-labs/enola/tree/main
1•GertLH•8s ago•0 comments

Chipify – Open-source workflow automation for analog IC design

https://chipify.io/
1•santihofi•31s ago•0 comments

Width vs. Depth: Speculating on the Margin

https://blog.doubleword.ai/speculating-on-the-margin
1•somnial•1m ago•0 comments

Agent-Rigor: AI Coding Discipline and Testing Framework

https://github.com/MeherBhaskar/agent-rigor
1•michael-sumner•3m ago•0 comments

Lunatic: An Erlang-inspired runtime for WebAssembly

https://lunatic.solutions/
2•giancarlostoro•4m ago•0 comments

US Government says it got hacked – again

https://techcrunch.com/2026/07/02/us-government-says-it-got-hacked-again/
1•rbanffy•5m ago•0 comments

China's CXMT Is Set to Challenge DRAM Incumbents

https://newsletter.semianalysis.com/p/chinas-cxmt-is-set-to-challenge-dram
1•rbanffy•6m ago•0 comments

Fable via API and Me

1•lygten•6m ago•0 comments

Localize your App Store IAP and subscriptions in 175 countries with one clic

https://medium.com/apparence/localize-your-app-store-prices-automatically-with-parityappkit-ae3d4...
1•macfleid•8m ago•0 comments

OpenAI Proposes Giving US Govt. 5% Stake

https://www.bloomberg.com/news/articles/2026-07-02/openai-proposes-giving-the-us-government-a-5-s...
1•karma_daemon•9m ago•1 comments

Show HN: LoopFlow – plain-English loops that run coding agents until tests pass

https://loopflow.live
1•forgeapp•10m ago•0 comments

3D Printing a Brain (2021)

https://jonathanraines.github.io/projects/3d-printing-a-brain/
1•JonathanRaines•10m ago•1 comments

Show HN: Newsprint – A native RSS reader for macOS with Hacker News support

https://github.com/ata-sesli/newsprint
1•ata-sesli•11m ago•0 comments

Low-level Haskell: The cursed way to emulate inline assembly in Haskell/GHC, or

https://minoki.github.io/posts/2026-06-30-haskell-inline-asm.html
1•fanf2•11m ago•0 comments

FoundationDB's Flow – Bringing Actor-Based Concurrency to C++11

https://apple.github.io/foundationdb/flow.html
1•sourdecor•11m ago•0 comments

Ask HN: Who here has gotten a job offer from 'Ask HN: Who wants to be hired?'

3•fur-tea-laser•12m ago•2 comments

Qdf – a Go serializer you query the raw bytes of, smaller than protobuf

https://github.com/alex60217101990/qdf
1•alex602•13m ago•0 comments

The System as a Program: fusing the database and the programming language

https://www.cambra.dev/blog/the-system-as-a-program/
2•sortalongo•16m ago•1 comments

Tarski's influence on computer science [pdf]

https://math.stanford.edu/~feferman/papers/tarskiandcs.pdf
1•remywang•16m ago•0 comments

Optimizing an Algorithm That's Quadratic by Design

https://whatchord.earthmanmuons.com/articles/chord-ranking-performance.html
1•elasticdog•17m ago•0 comments

Anthropic is removing its covert code for catching Chinese competitors

https://www.theregister.com/ai-and-ml/2026/07/01/anthropic-is-removing-its-covert-code-for-catchi...
3•johnbarron•18m ago•0 comments

Understanding List Virtualization

https://jlopes.eu/blog/understanding-virtualization/
2•offeringofpie•18m ago•0 comments

The Mythos report for curl 2026-05-06 made public

https://gist.github.com/bagder/c9b83a19f30e82e41b11f6315465b17a
1•_____k•18m ago•0 comments

Good APIs Age Slowly

https://yusufaytas.com/good-apis-age-slowly
2•birdculture•18m ago•0 comments

What Is CSS Containment and How Can I Use It?

https://csswizardry.com/2026/04/what-is-css-containment-and-how-can-i-use-it/
1•eustoria•19m ago•0 comments

PCs Explorer – Know your worth

https://strivetobeearthsbestemployer.com
1•johnbarron•19m ago•0 comments

Every New JavaScript Feature Worth Knowing

https://blog.webdevsimplified.com/2026-06/new-javascript-features-es2026/
1•eustoria•20m ago•0 comments

How to Switch LLM Providers Without Downtime

https://konghq.com/blog/enterprise/how-to-switch-llm-providers-without-downtime
1•axandriamier•21m ago•0 comments

A Judicial Wake-Up Call on Government by AI

https://www.techpolicy.press/a-judicial-wakeup-call-on-government-by-ai/
2•cdrnsf•21m ago•0 comments